html { overflow-x: auto; } 

body {	
	background-image:url(../image/fond/quadri01.gif);
	background-color: #f1f1f1;
	text-align: center;
	}
#page {	
	position: relative; /* on positionne le conteneur */
	width: 800px; /* ou width:70%; ou width:20em; */
	/*height:1200px;*/
    margin-left: auto;
    margin-right: auto;
	text-align: left;
	}
#entete {
	position:absolute;
	left:0px;
	top:4px;
	height:80px;
	width:800px;
	z-index:1;
	background-image:url(../image/banniere/cadrehaut.gif);
	}
#Site_logo {
	position:absolute;
	left:8px;
	top:8px;
	width:234px;
	height:60px;
	z-index:3;
	}
#pub468x60 {
	position:absolute;
	left:316px;
	top:10px;
	width:480px;
	height:60px;
	z-index:2;
	}
/*------------------------- Colonne (menu vertical) -----------*/
#barre_gauche {
	position:absolute;
	left:0px;
	top:88px;
	width:160px;
	height:1400px;
	z-index:3;
	background-image:url(../image/banniere/barre_gauche.gif);	
	margin:0px;
	border:0px;	
	}
#recherche_google {
	width:160px;
	height:50px;
	z-index:5;
	padding:6px;
	}
#connexion {
	width:160px;
	height:60px;
	z-index:5;
	padding:10px;
	}	
#menu {
	width:160px;
	height:340px;
	z-index:4;
	padding-left:10;
	}
#meteo {
	width:120px;
	z-index:4;
	padding-left:20;
	}
#pub120x600 {
	position:absolute;
	width:120px;
	height:600px;
	z-index:3;
	left: 18px;
	padding:4px;
}
#contenu {
	position:absolute;
	left:171px;
	top:88px;
	width:630px;
	/*height:1040px;*/
	z-index:5;
	}
#pagepied {
	position:absolute;	
	top:	1400px;
	left:	0px;
	width:	800px;
	height:	14px;
	}
/*------------------------- barre (menu horizontal) -----------*/
#barre_horizontale {
	position:absolute;
	left:0px;
	top:84px;
	width:800px;
	height:60px;
	padding:0px;
	z-index:3;	
	}
#menu_hori {
	position:absolute;
	top:20px;
	left:10px;
	width:700px;
	height:30px;
	z-index:4;
	}
#connexion_hori {
	position:absolute;
	top:02px;
	left:10px;	
	width:400px;
	height:15px;
	z-index:5;
	}
#contenu_hori {
	position:absolute;
	left:0px;
	top:160px;
	width:800px;
	/*height:1000px;*/
	z-index:6;
	}
