dl, dt, dd, .limenu {
margin : 0;
padding : 0;
list-style-type : none;
font-size:12px;
}

#menu {
position : absolute;
z-index : 100;
width : 100%;

}
#menu dl {
float : left;
}

#menu dt {
cursor : pointer;
text-align : center;
font-weight : bold;
background : #98B0CA;
background-image : url(images/menu1.jpg);
background-repeat : repeat;
height : 20px;
color:#2E536D;

}
#menu dt.affiche a {
cursor : pointer;
text-align : center;
font-weight : bold;
background-image : url(images/menu2.jpg);
background-repeat : repeat;
height : 20px;
color:#515D01;
}

#menu dd {
display : none;
border-left: 1px solid #515D01;
border-right: 1px solid #515D01;
}

#menu .limenu {
overflow:hidden;
text-align : center;
background : #9EBA02;
border-bottom: 1px solid #515D01;
margin-left : -40px;
height : 20px;
}
#menu .limenu a {
color:#687701;
text-decoration : none;
display : block;
height : 100%;
border : 0 none;
}

#menu dt a {
color:#2E536D;
text-decoration : none;
display : block;
height : 100%;
border : 0 none;
}
#menu .limenu a:hover {
background : #98B0CA;
color:#2E536D;
}
#menu dt a:hover{
background-image : url(images/menu2.jpg);
background-repeat : repeat;
color:#515D01;
font-weight : bold;
} 
