.spriteOvermenu:before {
    background-image: url(../images/spriteOvermenu2.png);
    background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
}
.spriteOvermenu.flecheBlanc, .spriteOvermenu.flecheBleu, .spriteOvermenu.flecheOrange {
    background-image: url(../images/spriteOvermenu2.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.spriteOvermenu:before{
    content: "";    
    margin-right: 7px;
    margin-left: 0;
}
.biblioBlanc:before {
    width: 21px;
    height: 24px;
    background-position: -5px -5px;
}

.biblioBleu:before {
    width: 21px;
    height: 24px;
    background-position: -5px -39px;
}

.biblioOrange:before, .biblioBlanc:hover:before {
    width: 21px;
    height: 24px;
    background-position: -5px -73px;
}

.contactBlanc:before {
    width: 30px!important;
    height: 27px!important;
    background-position: -5px -107px;
}

.contactBleu:before {
    width: 30px;
    height: 27px;
    background-position: -5px -144px;
}

.contactOrange:before, .contactBlanc:hover:before {
    width: 30px;
    height: 27px;
    background-position: -5px -181px;
}

.flecheBlanc {
    width: 15px;
    height: 11px;
    background-position: -5px -218px;
}

.flecheBleu {
    width: 15px;
    height: 11px;
    background-position: -5px -239px;
}

.flecheOrange {
    width: 15px;
    height: 11px;
    background-position: -5px -260px;
}

.plansBlanc:before {
    width: 31px;
    height: 28px;
    background-position: -5px -281px;
}

.plansBleu:before {
    width: 30px;
    height: 27px;
    background-position: -5px -319px;
}

.plansOrange:before, .plansBlanc:hover:before {
    width: 31px;
    height: 28px;
    background-position: -5px -356px;
}

.boutiqueBlanc:before {
    width: 25px;
    height: 25px;
    background-position: -5px -394px;
}

.boutiqueBleu:before {
    width: 25px;
    height: 25px;
    background-position: -5px -429px;
}

.boutiqueOrange:before, .boutiqueBlanc:hover:before {
    width: 25px;
    height: 25px;
    background-position: -5px -464px;
}
.annuaireBlanc:before{
    background-image: url(/images/charte/annuaire.svg);
    width: 33px;
    height: 30px;
}
.annuaireBlanc:hover:before{
    background-image: url(/images/charte/annuairehover.svg);
}