
body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
/*position: absolute;  placement du menu, à modifier selon vos besoins */
position: relative;
top: 10px;
left: 0;
}
#menu {
/* width: 15em;*/
width: 145px;
}
#menu dt {
cursor: pointer;
/*margin: 2px 0;*/



/*height: 25px;*/




line-height: 25px;
text-align: left;
font-size:11px;
 border-bottom: 2px solid #fe9551; 
/* couleur fond non selectionné */
background: #FEF2EB;
text-indent:5px;
}
#menu dd {
line-height: 25px;
font-size:11px;
border: 1px solid #5c9688;
text-indent:15px;
}
#menu li {
text-align: left;
background: #639c94;
}
#menu li a, #menu dt a {
color: #600102;
font-weight: normal;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
/* couleur fond selectionné */
background: #FE6400;
font-weight: bold;
color: #FFFFFF;
}

