#menudl,#menu dt,#menu dd,#menu ul,#menu li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu { /* conteneur global du menu */
background-color:white;
width:159px;
top: 0;
left: 0;
}

#menu dt {
cursor: pointer;
margin: 2px 0;
text-align: left;
font-weight: bold;
border-bottom: 1px solid #E8E7E1;
font-size:11px;
padding-left:1em;
padding-bottom:0.8em;
padding-top:0.6em;
background: #FFFFFF url(../../images/puce_menu_titre.gif) no-repeat 10px center ;
}

#menu dt a {
font-size:1em;
color: #113D61;
text-decoration: none;
display: block;
border: 0 none;
padding-left:0.7em;
}

#menu dt a:hover {
color: #FA5B00;
text-decoration: underline;
}
#menu dt.on a{
color: #FA5B00;
}