/* CSS issu des tutoriels http://css.alsacreations.com */
body 
{
margin: 0;
padding: 0;
background: black;
font: 80% arial, verdana, sans-serif;
}

dl, dt, dd, ul, li 
{
margin: 0;
padding: 0;
list-style-type: none;
}

#menu 
{
position: absolute;
top: 0;
left: 0;
}

dl#menu 
{
width: 168px;
}

dl#menu dt 
{
cursor:pointer;
margin: 0px;
height: 28px;
line-height: 28px;
text-align: left;
font-weight: bold;
border: 1px solid #022CFF;
background: #FFFC02;
margin-bottom: 4px;
font-family: arial, verdana, sans-serif;
}

dl#menu dd 
{
border: 1px solid #FFFC02;
background: white;
}

#dl#menu li 
{
text-align: left;
}

dl#menu li a, dl#menu dt a 
{
color: #022CFF;
text-decoration: none;
display: block;
border: 0 none;
text-align:left; 
font-weight: bold; 
font-size: 11px; 
background: white; 
width: 160px;
}

dl#menu li a:hover 
{
background: #FFFC02;
width: 166px;
}
