
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 */
top: 17px;
left: 0;
}
#menu {
width: 20em;
}
#menu dt {
cursor: pointer;
/*margin: 2px 0;*/
height: 25px;
line-height: 25px;
text-align: left;
font-weight: bold;
font-size:11px;
border: 1px solid #5c9688;
background: #639c94;
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: #ffffff;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #8ebce2;
}

