#nav2{
	list-style-type:none;
	list-style-position:outside;
	line-height:42px;
	font-family: "DIN Alternate";
	font-size: 13px;
	display: block;
	position: relative;
	left: 25px;
	top: 5px;
	color: #FFFFFF;
}

#nav2 ul{
	margin:0;
	list-style-type:none;
	list-style-position:outside;
	line-height:39px;
	position:absolute;
	display:block;
	/*margin:0;*/
	padding:0;
	
}

#nav2 a{
	display:block;
	color:#FFFFFF;
	z-index:9;
	width: 98px;
	text-align: center;
	text-decoration:none;
	position: relative;
	padding: 0px;
	height: 39px;
	line-height: 39px;
	margin: 0px;
}

#nav2 a:hover{
	font-weight: bold;
	background-color: #666666;
	border: 1px solid #666666;
}

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

#nav2 ul {
	position:absolute;
	display:block;
	width:340px; 			/*Largeur du sous menu; pensez a modifier le #nav li ul a {width: } et #nav li ul ul {left: } */
	bottom:39px; 				/*Position du sous menu par rapport au menu*/
	z-index:10;				/*Si le menu se cache sous un autre element de la page, augmenter cette valeur*/
	line-height:30px; 	/*hauteur des lignes du sous menu*/
	background-color: #999999;
}

#nav2 li ul a{
	width:340px; /*doit etre egale au #nav ul {width: }*/
	height:39px;
	float:left; /*Couleur de fond des sous menus*/
	color:#FFFFFF; 			/*couleur de police des sous menus*/
	display: block;
}

#nav2 li ul a:hover{
	width:340px; /*doit etre egale au #nav ul {width: }*/
	height:39px;
	float:left; /*Couleur de fond des sous menus*/
	color:#000000;
	display: block;
	background-color: #FFFFFF;
}

#nav2 ul ul{
	line-height:39px; 	/*hauteur des lignes du sous sous menu*/
	z-index:10;
	bottom: 0px;
}

#nav2 ul ul a:hover{
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

#nav2 li ul ul {
	left:330px; /*positionne le sous sous menu par rapport au sous menu; doit etre egale au #nav ul {width:   */
	margin:0px 0 0 10px;
	
}

#nav2 li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav2 li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

