div.nav-container{
	z-index:1000;
}

#nav {
	width: 100%;
	z-index:1001;
}

#nav ul  {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: normal;
	padding: 0;
	border-top: 3px solid #581f0c;
	border-right: 3px solid #581f0c;
	border-bottom: 3px solid #581f0c;
	margin: 0 0 0 0;
	text-align:center;
	
}
#nav a {
	display: block;
	width: 205px;
	color: #fff;
	text-decoration: none;
}
#nav a.lvl1 {
	width:175px;
}
#nav a:hover {
	background-color: #df4f4f;
}
#nav a.ye:hover {
	background-color: #f4db87;
	color: #000;
}


#nav li li a:hover {
	background-color: #ffecb9;	
}

#nav ul li {
	float: left;
	padding: 0;
	width: 205px;
	border-width: 0px;
}
#nav ul li.lvl1 {
	width:175px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 205px;
	font-weight: normal;
	margin: 0;
	margin: -25px 0 0 175px;
	z-index:1002;
	text-align:left;

}
#nav li ul li ul  {
	margin: -25px 0 0 205px;
}
#nav li li {
	width: 205px
	margin-left:205px;
	border-bottom: 1px solid #ccc;
}

#nav li li strong {
	color: #e8151b;
}

#nav li li span {
	padding-left: 0px;
}

#nav li ul a {
	width: 205px;
	color: #333;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
}

#nav li ul ul {
	margin: -25px 0 0 205px;
}

#nav li ul li ul {
	position:absolute;
	width: 205px;
	right:-209px;
	margin-top:-24px;
	z-index:1003;
}
#nav li ul li ul a {
	width: 205px;
}

#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-color: #df4f4f;
}

#nav li li:hover, #nav li li.sfhover {
	background-color: #ffecb9;
}

#nav .arrmini {
	background-image: url('../img/arr-right-mini.gif');
	background-position: right;
	background-repeat: no-repeat;
}


/** Style de la nav horiz. **/

#nav2 ul {
	line-height: 30px;
	height: 30px;
	padding:0;
	margin:0;
	
}
#nav2 ul li {
	font-size: 0.7em;
	font-weight: bold;
	list-style: none;
	display: inline;
	float:left;
	border-right: 1px solid #954d01;
}

#nav2 ul li.off a {
	color: #fff;
	display:block;
	float:left;
	text-decoration: none;
	padding: 0 10px 0 10px;
	text-transform: uppercase;
}
#nav2 ul li.off a:hover {
	color: #ce2511;
	background-color: #fff;
}

#nav2 ul li.on {
	background-color: #fff;
}

#nav2 ul li.on a {
	color: #ce2511;
	background-color: #fff;
	display:block;
	float:left;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

.p {
	background-position:84% 50%;
	background-repeat: no-repeat;
}
