body {
margin: 0;
padding: 0;
background: #EEEEEE;
	font: 100% verdana, arial, sans-serif;
font-size : 12px;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
}
#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 0;
left: 0;
}
#menu {
width: 15em;
}
#menu dt {
cursor: pointer;
margin: 0px;
height: 10px;
line-height: 10px;
padding:2px;
font-weight: bold;
color: #ff
}
#menu dd {
/*border: 0px solid gray;*/
}
#menu li {
background: #EEEEEE;
/*list-style-image : url(ftdc.gif);*/
}
#menu li a, #menu dt a {
//color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
color : #B40007;
}
#menu li a:hover, #menu dt a:hover {
color: #FF0000;
}