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

*{
margin:0;
padding:0;
}
img{
	border:0px;
}

html{
	width:100%;
	height:100%;
	text-align:center;
	margin:0;
	padding:0;
}

body{
	width:auto;
	height:100%;
	position:relative;
	text-align:left;
	font-family: PlumBDL, Verdana, Arial, sans-serif;
	font-size:15px;
	background-image: url(../img/plage.jpg); background-repeat: repeat; background-attachment:fixed;
}

#global { 
  margin-left: auto; 
  margin-right: auto; 
  width: 1000px; /* largeur obligatoire pour être centré */ 
}


