body
{
	background: #724436;
	
	margin-left : auto ;
	margin-right : auto ;
	margin-top : 10px ;
	margin-bottom : auto ;

	max-width: 1024px;

  	padding-left: 20px;
  	padding-right: 20px;
	font-family: "Times New Roman", Times, serif; 
  	size : 23px ;
	
	text-align : left ;
	color: #724436;
}
.logo
{
	padding-top : 15px ;
}
input, textarea
{
	font-family: "Arial", Verdana, serif; /* On modifie la police du texte écrit à l'intérieur des champs */
}
label
{
	color: #724436; /* Colorer en marron pantone tous les labels */
}
legend
{
	font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
	color: white;
	font-weight: bold;
}
fieldset
{
	margin-bottom: 15px;
	background-color: #947b71;
}