
/*-- gen css attributes ----------------------------------------------------*/

a { color: #FFF; }

a:visited { color: #333; }

a:hover { color: #00FFFF;}

/*--- header ---------------------------------------------------------------*/

#header h1 {color: #FFF;}

/*--- header links ---------------------------------------------------------*/

#header h1 a {color: #FFF;}

#header h1 a:visited {color: #333;}

#header h1 a:hover {color: #00FFFF;}

/*--- citation -------------------------------------------------------------*/

#citation h1 {color: #FFF;}

#citation p {color: #FFF;}

/*--- content titres/text --------------------------------------------------*/

.titre_e h1 {color: #3D5484;}

.titre_e h2 {color: #6E001B;}

.titre_t h1 {color: #3D5484;}

.titre_t h2 {color: #6E001B;}

.titre_l h1 {color: #3D5484;}

.titre_l h2 {color: #6E001B;}

.titre_s h1 {color: #3D5484;}

.titre_s h2 {color: #6E001B;}

#content p {color: #333;}

#content h3 {color: #6E001B;} 

/*--- that's all folks-----------------------------------------------------*/




