/* Document CSS */

/* style général pour le site cedra.net  - 12.11.2001 - nov 2008
   attention : REM ne doit pas être // 
   ///////// pour modifier la taille du fichier //////////////////////////
 */

body {
  background-color: #fdfdfd ; 
  color: darkblue ;
  font-size: medium ; 
}

span.titre {background-color: blue; COLOR:#f2c52a; border-width:0; width:70%; text-align:center; font-style:normal ; font-weight:bold ; font-size:large}

h2 {color:blue}
h3 {color: #4747d0}

div.normale {
 font-style: normal; 
 font-weight: 400 ;
 font-family:  Georgia, "Century Schoolbook", serif;
/* font-size: medium ;  */
 color: darkblue;
}

strong {font-weight:800}
/* div.tt {font-family:monospace ; font-size:smaller ; color:black}  */

div.normale tt {
 font-family:monospace ;
/* font-size:smaller ; */
 font-size:large ;
/* color:black */ 
}

a:link {color:red}
/* a:link {color:#0000FF} */
/* a:link {color:darkgreen} */
a:active {color:red; font-weight:bold}
/* a:visited {color:mediumslateblue} */
/* a:visited {color:#008000} */
a:visited {color:blue}
/* a:visited {color:black} */


/* ////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////// */
