/* Le menu déroulant du haut */

/* background des liens menus */

#menu li{
background-color: #f5a3d6;
background-image:-webkit-linear-gradient(top, #f5a3d6 0%, #de6db3 100%);
background-image:linear-gradient(to bottom, #f5a3d6 0%, #de6db3 100%);
background : #EE62B9; /* couleur de fond */
}
/* background des liens sous menus */
#menu li li{
background:#7cc115;
color:#000000;
background-color: #f5a3d6;
background-image:-webkit-linear-gradient(top, #f5a3d6 0%, #de6db3 100%);
background-image:linear-gradient(to bottom, #f5a3d6 0%, #de6db3 100%);
}

#menu li:last-child li{
background:#de6db3 url('linear-gradient(to%20bottom,%20#f5a3d6 0%, #de6db3 100%');
background-image:-webkit-linear-gradient(top, #f5a3d6 0%, #de6db3 100%);
background-color: #f5a3d6;
background-image:-webkit-linear-gradient(top, #f5a3d6 0%, #de6db3 100%);
background-image:linear-gradient(to bottom, #f5a3d6 0%, #de6db3 100%);
}

/* background des liens menus et sous menus au survol */
#menu li:hover{
color: #000000;
background:#EE62B9;
color: #FFFFFF;
}

#menu li li:hover{
background:#EE62B9;
color: #FFFFFF;

}
/* les a href */
#menu a{
/*padding:8px 32px;*/
color:#fff;
/* font-family:arial; */
}
#menu ul a{
/* padding:8px 0;*/

}
#menu li:hover li a{
color:#fff;
color:#000000;

}
#menu li li a:link{
color:#000000;
}
#menu li:hover a, #menu li li:hover a{
color:#ffffff;

}
#top h1 a {
    padding: 0 0 0 5px;
	font-family: cursive;
color: #EE62B9;
    }
#sidebar h2, #sidebar h3 {
color: #EE62B9;background: url('img/h2_leaf.png') no-repeat left top;
   
   	 }