/* CSS Document */


body {
	margin:0px;
	padding: 0px;
	background: #FFFFFF url('images/font.jpg');
	background-repeat: no-repeat;
	font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
}
a:link {
	color: #CC3399;
	text-decoration: none;
}
a:visited {
	color: #CC3399;
	text-decoration: none;
}
a:hover {
	color: #CC3399;
	text-decoration: underline;
}
a:active {
	color: #CC3399;
	text-decoration: none;
}
body,td,th {
	font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

h1 /* Tous les titres h1 du corps */
{
   color: #000000;
   text-align: center;
   font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
}

h2 /* Tous les titres h1 du corps */
{
   color: #000000;
   font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
}

p
{
   color: black; /* Les paragraphes seront noir */
   font-size: 14px; /* La taille de 18 pixels me semble pas mal */
   font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;  
}

#en_tete
{
   width: 870px;
   height: 161px;
   background-image: url("images/header.jpg");
   background-repeat: no-repeat;
   background-position: top center;
}