body {
	background-color: black;
}
#header {
	background: url(images/layout/fond-haut.jpg) center top no-repeat;
	height: 279px;	
}
#content {
	background: url(images/layout/fond-centre.jpg) center top repeat-y;
}
#footer {
	background: url(images/layout/fond-bas.jpg) center top no-repeat;
	height:85px;
}
