/* Liens */
a.choix {
    height: 26px;
    width: 36px;
    float: left;
}
a.choix:hover {
    background: url(../images/selected.gif) 0 0 no-repeat;
    height: 26px;
    width: 36px;
    float: left;
}
a.choix_langue {
    height: 8px;
    width: 18px;
}
a.choix_langue:hover {
    background: url(../images/validate.gif) 0 0 no-repeat;
    height: 8px;
    width: 18px;
}
a.lien_haut{
    position : relative ;
    color: #ffffff;
}
a.lien_haut:hover{
    position : relative ;
    left: 2px;
    top: 1px;
    text-decoration: underline;
}
a.lien_gauche{
    position : relative ;
    color: #000000;
}
a.lien_gauche:hover{
    position : relative ;
    left: 2px;
    top: 1px;
    text-decoration: underline;
}
a.lien_gauche_actif{
    color: #000000;
    border-bottom: black 1px dashed;
}
