

dl, dt, dd, li {
margin: 0;
padding: 0;
}

ul.sousmenu {
margin: 0;
padding: 0;
list-style-type: none;
/*border-bottom : 1px solid #FFFFFF;*/
}

#menu {
/*position: absolute;  placement du menu, à modifier selon vos besoins */
position: relative;
top: 2px;
left: 0;
}
#menu {
/* width: 15em;*/
width: 187px;
border-top:1px solid #FFFFFF;
letter-spacing:3px;
margin-left:10px;
}
#menu dt {
cursor: pointer;
/*line-height: 25px;*/
padding-top : 5px;
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight : bold;
border-bottom: 1px solid #FFFFFF; 
/* couleur fond non selectionné */
background: #353036;
text-indent:3px;
height: 20px;
}
#menu dd {
line-height: 25px;
font-size:11px;
text-indent:12px;
}
#menu li {
text-align: left;
background: #353036;
font-size:10px;
list-style-type: none;
/*height:20px;*/
border-bottom : 1px solid #FFFFFF;
letter-spacing:0px;
}

#menu dt a {
color: #d4bce0;
font-weight: normal;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
font-size:12px;
font-weight: bold;
}

#menu li a{
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
font-size:9px;
font-size:11px;
font-weight: bold;
/*border-bottom : 1px solid #FFFFFF;*/

}

#menu li a:hover{
/* couleur fond selectionné */
background: #353036;
font-weight: bold;
color: #d4bce0;
font-size:11px;
}

#menu dt a:hover {
/* couleur fond selectionné */
background: #353036;
font-weight: bold;
color: #FFFFFF;
font-size:12px;
}

