/* 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.next:hover{
    text-decoration: underline;
}

