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

a { color: #FFF; }

a:visited { color: #777; }

a:hover { color: #00FFFF;}

/*--- header ---------------------------------------------------------------*/

#header h1 {color: #FFF;}

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

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

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

#citation h1 {color: #FF3300;}

#citation p {color: #52A7FC;}

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

.titre_e h1 {color: #52A7FC;}

.titre_e h2 {color: #FF3300;}

.titre_t h1 {color: #52A7FC;}

.titre_t h2 {color: #FF3300;}

.titre_s h1 {color: #52A7FC;}

.titre_s h2 {color: #FF3300;}

#content p {color: #CACACA;}

#content h3 {color: #52A7FC;} 

.insert {color: #FF3300;}

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




