/* Le menu déroulant du haut */

/* background des liens menus */

#menu li{
background-color: #f80314;
background-image:-webkit-linear-gradient(top, #f80314 0%, #006fb9 60%);
background-image:linear-gradient(to bottom, #f80314 0%, #006fb9 60%);
background : #8e3389; /* couleur de fond */
}
/* background des liens sous menus */
#menu li li{
background:#8e3389;
color:#000000;
background-color: #f80314;
background-image:-webkit-linear-gradient(top, #f80314 0%, #006fb9 60%);
background-image:linear-gradient(to bottom, #f80314 0%, #006fb9 60%);
}

#menu li:last-child li{
background:#de6db3 url('linear-gradient(to%20bottom,%20#f80314 0%, #006fb9 60%');
background-image:-webkit-linear-gradient(top, #f80314 0%, #006fb9 60%);
background-color: #f80314;
background-image:-webkit-linear-gradient(top, #f80314 0%, #006fb9 60%);
background-image:linear-gradient(to bottom, #f80314 0%, #006fb9 60%);
}

/* background des liens menus et sous menus au survol */
#menu li:hover{
color: #000000;
background:#8e3389;
color: #FFFFFF;
}

#menu li li:hover{
background:#8e3389;
color: #FFFFFF;

}
/* les a href */
#menu a{
/*padding:8px 32px;*/
color:#fff;
/* font-family:arial; */
width : 148px; /* largeur */
}
#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: #8e3389;
    }
#sidebar h2, #sidebar h3 {
color: #8e3389;background: url('img/h2_leaf.png') no-repeat left top;
   
   	 }