body {	background-image: url('http://ftraduction.com/essai/images/carte-1280x748.jpg');	background-attachment: fixed;	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;	font-size: 0.8em;	text-align: center;	/*	margin: 0;	padding: 0;	*/}#header{	height: 100px;		/*	background-color: #99CCCC;	border: 1px solid black;	*/	background-image: url('http://ftraduction.com/essai/images/banniere.png');}#conteneur{	position: relative;	width: 950px;	margin: auto;	/**/	/**/}#centre_fixe{	height: 400px;	margin-top: 5px;	margin-left: 17%;	margin-right: 17%;	padding: 5px;		text-align: justify;		/*	border: 1px solid black;	background-color:#9999CC;	*/}#centre_flex{	height: auto;	margin-top: 5px;	margin-left: 17%;	margin-right: 17%;	padding: 5px;	text-align: justify;		/*	border: 1px solid black;	background-color:#9999CC;		*/}#gauche{	position: absolute;	left: 0;		width: 15%;	height: auto;	margin-top: 5px;	padding: 5px;		text-align: left;		border: 1px solid black;	/*	*/}#droite{	position: absolute;	right: 0;		width: 15%;	height: auto;	margin-top: 5px;	padding: 5px;		text-align: right;		border: 1px solid black;	/*	*/}#pied{	width: 100%;	height: 80px;	margin-top: 5px;	padding: 5px;		text-align: center;		border: 1px solid black;		/*background-color: #99CC99;*/	/*	*/}
