body {
margin: 0;
padding: 0;
font: 70% arial, sans-serif;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: absolute;
top: 0;
left: 0;
}

#menu {
width: 15em;
}

#menu li {
width: 15em;
text-align: center;
background: #fff;
}

#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 0%;
}

#menu li a:hover, #menu dt a:hover {
background: #F3CB73;
}

.mentions {
position: absolute;
top : 300px;
left : 10px;
color: #000;
background-color: #ddd;
}