/*------------------------------------
* La feuille de style du site Cebo
*------------------------------------
*/

/* Le fond est toujours en blanc    */

BODY {background-color: #FFFFFF}

/* On utilise une couleur rouge pour les ancres
 * et les entêtes
 */

A, H1, H2, H3 {color: #FFFFFF; text-decoration:none}



/* Alternance des couleurs pour les lignes des tables */

TR.A0 {background-color:white}
TR.A1 {background-color:#999999}
TR.A2 {background-color:yellow}
TR.MENU {background-color:#902D86}

/* Pour le titre : couleur violette, police de grande taille */

TD.TITRE {color:#FFFFFF;font-weight:bold;text-align:center;
                 font-family:sans-serif;font-size:24}
TD.TITRECATA {color:#DA0000;font-weight:bold;text-align:left;
                 font-family:arial;font-size:16}    
TD.TITREFAM {color:#000000;font-weight:bold;text-align:center;
                 font-family:sans-serif;font-size:20}                                
CAPTION.TITRE {color:#CA37FA;font-weight:bold;text-align:center;
                 font-family:sans-serif;font-size:24}

/* Pour le menu : le fond est rouge, les ancres ne sont pas soulignées
 *  et apparaissent en blanc   
 */

A.MENU {font-family:sans-serif;font-size:14;text-decoration:none;color: #AC0000;font-weight:bold} 


/* Pour le titre : couleur rouge, police de grande taille */

TD.TITRE {color:#902D86;font-weight:bold;text-align:center;
                 font-family:sans-serif;font-size:x-large}
TD.FAM {color:#ffffff;font-weight:bold;font-family:sans-serif;text-decoration:none;font-size:12}
TH.FAM {color:#ffffff;font-weight:bold;font-family:sans-serif;text-decoration:none;font-size:12}
TD.FORM {color:#000000;font-weight:bold;font-family:sans-serif;text-decoration:none;font-size:12}
TD.MENUG {color:#AC00EC;font-weight:bold;font-family:sans-serif;text-decoration:none;font-size:20}
TD.ALERT {color:#AC0000;font-weight:bold;font-family:sans-serif;text-decoration:none;font-size:12}

/* Alignement du contenu d'une cellule */

TD.DROITE {text-align:right}
TD.CENTRE {text-align:center}


TD.MENU {font-family:verdana;font-size:10;text-decoration:none;color: #ffffff;}
TD.MENU1 {font-family:verdana;font-size:12;text-decoration:none;color: #ffffff;font-weight:bold}
TD.FONT {font-family:arial;font-size:12;text-decoration:none}
TD.FONTB {font-family:arial;font-size:12;color: #cccccc;text-decoration:none}
TD.FONT1 {font-family:arial;font-size:11;text-decoration:none}
TD.FONT2 {font-family:verdana;font-size:12;text-decoration:none}
TD.FONT3 {font-family:arial;font-weight:bold;font-size:14;text-decoration:none;color:#FFFFFF}
TD.FONT4 {font-family:arial;font-weight:bold;font-size:12;color: #ffffff;text-decoration:none}
TD.FONT5 {font-family:arial;font-size:10;text-decoration:none}
TD.FONT6 {font-family:arial;font-size:12;text-decoration:none;color:black}
TD.FONT7 {font-family:arial;font-weight:bold;font-size:14;text-decoration:none;color:#7800FF}
TD.FONT {font-family:arial;font-size:12;text-decoration:none}
TD.FONTFACT {font-family:arial;font-size:10;text-decoration:none}
FONT.TEST {font-family:arial;font-size:11;text-decoration:none}
FONT.TEST1 {font-family:arial;font-size:10;text-decoration:none}

/* les bordures des champs */

INPUT.BORDER { border-style:0; }

/* data table */
.dataTableHeadingRow { background-color: #C9C9C9; }
.dataTableHeadingContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.dataTableRow { background-color: #999999; cursor: pointer; cursor: hand; }
.dataTableRowSelected { background-color: #DEE4E8; }
.dataTableRowOver { background-color: #AC0000; cursor: pointer; cursor: hand; }
.dataTableContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.dataTableRowBetween { background-color: #AC0000; cursor: pointer; cursor: hand; }
.dataTableRowOverBetween { background-color: #999999; cursor: pointer; cursor: hand; }
.dataTableRowoutil { background-color: #FFFFFF; cursor: pointer; cursor: hand; }