body /* On travaille sur la balise body, donc sur TOUTE la page */
{
	background-image: url("FondBleu.jpg");
	background-attachment: fixed;
	background-repeat: repeat-y;
	margin: auto;
	margin-top: 20px;
    margin-bottom: 20px;  
	text-align: center;
}
p
{
   color: black;
   font-size: 18px;
   font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
   text-indent: 30px;
   text-align: center;
   width: 70%;

   margin: auto;
 }
