/* AUTEUR: FRANÇOIS SAVELLI */
/* DATE DE CREATION: 08/09/99 */

/* cette feuille de style est appelée dans toutes les pages du cadre "contenu" qui est composé d'un menu et d'une page de texte */

/* STYLES GENERAUX */
TD {
   font-family:Verdana,Arial; font-style:normal; font-size:10px;
}
H1 {
   font-size:14px;font-weight:bold;
}
H2 {
   font-size:12px;font-weight:bold;
}

/* STYLES DU TEXTE */

.contenubas {                    /* style affecté à BODY */
    font-family:Verdana,Arial; font-style:normal; font-size:12px;
        margin-top:10; margin-left:10; margin-right:0;
    background-color:#EEF;
    list-style-image:URL(../images/puce2.gif);
}

.titre {
           font-family:Arial; font-style:normal; font-weight:bold; font-size:18px;color:#0000FF;text-align:center; padding-top: 10px;
}

.rouge {
           font-weight:bold; color:#FF0000;
}

.mail {
        color:#0000FF; text-decoration: underline;
}


/* STYLES DU MENU DE DROITE */

.menudroite {                                   /* style affecté à BODY */
    font-family:Verdana,Arial; font-style:normal; font-size:12px;
    margin-top:0; margin-left:0; margin-right:0;
    background-color:#EEF;
}

.lien {
    color: #000000; font-size: 12px; font-family: verdana,arial;  font-weight: bold; letter-spacing: -1pt; text-decoration: none;
}

.divise {
    color: #000000; font-size: 15px;
        background-color: #EEF;
}

