
#nav{ /* toutes les listes */
	padding:0;
    margin: 0;
	list-style: none;
	line-height: 33px;
	position:absolute;
top: 225px;
left: 0px; z-index:100
}
#nav ul { /* toutes les listes */
	padding:0;
    margin: 0;
	list-style: none;
	line-height: 33px;
border:1px solid #5a5e60;

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

}
#nav a:hover {
	color : #fea00b;
}
#nav li a.bgprem, a.bgprem:hover {
	text-align:center;
	font-weight:bold;
	line-height: 33px;
	width: 98px;
	height: 41px;
	color:#f2f2f2;
	background-image: url(/images/menu/images/menu-gauche.png);
	background-repeat: no-repeat;
} 

/*vert*/
#nav li a.bgfond, a.bgfond:hover {
	text-align:center;
	font-weight:bold;
	line-height: 33px;
	width: 98px;
	height: 41px;
	color:#f2f2f2;
	background-image: url(/images/menu/images/menu-simple.png);
	background-repeat: no-repeat;
}

#nav li a.bglast, a.bglast:hover {
	text-align:center;
	font-weight:bold;
	line-height: 33px;
	width: 98px;
	height: 41px;
	color:#f2f2f2;
	background-image: url(/images/menu/images/menu-droite.png);
	background-repeat: no-repeat;
} 
#nav li { /* tous les items de liste */
	float: left;
	width: 98px; /* largeur obligatoire, sinon opera devient fou */
}
#nav li ul { /* listes de deuxime niveau */
	position: absolute;
	margin-top:0px;
	background-color:#313131;
	width: 200px;
	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:#029ba1; 
	}
#nav li ul ul { /* listes de troisime niveau et plus */
	margin: -20px 0 0 200px;
}
/*deuxime niveau 250px*/                
#nav ul a {width: inherit;}
#nav ul.niveau2bis ul {left: 200px;}  
#nav ul.niveau2bis li {width: 200px;}
#nav ul.niveau2bis {display:block;   margin-top:-1px}      
#nav ul.niveau2bis li a {width: 200px;	line-height: 25px;
}
#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 {
	color:#029ba1; 
}