dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position:relative; /* placement du menu, à modifier selon vos besoins */
}
#menu {
width: 230px;
}
#menu dt {
cursor: pointer;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold;
color:#634638;
font-size:13px;
font-family:Verdana, Arial, Helvetica, sans-serif;

}

#menu dd {
}

#menu li {
text-align: left;
/*background: #BE9D8F;*/
/*color:#BE9D8F;*/
}

#menu li a, #menu dt a {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #634638;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
font-size:12px;
}
#menu li a:hover, #menu dt a:hover {
color:#BE9D8F;
}
