#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
/*Yann profondeur*/
z-index:99;
/*Yann padding*/
padding-left:10px;

}

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

/* RUBRIQUE */

#nav .rub {
position:absolute;
display:none;
width:200px;
top:25px;
}

#nav li .rub a{
color:#ED1C2E;
border-bottom:1px solid #EAEAEA;
background-color:#f2f2f2;
text-decoration:none;
width:200px;
height:18px;
float:left;
font-size:13px;
/*Yann padding*/
padding-left:10px;
}

#nav li .rub a:hover{
color:#000000;
border-bottom:1px solid #EAEAEA;
width:200px;
height:18px;
float:left;
background-color:#EAEAEA;
font-size:13px;
}

/* SOUS RUBRIQUE */

#nav .SSrub {
position:absolute;
display:none;
width:350px;
left:200px;
}

#nav li .SSrub a{
color:#ED1C2E;
border-bottom:1px solid #EAEAEA;
background-color:#f2f2f2;
text-decoration:none;
width:350px;
height:18px;
float:left;
font-size:13px;
/*Yann padding*/
padding-left:10px;
}

#nav li .SSrub a:hover{
color:#000000;
border-bottom:1px solid #EAEAEA;
width:350px;
height:18px;
float:left;
background-color:#EAEAEA;
font-size:13px;
}
