html, body {
	/* background-color: #f4f4f4; */
	background-color: #6a6e58;
	margin: 0; }
	
div, ul {
	padding: 0;
	margin: 0;
	border: 0;}

#global {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	width: 910px;
	/* pour centrage */
	margin: 0 auto 0;
	background-color: white;
	background-image: url(../images/fond-page.jpg);
	background-repeat: repeat-y;
	background-position: top right; }

#bandeau {
	height: 200px;
	margin: 0 5px;
	position: relative; }
	
#navigation {
	clear: both;
	height: 13px;}

#contenu {
	margin: 0 5px;
	/*pb IE8 avec min-height */
	/*min-height:500px;*/
	width: 900px;
	clear: both;}
	
#col_droite {
	width: 250px;
	float: right;}
	
#col_gauche {
	width: 630px;
	margin: 0 0 0 15px;
	float: left; }

#pied_de_page {
	clear: both; 
	margin-top: 10px;
	margin-bottom: 20px;}
