html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
	background-color: #ECECEC;
}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

div#content, div#flash_content {
	height: 100%;
}

#flash_content {
	margin: 0 auto;
}

div#no_script {
	display: none;
}

a img {
	border: none;
}

#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 755px;
     height: 610px;
     margin-top: -305px; /* moitié de la hauteur */
     margin-left: -377px; /* moitié de la largeur */
	 background-color:#ECECEC;
	/*background-image:url("../img/attente.png");	
	background-repeat:no-repeat;*/
     }