@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
}
#fond {
	width: 1300px;
	height: 593px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
}
#bandeau {
	position: absolute;
	width:1300px;
	height: 100px;
	background-image:url(images/bandeau.jpg);
}
#page {
	position: absolute;
	width:1300px;
	height: 547px;
	margin-top: 100px;
	background-image:url(images/fd_page.jpg);
}
#bas {
	position: absolute;
	width:1300px;
	height: 46px;
	margin-top: 647px;
	
}
