#menu {
height: 53px;
margin: 0 auto;
width:1024px;
margin-left:0px;
}
#nav{ /* toutes les listes */
	padding:0;
    margin: 0;
	list-style: none;
	line-height: 20px;
}
#nav ul { /* toutes les listes */
	padding:0;
    margin: 0;
	list-style: none;
	line-height: 20px;
border:1px solid #5a5e60; 

}
#nav a {
	display: block;
	width: 199px; 
	color : #e2af00;
	text-indent:0px;
	font-size:12px; 
	text-decoration:none;

}
#nav a:hover {
	color : #8dbb00;
}
#nav li a.bgprem, a.bgprem:hover {
	text-align:center;
	font-weight:bold;
	line-height: 45px;
	width: 199px; 
	height: 53px;
	color:#8dbb00;
	background-image: url(/2010/images/menuvert-vert_01.png);
	
} 
/*vert*/
#nav li a.bgfond, a.bgfond:hover {
	text-align:center;
	font-weight:bold;
	line-height: 45px;
	width: 199px; 
	height: 53px;
	color:#f2f2f2;
	background-image: url(/2010/images/menuvert_02.png);
}

#nav li a.bglast, a.bglast:hover {
	text-align:center;
	font-weight:bold;
	line-height: 45px;
	width: 199px; 
	height: 53px;
	color:#f2f2f2;
	background-image: url(/2010/images/menuvert_04.png);
	background-repeat: repeat-x;
} 
#nav li { /* tous les items de liste */
	float: left;
	width: 199px; /* largeur obligatoire, sinon opera devient fou */

}

#nav li ul { /* listes de deuxime niveau */
	position: absolute; margin-top:0px;
	background-color:#313131;
	width: 199px;
	left: -999em; /* on met left plutt que display pour cacher les menus parce que display: none n'est pas lu par les lecteurs d'cran */
}
#nav li ul a {
color : #f9f9f9;
text-indent:10px;

}

#nav li ul a:hover{ /* listes de deuxime niveau */
	background-color:#313131;
	text-decoration:none;
	color:#8dbb00; 
	}
#nav li ul ul { /* listes de troisime niveau et plus */
	margin: -20px 0 0 199px;
}
/*deuxime niveau 250px*/                
#nav ul a {width: inherit;}
#nav ul.niveau2bis ul {left: 200px;}  
#nav ul.niveau2bis {display:block; width:200px; margin-top:-6px}      
#nav ul.niveau2bis li a {width: 200px;}
#nav li ul.niveau2bis ul { /* listes de troisime niveau et plus 250 px*/
	margin: -20px 0 0 200px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
#nav li:hover, #nav li.sfhover {
	background: #313131;
	color:#8dbb00; 
}