#menu{
    background-image: url("fondCentre.gif");
    background-repeat: repeat-y;
    overflow:hidden;
    height:35px;
}

.boutonMenu{
     float:left;
}

.boutonMargin{
      width:30px;
    height:25px;
    float:left;
}

.boutonMenu:hover{
    margin-top:-1px;
}

.textBoutonMenu{
    display:block;
    margin-top:-33px;
    font-weight: normal;
    font-size: 1.2em;
    width:150px;
    height:25px;
    padding-top:7px;
}

