@charset "UTF-8";
/* CSS Document */

#accueil {
	position:relative;
	width:984px;
	height:588px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	background-color: #CCC;
}

body {
	background-color: #A3C9ED;
	background-image: url(img/fond.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
}
