html {
 min-height: 100%; margin-bottom: 1px; 
}
body {
	background-color: #69a73b;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0px;
	margin: 0px;
	
}
.accueilBas {
	background-image: url(img/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 430px;
	width: 800px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	vertical-align: top;
	
	
	}
