#navlist
{  
background: #08060b; 
padding: 0 1px;
width: 145px; 
font: 12px; 
height: 35px; 
}

#navlist li
{
list-style: none;
margin: 0;
font-size: 12px;
}

#navlist a
{
display: block;
text-decoration: none;
margin-bottom: 0.5em;
margin-top: 0.5em;
color: white;
background: #08060b;
border-width: 1px 1px 1px 1em;
border-style: solid;
border-color: #1f173f #3e2c65 #382558 #2c1f43;
padding: 0.25em 0.25em 0.25em 0.25em;
}

#navlist a#courant { border-color: #1f173f #3e2c65 #382558 #2c1f43; }

#navlist a


{
width: 99%;
/* necessaire seulement pour Internet Explorer */
}

#navlist a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 9.6em;
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a
{
width: auto;
/* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#courant:hover
{
background: #08060b;
border-color: #1f173f #3e2c65 #382558 #2c1f43;
padding: 0.4em 0.35em 0.25em 0.9em;
}

#navlist a:active, #navlist a#courant:active
{
background: #08060b;
padding: 0.4em 0.35em 0.25em 0.9em;
}
