	#corpsformulaire
		{
		width: 730px;
		height: auto;
		margin-left:128px;
			}

	fieldset
		{
		margin-bottom:10px; /* Une marge pour séparer les fieldset */
		border:1px solid rgb(138,138,255);
		background-color: #FFFFCC;
				}
		
	p
		{	
		width: 600px;
		margin:auto; /* Pour centrer notre page */
			}
   
	input, textarea
		{
		font-family: "Times New Roman", Times, serif; /* On modifie la police du texte tapé l'intérieur des champs */
			}

	input:focus, textarea:focus /* Quand le curseur est sur un champ (ne marche pas sur IE) */
		{
		background-color: #FFFF99;	
			}
	
	label
		{
		color: black; /* Colorer en noir tous les labels  */
			}

	legend /* On met un peu plus en valeur les titres des fieldset */
		{
		font-family: "Century 18th", Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
		font-size: 1em;
		color: red;  /*#FF9933;*/
		font-weight: bold;
			}