
#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
margin: 0;
padding: 0;
list-style-type: none;
font-family:Arial;
font-size:8pt;
color:#666666;
font-weight:normal;
line-height: 28px; 
}


#barre_menu 
{
	position: relative; /* placement du menu, à modifier selon vos besoins */
	text-align: left;
}
#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 5px;
left: 50px;
z-index:100;
width:600px;
}
#menu dl 
{
float: left;
width: 110px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: normal;
background: url('round5.gif');
margin: 1px;
height:28px;
}
#menu dd 
{
top:28px;
left:0px;
display: none;
border: 0px solid gray;
}
#menu li {
text-align: center;
background: url('round5.gif');
}
#menu li a, #menu dt a {
text-decoration: none;
color:#666666;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
/*background: #eee;*/
background: url('round5a.gif');
}
