/***************************
 				* STYLES PERSO
 				***************************/
/**
 * Texte normal
 */
.normalText {
    color: BAC1CF;
    font-size: 12px;
    font-family: Helvetica, sans-serif
    }
/**
 * Un titre sur une page
 */
.titre {
    color: 9da3af;
    font-size: 14px;
    font-family: Helvetica;
    font-weight: bold
    }
/**
 * Un titre dans une liste
 */
.titreListe {
    color: 9da3af;
    font-size: 12px;
    font-family: Helvetica;
    font-weight: bold
    }
/**
 * Eléments du chemin d'accès (sous les lunes)
 */
.pathText {
    color: BAC1CF;
    font-size: 12px;
    font-family: Helvetica, sans-serif;
    font-weight: bold
    }
/**
 * Style du texte indiquant le copyright
 */
.copyright {
    color: 9399a4;
    font-size: 10px;
    font-family: Helvetica, sans-serif
    }
/**
 * Style du texte indiquant la date de dernière mise à jour
 */
.lastUpdate {
    color: 9399a4;
    font-size: 10px;
    font-family: Helvetica, sans-serif
    }
/**
 * Pour la lune en bas à droite, en fond de table principale
 */
.planeteTable {
    background-repeat: no-repeat;
    background-position: bottom right
    }
/***************************
 				* MODIFS DES STYLES DE BASE
 				*/
/**
 * Séparateur horizontal
 */
hr {
    color: 9da3af
    }
/**
 * H3 (titre 3)
 */
H3 {
    color: BAC1CF;
    font-size: 12px;
    font-family: Helvetica
    }
/**
 * P (paragraphe)
 */
P {
    color: BAC1CF;
    font-size: 12px;
    font-family: Helvetica
    }
/**
 * Liens (link, hover, acrtive, visited)
 */
a:link {
    color: 8ba2cf;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold
    }
a:hover {
    color: 5f85cf;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold
    }
a:active {
    color: 5f85cf;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
    }
a:visited {
    color: 8ba2cf;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold
    }