#container {
	width: 700px; /*36em; BA:646px; 720-1=719* | mc2: 440px;*/ /*Avant mobile: 600px*/
	background:; /*brun clair #F4ECD9;*/
	text-align: left;
	/*border: 1px solid darkgoldenrod; /*1px solid #eda; | MC: 1px solid darkgoldenrod;*/
	margin: 4px 0 0 2; /*margin: 0 auto; | auto : pour centrer dans FF*/
}

#nav, #nav ul { /*les titres de la barre menu*/
	float: left;
	width: 700px; /*36em; BA:646px; 720-1=719 | Init: 440px;*/ /*Avant mobile: 600px*/
	list-style: none;
	line-height: 1; /*1;*/
	background:; /*white; brun clair container : #F4ECD9;*/
	font-weight: bold; /*bold;*/
	padding: 0;
	border: solid darkgoldenrod; /*MC: solid darkgoldenrod;*/
	border-width: 0px 0; /*1px 0; extra border*/
	margin: 0 0 0em 0; /*0 0 1em 0;*/
}

#nav a {
	display: block;
	width: 110px; /*10em; | MC: 7em;*/
	/*w\idth: 6em;*/
	color: wheat; /*#7C6240; | goldenrod | orange*/
	text-decoration: none;
	padding: 0.25em 0em 0.25em 0.75em; /*0.25em 2em;*/ /*0.25em 2.75em 0.25em 1em; j'ai ramene la marge gauche a 0*/
	text-align: left; /*j'ajoute pour que ds FF ça ne centre plus*/
}

#nav a.daddy {
	background: url(images/rightarrow2.gif) left no-repeat; /*center right no-repeat | url(../images/rightarrow2.gif)*/
}

#nav a.child {background: white;} /*ajout*/
#nav a.child:hover {background: #eda;}

#nav li {
	float: left;
	padding: 0;
	width: 110px; /*10em; barre navigation BA:10em; | MC: 7em;*/
}

#nav li ul {
	position: absolute;
	left: -999em; /*hors du champs visuel -> display: none, and then left: auto (rather than left: 0) to bring it back*/
	height: auto;
	width: 110px; /*14.4em; BA:14em; LARGEUR IDEM*/
	/*w\idth: 13.9em;*/
	font-weight: normal;
	border-width: 0px; /*0.25em; BORD cartouche orange | MC: 1px;*/
	margin: 0;
}

#nav li li {
	padding-right: 0em; /*1em;*/
	width: 110px; /*13em; bande hover ok, les 2 cartouches se touchent et ne dépassent plus! BA:14em; LARGEUR IDEM*/
}

#nav li ul a {
	width: 110px; /*13em; BA:14em; LARGEUR IDEM*/
	/*w\idth: 9em;*/
}

#nav li ul ul {
	margin: -1.75em 0 0 110px; /*-1.75em 0 0 14em; LARGEUR IDEM*/
}

#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:; /*qd la souris passe | MC: #eda;*/
}
/*ajout: color items*/
#nav li a:hover {
	color: lightsteelblue; /*lightsteelblue*/
}
#nav li li a {
	color: orange; /*lightsteelblue | ajout*/
}
.top {color:;} /*ajout: barre nav | lightgoldenrodyellow | wheat*/