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

body {	
	margin:0;
	border:0;
	padding:0 ;
	background:url('images/degrade_body.png') top left repeat-x #F4E4BD;
	margin-bottom:10px;
	font-family : tahoma, arial, sans-serif;
	font-size: 11px;
	color:#774A39;
}

/* _______________ OMBRES _______________ */

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

#ombre_gauche_body{
	float:left;
	}

#ombre_droite{
	margin-left:10px;
	background:url('images/ombre_droite.png') top right repeat-y #FFFFFF;
	}
#ombre_droite_body{
	float:right;
	}
#coin_bas_gauche{
	float:left;
	margin-left:-15px;
	margin-top:-9px;
}
#coin_bas_droite{

	float:right;
	margin-right:-5px;
	margin-top:-9px;

}
#general{
	margin-right:10px;
	background:url('images/ombre_bas.png') bottom left repeat-x #FFFFFF;
	position:relative;
	height:230px;
}	
	
#entete {
	width:100%; 
	height:230px;
	margin-bottom:0px;
	position:absolute;
	right:0;
}
	
#main{
	zoom:1;
	margin-right:10px;
	overflow:auto;
	position:relative;
}

#main #contenu{
	background-color:#fff;
	margin:0px;
 	padding:17px 0px 0px 17px;
 	float:right;
}

	
/* _______________ PIED DE PAGE _______________ */
#footer{
	margin-right:10px;
	position:relative;
	height:163px;
	background:url('images/fcap-hbas.png') top no-repeat #FBEBD9;
}
	

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

