@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-color:#E6E6E6;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

#global {	
	text-align: center;/*Centre la page pour IE */
}

#conteneur {
margin-top:20px;
	background-image:url(camping.jpg);
	background-repeat:no-repeat;
	width:900px;
	min-height:800px;
	_height:800;
	height: 800px;
	position: relative;
	text-align: center;/*Centre la page pour IE */
	margin-right: auto ;  /*  Centre la page pour mozzilla  */
	margin-left: auto ;
	text-align:left;
	/*left: 50%;
	bottom:auto;
	margin-left:-300px;
	background-position:left;*/
	background-reat:no-repeat;
}
