dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 25px;
left: 2px;

}
#menu {
width: 205px;
}

#menu dt {
cursor: pointer;
font-family: Verdana, Arial, sans-serif;
color: #EBBF25;
margin: 2px;
height: 17px;
line-height: 17px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background-color: #2A4600;
font-size: 11px;
}
#menu dd {
border: 1px solid gray;
display: none;
}
#menu li {
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	background: #fff;
}
#menu dt a {
	color: #EBBF25;
	text-decoration: none;
	display: block;
	border: 0 none;
	height:17px;
	font-size: 11px;
}
#menu li a{
	color: #2A4600;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 15px;
	font-size: 11px;
}
#menu li a:hover, #menu dt a:hover {
	background: #eee;
	background-color: #FFC104;
}
