@charset "utf-8";
/* CSS Document */
body
{
    background-image: url("fond-site.jpg");
    background-attachment: fixed; /* Le fond restera fixe */
    background-repeat: repeat-x; /* Le fond sera répété en x*/
	background-position: center;
}
