html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/fondAccueil.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
#footer {
	width: 100%;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
}


