div.BoutonGauche {
height: 68px;
width: 139px;
}

#BOUTON_partenaires {
background-image: url(../images/bouton_partenaires.png);
}

#BOUTON_fonctionnement {
background-image: url(../images/bouton_fonctionnement.png);
}

#BOUTON_contribution {
background-image: url(../images/bouton_contribution.png);
}

#BOUTON_quisommesnous {
background-image: url(../images/bouton_quisommesnous.png);
}

#BOUTON_last {
background-image: url(../images/bouton_fonctionnement.png);
}

div.BoutonGauche div {
padding-left: 15px;
padding-top: 28px;
text-align: center;
font-weight: bold;
font-size: 11px;
}

div.BoutonGauche a {
color: black;
display: table-cell;
vertical-align: middle;
width: 116px;
height: 32px;
}

div.BoutonGauche a:hover {
text-decoration: underline;
}