/* accueil style below */
a#accueil {
    display: block;
    width: 316px;
    height: 33px;
    background-image: url(../images/navigation/accueil.jpg);
    background-position: 0 0;
    margin: 0px;
}
a#accueil:hover {
    background-position: 0 -33px;
}
a .alt { display: none; }
/* conseils style below */
a#conseils {
    display: block;
    width: 130px;
    height: 35px;
    background-image: url(../images/navigation/conseils.jpg);
    background-position: 0 0;
    margin: 0px;
}
a#conseils:hover {
    background-position: 0 -35px;
}
a .alt { display: none; }
/* contact style below */
a#contact {
    display: block;
    width: 144px;
    height: 35px;
    background-image: url(../images/navigation/contact.jpg);
    background-position: 0 0;
    margin: 0px;
}
a#contact:hover {
    background-position: 0 -35px;
}
a .alt { display: none; }
/* equipe style below */
a#equipe  {
    display: block;
    width: 130px;
    height: 35px;
    background-image: url(../images/navigation/equipe.jpg);
    background-position: 0 0;
    margin: 0px;
}
a#equipe:hover {
    background-position: 0 -35px;
}
a .alt { display: none; }
/* conseils style below */
a#liens {
    display: block;
    width: 129px;
    height: 35px;
    background-image: url(../images/navigation/liens.jpg);
    background-position: 0 0;
    margin: 0px;
}
a#liens:hover {
    background-position: 0 -35px;
}
a .alt { display: none; }
/* services style below */
a#services {
    display: block;
    width: 131px;
    height: 35px;
    background-image: url(../images/navigation/services.jpg);
    background-position: 0 0;
    margin: 0px;
}
a#services:hover {
    background-position: 0 -35px;
}
a .alt { display: none; }