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

body{
	margin:0;
	border:0;
	padding:0 ;
	background:#FFFFFF;
	margin-bottom:10px;
	font-family:tahoma, verdana, geneva ;
	font-size:11px;
	color:#2A257A;
	background:url('images/degrade-body.jpg') top left repeat-x #BFD93D;
}

/* _______________ OMBRES _______________ */

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

#ombre-droite-body{
	float:right;
	}
#ombre-droite{
	margin-left:10px;
	background:url('images/ombre-droite.gif') top right no-repeat;
	}
	
#entete {
	width:960px; 
	height:110px;
}


#main{
	zoom:1;
	margin:20px 30px 0 0 ;
	padding:0;
	overflow:auto;
	position:relative;
}

#contenu{
	position:relative;
	width:700px; 
	min-height:390px;
 	float:right;
	background:#FFFFFF;
}

/* _______________ PIED DE PAGE _______________ */
#footer{
	margin-right:30px;
	position:relative;
}
