
#nav ul.sub {
line-height: 1.3;
}

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


#nav a {
	display: block;
	/*width: 100px;*/
	text-decoration: none ;
	font-family: verdana, helvetica, aerial;
	font-size: 12px;
	color: #002A57;
	margin-top: 30px; /* calage sur logo */
}


#nav a.submen {
	text-decoration: none ;
	font-family: verdana, helvetica, aerial;
	font-size: 11px;
	color: #666666;
	margin-top: 0px; /* calage sur logo */
	width: 150px;
}
#nav a.submen:hover {
	text-decoration: none ;
	font-family: verdana, helvetica, aerial;
	font-size: 11px;
	color: #A54040;
}

#nav li {
	float: left;
}
#nav li.sep {
    width: 2.5ex ;
    text-align: center;
    margin-top: 27px; /* calage sur logo */
}

#nav li ul { /* listes de deuxième niveau */
	position: absolute;
	background: white;
	width: 10em;
	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:hover ul, #nav li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
	left: auto;
}
