html, body {
	/*height: 100%;*/
	margin: 0; /* pour éviter les marges */
	padding: 0;
	}
#global {
	position:relative;
	margin : 0;
	margin-left :auto;
	margin-right :auto;
	width : 955px;
	height :700px;
	}
#menuHaut {
	float: left;
	height: 20px;
	width: 955px;
	margin: 0;
	text-align:right;
}
#site {
	float: left;
	width: 950px;
	height: 660px;
	margin: 0;
	padding: 0;
	border:1px solid #fff;
	}
#header {
	float: left;
	width: 950px;
	height: 222px;
	margin:0;
	padding:0;
	background-color:#014673;
}
#navigation {
	float: left;
	width: 950px; 
	height: 40px;
}
#center {
	float: left;
	width: 950px; 
	height: 398px;
	background: #0367A5 url(../images/bg-global.jpg) left top repeat-x;
}
#footer {
	float: left;
	width: 955px;
	height:18px;
	bottom: 0;
	text-align:center;
	background-color:#6633CC
}
#center .partenaires {
	position:relative;
	width: 950px; 
	height: 38px;
	top:10px;
	background: #93A9BE url(../images/fd-logos.jpg) no-repeat left top;
	margin: 0 ;
	padding: 0;
}