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: 804px; /* ou width:70%; ou width:20em; */
	/*height:1000px;*/
    margin-left:auto;
    margin-right:auto;
	text-align:left;
}
#entete {
	position:absolute;
	left:0px;
	top:4px;
	width:800px;
	height:80px;
	z-index:1;
	background-image:url(../image/banniere/cadre_entete02.gif);	
}
#Site_logo {
	position:absolute;
	left:10px;
	top:6px;
	width:234px;
	height:60px;
	z-index:3;
	/*background-image:url(../image/banniere/banniere234x60_01.gif);*/
}
#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/cadre_colonne01.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:140px;
	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;
}
#contenu {
	position:absolute;
	left:171px;
	top:88px;
	width:630px;
	/*height:1040px;*/
	z-index:5;
}
/*------------------------- barre (menu horizontal) -----------*/
#barre_horizontale {
	position:absolute;
	left:0px;
	top:85px;
	width:800px;
	height:60px;
	z-index:3;
	padding:5px;	
}
#menu_hori {
	position:absolute;
	top:02px;
	left:10px;
	width:700px;
	height:40px;
	z-index:4;
}
#connexion_hori {
	position:absolute;
	top:42px;
	left:10px;	
	width:400px;
	height:18px;
	z-index:5;
}
#contenu_hori {
	position:absolute;
	left:0px;
	top:160px;
	width:800px;
	/*height:1000px;*/
	z-index:5;
}
