/* Definitions communes aux différentes pages du site */
/* Couleurs des Liens  */
a { text-decoration: none; 
		font-family: Verdana, Arial, sans-serif; 
		font-size: 11px; 
		font-variant: small-caps; 
		font-weight: bold }
a:link	{ color: #0000FF }
a:visited	{ color: #BE1947 }
a:active	{ color: #000099 }
a:hover	{ color: #FF1947 }

/* Corps */
body         	{ font-family: verdana, arial, sans-serif; font-size: 10pt; color:navy}

/* Tableaux */
td.r {color: Blue; font-size: 11px; font-style: italic; font-variant: small-caps ; text-align: center; vertical-align: middle}
td.g {color: Gray; font-family: Tahoma; font-size: 12px; text-align: left; vertical-align: middle}

/* Titre */
h3 {color:#990000 ;
 font-family:"Microsoft Sans Serif" "Comic Sans MS" ;
 font-size: 19px ;
 font-variant: small-caps ;
 font-weight: bold }
 
h4 { color:blue ;
 font-family: "Courier New" "Courier, mono" ;
 font-size: 16px ;
 font-variant: small-caps ;
 font-weight: bold }
 
h5 { color:#BE1947 ;
 font-family: "Verdana" "Arial" ;
 font-size: 16px ;
 font-variant: small-caps ;
 font-weight: bold }
/* Fin */