#menu
{

background : white;
height : 39px;
border : 1px solid white;
border-left : 0;
border-right : 0;
padding-top : 3px;
background: url(/images/bde_btn_deg.gif) no-repeat;

}

#menu_ul
{
width : 960px;
margin-left : 40px;

}


#menu_ul, #menu_ul ul { /* toutes les listes */
	padding: 0;
	margin-top: 0;
	list-style: none;
}


#menu_ul a {
	display: block;
	text-decoration : none;
	color : #C2D82E ;
	/*width: 12em;*/
	width : 162px;
	height : 24px;
	background : url(/images/bouton.gif) no-repeat center;
	text-align : left;
	padding-top : 10px;
	padding-left : 10px;
	
	
}

#menu_ul ul a {
	position : relative;
	display: block;
	text-decoration : none;
	color : #C2D82E ;
	width : 120px;
	height : 20px;
	background: black;
	border-top : 1px solid #C2D82E;
	text-align : left;
	padding-left : 10px;
	padding-top :2px;
	margin-top: -2px;
	margin-left : 1px;
}
#menu_ul ul li.double a 
{
height : 33px;
}



#menu_ul li { /* tous les items de liste */
	float: left;
	/*width: 12em;*/
	width : 190px; /* largeur obligatoire, sinon opera devient fou */
	margin-left : 1px;
	margin-right : 1px;
}



#menu_ul li a:hover 
	{
	color : white;
	}
#menu_ul ul li a:hover 
	{
		background-color : black;
	}

#menu_ul li ul { /* listes de deuxième niveau */
	position: absolute;
	width: 1em;
	left: -999em; /* on met left plutôt que display pour cacher les menu_uls parce que display: none n'est pas lu par les lecteurs d'écran */
}

#menu_ul li ul ul { /* listes de troisième niveau et plus */
	margin: -1em 0 0 12em;
}

#menu_ul li:hover ul ul, #menu_ul li.sfhover ul ul {
	left: -999em;
}

#menu_ul li:hover ul, #menu_ul li li:hover ul, #menu_ul li.sfhover ul, #menu_ul li li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
	left: auto;
}



#menu_ul li a.actif, #menu_ul li a.actif :hover
	{
		cursor: default;
		color : white;
	}
	
#menu_ul li ul li a.actif, #menu_ul li ul li a.actif:hover
	{
		color : #826D5E;
		background-color : white;
		cursor: default;
	}