/* CSS créé le 14 novembre 2006 */ 

/* L'écriture standard */
body {
  	font-family: Arial;
  	scrollbar-face-color: #f7ef67;
}

h1 {
	font-size:28px;
	color: #c4151c;
}

h2{
	font-size:28px;
	color:black;
}

/* Les liens */
a:link { font-weight: normal; font-size: 18px; color:black; text-decoration:none; }
a:visited { font-weight: normal; font-size: 18px; color:black; text-decoration:none; }
a:active { font-weight: normal; font-size: 18px; color:black; text-decoration:underline; }
a span.splnk
{
 color: #f7ef67;
}

a.email:link { font-weight: normal; font-size: 16px; color:black; text-decoration:none; }
a.email:visited { font-weight: normal; font-size: 16px; color:black; text-decoration:none; }
a.email:active { font-weight: normal; font-size: 16px; color:black; text-decoration:underline; }



/* Les couleurs */
/* jaune : #f7ef67 */
/* rouge : #c4151c */
