#nav{
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	margin-top: 25;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 130px;
}

#nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
}

#nav a{
	display:block;
	color:#e1ddd4;
	text-decoration:none;
	z-index:9;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 42px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav a:hover{
	color:#d9d8dd;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
	position:absolute;
	display:none;
	width:19em; 			/*Largeur du sous menu; pensez a modifier le #nav li ul a {width: } et #nav li ul ul {left: } */
	top:1.5em; 				/*Position du sous menu par rapport au menu*/
	z-index:10;
	line-height:1.4em; 	/*hauteur des lignes du sous menu*/
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-left-style: none;
	border-top-color: #fff;
	border-left-color: #fff;
}

#nav li ul a{
	width:19em; /*doit etre egale au #nav ul {width: }*/
	height:auto;
	float:left; /*Couleur de fond des sous menus*/
	color:#e1ddd4; 			/*couleur de police des sous menus*/
	font-size: 10px;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #F00;
}

#nav ul ul{
	top:auto;
	line-height:1.05em; 	/*hauteur des lignes du sous sous menu*/
	z-index:10;
}	

#nav li ul ul {
	left:19em;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -255px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Non visible a l'ecran */
.sans { position: absolute; top: -3000em; height: 0px; width:0px;}
.avec{}