/* Page */
body {
	padding: 0; 
 	background: #FFF;
}
#global { 
position:absolute;
  left: 50%;  
  top: 50%; 
  width: 901px; 
  height: 563px; 
  margin-top: -267px; /* moitié de la hauteur */ 
  margin-left: -450px; /* moitié de la largeur */ 
}

/* Contenu */
#contenu {

  width: 901px; 
  height: 563px; 
  background-image:url(../images/cms/camping-marisol.jpg);
  background-repeat:no-repeat;
  background-position:center;

}
#contenu p, #contenu h1{
	  text-indent:-2000px;
}
#contenu #en {
	position:absolute;
	bottom:50px;
	margin-left:340px;
	width:40px;
	height:40px;
  	background-image:url(../images/cms/flag.jpg);
  	background-repeat:no-repeat;
  	background-position:-20px 0px;
  	text-indent:-2000px;
}
#contenu #nl{
	position:absolute;
	bottom:50px;
	margin-left:380px;
	width:40px;
	height:40px;
  	background-image:url(../images/cms/flag.jpg);
  	background-repeat:no-repeat;
  	background-position:-65px 0px;
  	text-indent:-2000px;
}
#contenu #fr {
	position:absolute;
	bottom:50px;
	margin-left:420px;
	width:40px;
	height:40px;
  	background-image:url(../images/cms/flag.jpg);
  	background-repeat:no-repeat;
  	background-position:-107px 0px;
  	text-indent:-2000px;
}
#contenu #de {
	position:absolute;
	bottom:50px;
	margin-left:460px;
	width:40px;
	height:40px;
  	background-image:url(../images/cms/flag.jpg);
  	background-repeat:no-repeat;
  	background-position:-150px 0px;
  	text-indent:-2000px;
}
#contenu #choose {
	position:absolute;
	bottom:-10px;
	margin-left:314px;
	width:210px;
	height:40px;
  	background-image:url(../images/cms/flag.jpg);
  	background-repeat:no-repeat;
  	background-position:0px -60px;
  	text-indent:-2000px;
}
	
}
#contenu img {
 position:absolute;
 bottom:0;
 margin-left:340px;
}
#contenu img {
	margin-top: 10px;
}

