dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: /* placement du menu, à modifier selon vos besoins */
top: 0;
left: 0;
}
#menu {
width: 15em;
}
#menu dt {
cursor: pointer;
margin: 2px 0;
height: 30px;
line-height: 20px;
text-align: center;
font-weight:;
font-size:12px;
color:#FFFFFF;

background: #666;
}
#menu dd {
border: 1px solid gray;
border-color:#FFCC00;
padding:6px

}


#menu li {
text-align: center;
font-size:12px;

}
#menu dt a {
color: #FFFFFF;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a {
color: #FFFFFF;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #666;
color:#FFCC00;

}
	