body {
	margin-top:0px;
	margin:auto;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size:11pt;
	color: #335522;
	text-align:left;
	overflow:hidden;
	min-width: 990px;
	min-height: 550px;
}
html {
	margin-top:0px;
	margin:auto;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size:11pt;
	color: #335522;
	text-align:center;
	overflow-y:scroll;
}
.container_sky {
	background-image:url(../images/bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-attachment:scroll;
	height:500px;
	width:100%;
	position:absolute;
	top:0px;
	z-index:-20;
	min-width: 990px;
}	
.container_grass {
	background-image:url(../images/bg-grass.gif);
	background-position:bottom right;
	background-repeat:repeat-x;
	background-attachment:scroll;
	width:100%;
	position:absolute;
	bottom:0px;
	z-index:-19;
	min-width: 990px;
	min-height: 500px;
	height: 100%;
}



.footer {
	margin:auto;
	font-size: 10pt;
	font-family: Georgia, 'Times New Roman', Times, serif;
	padding: 10px;
	color: #FFFFFF;
	bottom: 0px;
	position: absolute;
	z-index: -15;
	width: 920px;
}


.adresse {
	width: 255px;
	position: absolute;
	top: 15px;
	z-index: 10;
	text-align: right;
	right: 30px;
}

