body
{
   width: 780px; /*780   1300px*/
   margin: auto; /* Pour centrer notre page */
   margin-top: 5px;
   margin-bottom: 5px;    /* Idem pour le bas du navigateur */

}

#corps
{
	color: #006d6b;/*#B3B3B3;*/
}

#corps h1 /* Tous les titres h1 du corps */
{
	color: #006d6b;/*color: #B3B3B3;*/
	text-align: center;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	margin-top: 5px;
	margin-bottom: 10px;
	/*padding-top: -20px;*/
}
#corps h2 /* Tous les titres h1 du corps */
{
	color: #006d6b;/*color: #B3B3B3;*/
	text-align: center;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	margin-top: 5px;
	margin-bottom: 10px;
	/*padding-top: -20px;*/
		
}
#corps h3 /* Tous les titres h1 du corps */
{
	color: #006d6b;/*color: #B3B3B3;*/
	text-align: center;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	margin-top: 5px;
	margin-bottom: 10px;
		
}

#corps h4 /* Tous les titres h1 du corps */
{
	color: #006d6b;/*color: #B3B3B3;*/
	text-align: center;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	margin-top: 5px;
	margin-bottom: 10px;
		
}

