/*fond de page*/
body  { font: 12px/1.5 arial, helvetica; background: white; text-align: center; margin: 2em; padding: 0 }

/*fond de menu*/
#container   {
	font-size: 12px;
	font-family: Arial, Helvetica;
	background: white;
	text-align: left;
	margin: 0 auto;
	width: 960px;
	height: 20px;
}

/*propriété MENU NIVEAU 1*/
#nav, #nav ul   { color: white; font-size: 12px; font-family: Arial, Helvetica; font-weight: bold; line-height: 1; background: #4b4b4b; list-style: none; margin: 0 0 1em; padding: 0; width: 960px; height: 20px; float: left }
/*propriété lien*/
#nav a   {
	color: white;
	font-size: 12px;
	font-family: Arial, Helvetica;
	text-decoration: none;
	display: block;
	padding: 0.25em 2em;
	width: 10em;
	w\idth: 6em;
	height: auto;
}
/* sens menu (de gauche à droite) */
#nav li {
	float: left;
	padding: 0;
	width: 11em;
}
/* propriété sous-menu 1er niveau */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 11em; /*largeur box sous-menu*/
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

/* ouverture sous-menus */
#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;
}
/* comportement lien survollé */
#nav li:hover, #nav li.sfhover  {
	font-size: 12px;
	font-family: Arial, Helvetica;
	background:#CCCCCC;

}
