html, body {
	height: 100%;
	margin: 0;
	}
#conteneur {
	width:100%;
	margin:0 auto;
	min-height: 100%;
	position: relative;
	background-color:#CFC;
	/*background-color:#FF0000;*/
}
#wrap {
	overflow:hidden;
	min-height: 100%;
	background-color:#CFC;
	z-index :1;
	position: relative;
	width: 100%;
	top : 25px;
}
#sidebar {
	float:right;
	width:170px;
	background: #CFC;/*#5F717E;*/
	
}
#contenu {
	background-color:#FFF;
	padding:10px;
	margin-right:170px;
	border-right: 1px solid #006600;
	
	
}


#menuH { 

position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 100px;
left: 0;
z-index:100;
width: 100%; /* correction pour Opera */
}
#footer {
	bottom: 0;
	width:100%;
	position: absolute; 
	clear: both;	
	z-index :50;
	}

/*
#global {
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: #ffffff ;
	}
#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	clear: both;
	
	}
#center {
	/* éviter la superposition 
	du pied de page et du contenu 
	z-index : 2;
	
	padding-bottom: 60px; 
	overflow: auto;
	background: #FF0 ;
	top: 180px;
	}
#sidebar {
	float: left;
	width: 160px;
	z-index : 2;
	position : absolute;
	
	}
	 

#content {
	z-index : 2;
	position : absolute;
	top:240px;
	/* On laisse de la place à droite 
	pour l'autre colonne 
	margin-left:170px;
	margin-right:10px;
	
	background: #f00 ;
	padding-left:10px;
	
	
	}
#menu_result{
float: left;
	width: 160px;
}
#content_result{
	margin-left:170px;
	margin-right:10px;
}
*/	
