#nav, #nav ul { /* toutes les listes */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 25px;
}

#nav a {
	display: block;
	width: 162px; 
	text-indent:0px;
	font-size:12px;
	text-decoration:none;color:#f1f1f1; 
}
#nav li a.bg {
background:url(/img2009/bouton.gif) no-repeat top left;
text-align:center;
font-weight:bold;
line-height:35px;
color:#CCCCCC;
}
#nav li a.bg:hover {
background:url(/img2009/bouton_over.gif) no-repeat top left;
text-align:center;
font-weight:bold;
line-height:35px;
color:#000000;

} 

#nav li { /* tous les items de liste */
	float: left;
	width: 162px; /* largeur obligatoire, sinon opera devient fou */

}

#nav li ul { /* listes de deuxième niveau */
	position: absolute;
	background-color:#313131;
	width: 162px;
	left: -999em; /* on met left plutôt que display pour cacher les menus parce que display: none n'est pas lu par les lecteurs d'écran */
}
#nav li ul a {
color:#f1f1f1; 
text-indent:10px;

}

#nav li ul a:hover{ /* listes de deuxième niveau */
	background-color:#fab518;
	text-decoration:none;
	color:#313131; 
	}
#nav li ul ul { /* listes de troisième niveau et plus */
	margin: -25px 0 0 162px;
}
/*deuxième niveau 250px*/                
#nav ul a {width: inherit;}
#nav ul.niveau2bis ul {left: 200px;}  
#nav ul.niveau2bis {display:block; width:200px;border:1px solid #ffffff;}      
#nav ul.niveau2bis li a {width: 200px;}
#nav li ul.niveau2bis ul { /* listes de troisième niveau et plus 250 px*/
	margin: -25px 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;
}
