#nav-container{
	font-size:76%;
	padding-left:0px;
	padding-right:0px;
	width:100%;
/*	background: url(../IMG/essf/___essai.jpg) top left no-repeat;*/
}

#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	background: #efefef;
	font-weight: bold;
	padding: 0;
	text-align:left;
}
#nav-titre-1, #nav-titre-2, #nav-titre-3, #nav-titre-4, #nav-titre-5,  { 	background-color:#efefef; }
#nav-titre-1 { 	border-bottom: 3px solid #FE5E5F; }
#nav-titre-1 a.intitule { 	color:#666; }
#nav-titre-1 a.intitule:hover { background-color:#FE5E5F; color:#fff; }

#nav-titre-2 { 	border-bottom: 3px solid #45831a; }
#nav-titre-2 a.intitule { 	color:#666; }
#nav-titre-2 a.intitule:hover { background-color:#45831a; color:#fff; }

#nav-titre-3 { 	border-bottom: 3px solid #369; }
#nav-titre-3 a.intitule { 	color:#666; }
#nav-titre-3 a.intitule:hover { background-color:#369; color:#fff; }

#nav-titre-4 { 	border-bottom: 3px solid #7F7F7F; }
#nav-titre-4 a.intitule { 	color:#666; }
#nav-titre-4 a.intitule:hover { background-color:#7F7F7F; color:#fff; }

#nav-titre-5 { 	border-bottom: 3px solid #CDA65F; }
#nav-titre-5 a.intitule { 	color:#666; }
#nav-titre-5 a.intitule:hover { background-color:#CDA65F; color:#fff; }

#nav-titre-1:hover {
	background-color: #FE5E5F;
	color:#FFFFFF;
}
#nav-titre-2:hover {
	border-bottom: 3px solid #45831a;
}
#nav-titre-3:hover {
	border-bottom: 3px solid #369;
}
#nav-titre-4:hover {
	border-bottom: 3px solid #7F7F7F;
}
#nav-titre-5:hover {
	border-bottom: 3px solid #CDA65F;
}
#nav ul {
	border: solid #ccc;
	border-width: 0;
	margin: 0 0 0em 0;
}
#nav{
	border: solid #ccc;
	border-width: 0px 0;
}

#nav a {
	display: block;
/*	width: auto;
	w\idth: auto;*/
	width: 10em;
	w\idth: 6em;
	color: #333;
	text-decoration: none;
	padding: 0.25em 2em;
	border-bottom: 1px dotted #999;
}
#nav a.intitule:link, #nav a.intitule:active, #nav a.intitule:visited   {
	display: block;
	width: auto;
	w\idth: auto;
/*	width: 10em;
	w\idth: 6em;*/
/*	color: #666;*/
	text-decoration: none;
	padding: 0.25em 1.4em;
	border-bottom: 0px solid white;
}

#nav a.daddy {
	background: url(rightarrow.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: auto;
/*	width: 10em;*/
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
/*	width: 16em;
	w\idth: 16em;*/
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul,
#nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul
{
	left: -999em;
}


#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul,
#nav li li li li:hover ul
{
	left: auto;
}

#nav li.sfhover ul{
	left:auto;
}
#nav li li.sfhover ul,
#nav li li li.sfhover ul,
#nav li li li li.sfhover ul,
{
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #ccc;
	color:#333333;
}
