body {
 background-image: url("fond.jpg");
 background-repeat: repeat ; /*répétition de l'image*/
 background-attachment: fixed ;
 font-size : larger;
 
}

.centrage {text-align: center;}