#nav{
position:absolute;
top:70px;
left:905px;
width:200px;
margin:5; 
padding:5;
background: url("images/cnt.jpeg") bottom left no-repeat;
font-size: 12px;
text-align: left;
vertical-align : -50%;
text-decoration: none;
font-weight: bold;


line-height:17px; 		/*Si vous modifier la  hauteur du menu pensez a modifier la position du sous-menu #nav ul{top: */
}


#nav a{
display:block;
padding:5px 5px;
color:#fff;
text-decoration: none;
border-bottom: solid 0px;
z-index:20;
}

#nav a:hover{  

background-repeat: no-repeat;  /*styles des liens actifs*/
color:#898989;
}

#nav li{
float:left;
position:relative;
text-decoration: none;

 background-image: url(img/logo_menu-27-24.png);
 background-repeat: no-repeat;
 background-position: 0 0.32em;
 padding-left: 5px;

}

#nav ul {
background-color:#000000;
display:none;
float:right;
font-size:13px;
line-height:19px;
margin-left:-898px;
margin-top:-20px;
opacity:0.9;
top:-14px;
width:895px;
z-index:10;
}

#nav ul li {
background:url("http://www.cnt-f.org/fte/IMG/menu/poing.png") no-repeat scroll 0 0 transparent;
padding-left:30px;
}

#nav li ul a{

width:relative;
}

padding:5px 5px;
background-color: #333; /*Couleur de fond des sous menus*/
color:#fff; 
font-size: 12px;	
border-bottom: solid 4px;
color: white;		/*couleur de police des sous menus*/
}

#nav ul ul{
top:auto;
line-height:0.85em; 	/*hauteur des lignes du sous sous menu*/
z-index:10;				/*Si le menu se cache sous un autre element de la page, augmenter cette valeur*/
}	

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

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display: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;
}

