html{
	font-size:100%;/* correction bug IE */
}

body
{scrollbar-face-color: #2B1B1E; 
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF; 
scrollbar-darkshadow-color: #FFFFFF; 
scrollbar-track-color: #CCCCCC; 
scrollbar-arrow-color: #FFFFFF;

	margin:0;
	border:0;
	padding:0 ;
	background:#fff;
	margin-bottom:10px;
	font-family :geneva, trebuchet, arial, verdana,  tahoma;
	font-size:12px ;
	color:#655558 ;
}

/* _______________ OMBRES _______________ */

#bas{
	width:570px;
	margin-left:auto;
	margin-right:auto;
	}

#ombre_gauche{
	width:900px;
	min-width:600px;
	margin-left:auto;
	margin-right:auto;
	background:url('images/ombre_gauche.png') top left repeat-y #fff;
	position:relative;
	}

#ombre_gauche_body{
	float:left;
	}

#ombre_droite{
	margin-left:30px;
	background:url('images/ombre_droite.png') top right repeat-y #fff;
	}
#ombre_droite_body{
	float:right;
	}
#coin_bas_gauche{
	float:left;
	margin-left:-35px;
	margin-top:-9px;
}
#coin_bas_droite{
	float:right;
	margin-right:-5px;
	margin-top:-9px;
}
	
#entete {
	height:230px;
	margin: 0 20px 0 0;
 	padding: 0px;
}	

#main{
	zoom:1;
	margin: 0 10px 0 0;
	overflow:auto;
	position:relative;

}

#contenu{
	width: 580px;
	margin:0px;
 	padding:20px 0px 0px 20px;
}
	
#droite{
	float:right;
	width: 245px;
	min-height:300px;
	overflow:auto;
}	
	
/* _______________ PIED DE PAGE _______________ */
#footer{
	margin-right:10px;
	position:relative;
	height:90px;
}

#footer-bas{
	padding:5px;
	background:url('images/ombre_bas.png') bottom left repeat-x #fff;
	position:relative;
	}

