﻿#MenuHaut
{
    position: absolute;
    top: 61px;
    left: 437px;
    
}
.bouton td.gaucheBouton
{
    width:18px;
    height:45px;
    background-image:url(../../Images/bg.gif);
}
.bouton:hover td.gaucheBouton, .boutonSelect td.gaucheBouton
{
    width:18px;
    height:45px;
    background-image:url(../../Images/bg_roll.gif);
}
.bouton td.droiteBouton
{
    width:18px;
    height:45px;
    background-image:url(../../Images/br.gif);
}
.bouton:hover td.droiteBouton, .boutonSelect td.droiteBouton
{
    width:18px;
    height:45px;
    background-image:url(../../Images/br_roll.gif);
}
.bouton td.milieuBouton
{
    background-image:url(../../Images/bm.gif);
    font-family:Verdana, Arial;
    font-size:11px;
    color:#905d0a;
    padding-top:13px;
    width:1px;
    text-align:center;
    cursor:hand;
    text-decoration:none;
}
.bouton:hover td.milieuBouton, .boutonSelect td.milieuBouton
{
    font-family:Verdana, Arial;
    font-size:11px;
    padding-top:13px;
    width:1px;
    text-align:center;
    cursor:hand;
    text-decoration:none;
    background-image:url(../../Images/bm_roll.gif);
    color:White;
}

.bouton td.milieuBouton a
{
    font-family:Verdana, Arial;
    font-size:11px;
    color:#905d0a;
    padding-top:13px;
    width:1px;
    text-align:center;
    text-decoration:none;
}
.bouton:hover td.milieuBouton a, .boutonSelect td.milieuBouton a
{
    font-family:Verdana, Arial;
    font-size:11px;
    padding-top:13px;
    width:1px;
    text-align:center;
    text-decoration:none;
    color:White;
}