body
			{
				margin: 10px 0 ; /*marges hautes et basse à 10px, marges droite et gauche à 0px */
				padding: 0 ;
				text-align: center ;
				font: 0.9em "Verdana", helvetica, sans-serif ; /*taille du texte, police d'écriture*/
				background-color:#CCCCCC ; /*couleur de fond*/
			}
			
p
			{
				text-align: justify ;
				text-indent: 2em ;
				line-height: 1.7em ;
			}
			
div.paragraphe
			{
				width:800px;
			}
			
hr
	{
		color:#000000;
		size:1px;
	}