body {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
html, body{
	height:100%;
	margin: 0; 
	padding: 0; 
}

							
#page{
	min-height:100%;
	background:#FFFFFF;
	width:995px;
	margin:auto;
	background-image:url(images/base/colonne-gauche_02.gif);
	background-repeat:repeat-y;
	background-position:0 177px;
	position: relative;
}

/*CSSEditor|structure,global|Zone de bannière*/
#banner{
	margin:0 0 0 0;
}



/*CSSEditor|structure,global|Zone intérieure*/
#wrapper{
	width:995px;
	height:500px;
	height:auto !important;
	min-height:500px;
}
#conteneur{
	float:left;
	width:995px;
	
}

#contents{
	padding:0 169px 10px 193px;
	text-align:left;
}

/*CSSEditor|structure,global|Colonne de gauche*/
#leftbar {
	float:left;
	width:193px;
	
	margin-left: -995px;
	padding-bottom:50px;
}

/*CSSEditor|structure,global|Colonne de droite*/
#rightbar{
	float:left;
	margin:0 -3px 0 -169px;
	width:169px;
}

/*CSSEditor|structure,global|Zone de pied de page*/
#footer{
	padding-bottom:10px;
	width:995px;
	position:absolute;
	bottom:0px;
	
}
