/* CSS Document */

#nav ul.sub {
padding-top: 1px;
line-height: 1.2;
}
#nav, #nav ul { /* toutes les listes */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 0.7;
}

#nav a {
	display: block;
	text-decoration: none;
	font-family:  helvetica, verdana, aerial;
	font-size: 14px;
	color: #c2aa6c;
	font-weight: normal;
	vertical-align:text-bottom;
	
}

#nav a.submen {
vertical-align: baseline;
	text-decoration: none;
	font-family:  helvetica, verdana,aerial;
	font-size: 12px;
	color: #666566;
	background-image:  url(images/fond_transp.png);
	background-repeat: repeat;
	background-color: #ffffff;
	width: 150px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c2aa6c;
	border-left-color: #c2aa6c;
	padding-left:2px;
}
#nav ul li.final a.submen {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C4C7CD;
}

#nav a.submen:hover {
	text-decoration: none;
	font-family:  helvetica, verdana,aerial;
	font-size: 12px;
	color: #000000;
	/*background-color: #ffffff;*/
	background-image:  url(images/fond_blanc.gif);
	background-repeat: repeat;
	
}

#nav li {
	float: left;
}


#nav li ul { /* listes de deuxième niveau */
	position: absolute;
	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 {
	left: auto;
	
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}
/* fin menu style */


.sep {
	font-family:  helvetica, verdana, aerial;
	font-size: 11px;
	color: #666666;
	width: 100;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C4C7CD;
	border-left-color: #C4C7CD;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e05d16;
	border-bottom-color: #e05d16;
	border-top-width: 1px;
	border-bottom-width: 1px;
	font-weight: bold;
}
