ul#sous_menu {
margin: 0;
padding: 0;
list-style-type: none;
border-bottom : 2px solid #183A63;
}

dl, dt, dd, li {
margin: 0;
padding: 0;
}

#menu {
/*position: absolute;  placement du menu, à modifier selon vos besoins */
position: relative;
top: 17px;
left: 0;
}
#menu {
/* width: 15em;*/
width: 169px;
}
#menu dt {
cursor: pointer;
line-height: 25px;
text-align: left;
font-size:11px;
border-bottom: 2px solid #a9a9a9; 
/* couleur fond non selectionné */
background: #a9a9a9;
text-indent:3px;
}
#menu dd {
line-height: 25px;
font-size:11px;
text-indent:12px;
}
#menu li {
text-align: left;
background: #c4c4c4;
font-size:10px;
list-style-type: none;
}

#menu dt a {
color: #ffffff;
font-weight: normal;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;

}

#menu li a{
color: #ffffff;
font-weight: normal;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
font-size:9px;
}

#menu li a:hover, #menu dt a:hover {
/* couleur fond selectionné */
background: #e8e8e8;
font-weight: bold;
color: #FFFFFF;
}

