Bonjour,
Je suis en train de créer un site (html et css) avec un fond de page. Voici le code css pour le background :
#site {
margin-right: auto;
margin-left: auto;
width: 990px;
height: 1000px;
text-align: left;
background-image: url(images/images/fond1.jpg);
background-repeat: repeat...