/* Pour tous les UL dans la div dont le ID=nav */
#nav, #nav ul {
	list-style: none;
	line-height: 1;
	background: #FFFFFF; /* background color for menu déroulant */
	font-weight: bold;
	padding: 0;
	border: solid #FFFFFF;
	border-width: 0px 0;
	margin: 0 0 1em 0;
}
/* Pour tous les a href dans la bare du menu principale*/
#nav a {
	display: block;
	color: #B96256;
	font-size: ;
	text-decoration: none;
	padding: 10px;
}

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

#nav li {
	float: left;
	padding: 0;
	width: ; /* Li du premier niveau */

}
/* sous menu */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	
}
/* hover sous menu */
#nav li li {
	padding-right: 1em;
	width: 190px;
	text-align:left;
	
}
/* */
#nav li ul a {
	color: #DD8251;   /* text color of under menu*/
	width: 168px;
}

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

#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: #FFFFFF; /* background color on mouse over main menu*/
}