﻿.fleche_retour_1 {
    margin-top: 10px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}
ul.fleche_gauche_1 li {

}
ul.fleche_gauche_1 a, ul.fleche_gauche_1 a:visited { /* le regroupement de ces sélecteurs garantit que vos liens conservent leur apparence de bouton, même après avoir été activés */
    display: block; /* attribue au bloc de liens des propriétés qui lui font remplir toute la balise LI qui le contient. Force la zone entière à réagir à un clic de souris. */
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
    width: 120px;
    background-image: url(../images/fleche-gauche2.png);
    height: 35px;
}
ul.fleche_gauche_1 a:hover, ul.fleche_gauche_1 a:active, ul.fleche_gauche_1 a:focus { /* modifie la couleur de l'arrière-plan et du texte pour les navigateurs à la souris et au clavier. */
    background-image: url(../images/fleche_gauche3.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 120px;
    height: 35px;
}
ul.fleche_gauche_txt li {

}
ul.fleche_gauche_txt a, ul.fleche_gauche_txt a:visited { /* le regroupement de ces sélecteurs garantit que vos liens conservent leur apparence de bouton, même après avoir été activés */
    display: block;
    color: #FFFFFF;
    width: 120px;
    font-family: Arial;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    border-top: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    height: 23px;
    font-size: 17px;
    text-decoration: none;
    line-height: 23px;
    text-indent: 35px;
}
ul.fleche_gauche_txt a:hover, ul.fleche_gauche_txt a:active, ul.fleche_gauche_txt a:focus { /* modifie la couleur de l'arrière-plan et du texte pour les navigateurs à la souris et au clavier. */
    color: #000000;
    background-color: #FFFFFF;
    font-family: Arial;
    font-weight: normal;
    width: 120px;
    display: block;
    font-style: normal;
    font-variant: normal;
    font-size: 17px;
    border-bottom: 1px solid #000000;
    height: 23px;
    text-decoration: none;
    line-height: 23px;
    text-indent: 35px;
}
