/* ----------------------------------------------------------------------- */
/* ----------------------------- DEBUT Commun ---------------------------- */
/* ----------------------------------------------------------------------- */
body {
    font-family: Arial,Verdana,Helvetica;
    font-size: 0.75em;
}


/* ----------------------------- Lien bouton ----------------------------*/
a {
    font-weight: bold;
    text-decoration: none;
}

a, a:hover {
    color: #00426F;
}

a:hover {
    text-decoration: underline;
    cursor: hand;
}