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

body{
	margin:0;
	border:0;
	padding:0 ;
	background:url('../images/degrade-body.jpg') top left repeat-x #95A300;
	margin-bottom:10px;
	font-family:tahoma, verdana, geneva ;
	font-size:11px;
	color:#424242;
}
form{
	margin:0;
	border:0;
	padding:0;
}
/* _______________ OMBRES _______________ */

#ombre-gauche{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background:url('../images/ombre-gauche.gif') top left repeat-y #95A300;
	position:relative;
	}

#ombre-gauche-body{
	float:left;
	}

#ombre-droite{
	margin-left:10px;
	background:url('../images/ombre-droite.gif') top right repeat-y #FFFFFF;
	}
#ombre-droite-body{
	float:right;
	}

#fd-bas {
height:22px;
	}

#general{
	margin-right:10px;
	background:url('../images/ombre-bas.gif') bottom left repeat-x #FFFFFF;
	position:relative;
	height:140px;
}	
	
#entete {
	width:100%; 
	height:130px;
	margin-bottom:0px;
	position:absolute;
	right:0;
}

#main{
	zoom:1;
	overflow:auto;
	position:relative;
	background:url('../images/fd-main.gif') top left repeat-y #AEC001;
}

#contenu{
	position:relative;
	z-index:2;
	width:710px; 
 	padding:0;
	margin:0;
 	float:right;
}

/* _______________ PIED DE PAGE _______________ */
#footer{
	margin-right:10px;
	padding-top:25px;
	position:relative;
	height:120px;
	background:url('../images/fd-contenu-bas.gif') top no-repeat #FFFFFF;
}
	
#footer-bas{
	padding:5px;
	background:url('../images/ombre-bas.gif') bottom left repeat-x #FFFFFF;
	position:relative;
	}

