.menu
{
background-image: url('images/bouton.gif'); 
background-repeat: no-repeat; 
background-position: center;
filter:Alpha(Opacity=85);
-moz-opacity : .85;
opacity: .85;
}

.menulien
{
    font-weight: normal;
    text-decoration: none;
}
.menulien:hover
{
    color: #DD9933;
}
