@charset "iso-8859-1";
/* Generic Selectors */

body {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: black;
	background-color: #808080;
} 

h1 {/* TITRE NOIR */
	font-family: Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: black;
	margin: 0;
} 


h2 {/* TEXTE NORMAL */
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: black;
	font-weight: normal;
	margin: 0;
} 

h3 {/* TITRE ROUGE */
	font-family: Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: red;
	margin: 0;
} 

h4 {/* PETIT LIENL */
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
} 

