dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: absolute;
top: 140px;
left: 0px;
}

dl#menu {
width: 160px;
}

.standard{
cursor: pointer;
margin: 2px 0;/*2px d'espace entre les menus en haut et en bas, 0px sur les cotés*/
height: 20px;
line-height: 20px;
text-align: center;
font-weight: none;
font-family: 'verdana';
font-size:16px;
color: #FFFFFF;
border: 1px solid gray;
background: #002277;
}
.speciale{
cursor: none;
margin: 2px 0;/*2px d'espace entre les menus en haut et en bas, 0px sur les cotés*/
height: 107px;
line-height: 107px;
text-align: center;
font-weight: none;
font-family: 'verdana';
color: #FFFFFF;
border: none;
background-image: url(logo_asfas_2.jpg);
background-color: #4477BB;/*#0000FF;*/
}

dl#menu dt a {
cursor: pointer;
color: #FFFFFF;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#menu dd {
border: 1px solid gray;
}
dl#menu li {
height: 18px;
line-height: 18px;
font-family: 'verdana';
font-size:12px;
padding-left: 15px;
text-align: left;
background: #99CCFF;
}
dl#menu li a{
color: #000;
font-size:12px;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#menu dt a:hover {
background: #99CCFF;/*#00CCFF;/*#eee;*/
color:#000000;
}

dl#menu li a:hover {
background: #99CCFF;
}