/*STYLE DU TEXTE EN 10 PIXELS*/
.textefont10 {
    color: #4D72A7;
    font-family: verdana,arial;
    font-size: 10px;
    text-decoration: none;
    }

/*STYLE DU TEXTE EN 12 PIXELS*/
.textefont12 {
    color: #4D72A7;
    font-family: verdana,arial;
    font-size: 12px;
    text-decoration: none;
    }

/*STYLE DU TEXTE EN 14 PIXELS*/
.textefont14 {
    color: #4D72A7;
    font-family: verdana,arial;
    font-size: 14px;
    text-decoration: none;
    }

/*STYLE DU DES LIENS*/
.A {color: #4D72A7 text-decoration: none}
a:visited { color: #4D72A7; text-decoration: none }
a:hover { color: #D1B3CF; text-decoration: underline }

/*STYLE DE LA BARRE AFFICHANT L'ARBORESCENCE DES ALBUMS (1ère ligne)*/
.barrearbo {
    background-color: #D1B3CF;
    }

/*STYLE DE LA BARRE AFFICHANT LES INFOS SUR LA GALERIE (2ème ligne)*/
.barreinfo {
    background-color: #E7D8E6;
    }

/*STYLE DE LA BARRE DE NAVIGATION DE PAGE EN PAGE (disp_img.php et disp_serie.php)*/
.barrenav {
    background-color: #E7D8E6;
    }

/*STYLE DE LA BARRE DU BAS*/
.barrebas {
    background-color: #E7D8E6;
    }

/*COULEUR DES ENCADRéS*/
.encadre {
    background-color: #CCCCCC;
    }

/*COULEUR DE L'AFFICHAGE DES INFOS D'UNE IMAGE (disp_img.php)*/
.imginfo {
    background-color: #E4E4E4;
    }

/*STYLE DE LA PARTIE HAUTE DES IMAGES POPULAIRES (index.php)*/
.favoriteup {
    color: #6788BA;
    font-family: verdana,arial;
    font-size: 12px;
    text-decoration: none;
    background-color: #D1B3CF;
    }

/*STYLE DE LA PARTIE BASSE DES IMAGES POPULAIRES (index.php)*/
.favoritedown {
    color: #999999;
    font-family: verdana,arial;
    font-size: 10px;
    text-decoration: none;
    background-color: #E7D8E6;
    }