/* CSS Document */

html, body {
	background-color: #f4d4ec;
	margin: 0;
	padding: 0;
	color: #000000;
	height: 100%;
	text-align: center;	
}

#contenu {
	background-image:url(images/fond.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	z-index: 1;
	text-align: center;
}

