/* CSS Document */
*{font-family:Arial, Helvetica, sans-serif;font-size:10px;}
html,body{height:100%;}
body,form{padding:0;margin:0;}
body{background:#0578bb url(images/fond_bleu3.jpg) no-repeat 50% 50%;}
img{border:0;}
.clear{clear:both;}
/*#superglobal{position:relative;background:#fff url(../images/fond_bleu.jpg) no-repeat 50% 50%;height:100%;}*/
#global{
	position:absolute;
	width: 980px;        
	margin-left: -492px; /* moitie de width*/
	left:50%;
	height: 560px;
	margin-top: -280px;   /* moitie de height */
	top:50%;	
	background-color:#fff;
	background-image:url(images/fond_accueil.jpg);
}