/* pour centrer le site*/
#Content {
        position:absolute;
        left:50%;
        width:800px; /* largeur du site (obligatoire pour être centré) */
        margin-top:0px; /* marge a partir du haut*/
        margin-left:-400px; /* marge a partir de la gauche */
       }

/* emplacement des divs */

.entete1 {
	width: 800px;
	height: 90px;
	position:absolute;
	left: 0px;
	top: 0px;
	background-image:url(images/entete1.gif);
	}
	
	.entete2 {
	width: 800px;
	height: 90px;
	position:absolute;
	left: 0px;
	top: 0px;
	background-image:url(images/entete2.gif);
	}
	
	
		.entete3 {
	width: 800px;
	height: 90px;
	position:absolute;
	left: 0px;
	top: 0px;
	background-image:url(images/entete3.gif);
	}
	
	.entete4 {
	width: 800px;
	height: 90px;
	position:absolute;
	left: 0px;
	top: 0px;
	background-image:url(images/entete4.gif);
	}
	
.contenu1 {
	width:630px;
	height:600px;
	position:absolute;
	left:170px;
	top:90px;
	text-align: left;
	background-color: #FFFFFF;
	}
	
.contenu_scroll {
	width:629px;
	height:600px;
	position:absolute;
	left:170px;
	top:90px;
	background-color:#ffffff;
	overflow:scroll;
	margin: left;
	}

/* titres de rubrique */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom:0;
	text-decoration: none;
}

/* situation titre bleu */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #00aeef;
	margin-bottom:0;
	text-decoration: none;
}

/*  bleu normal*/
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #00aeef;
	margin-bottom:0;
	text-decoration: none;
}

/*  blanc normal*/
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	margin-bottom:0;
	text-decoration: none;
}

/* HECTARES titre  */
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #f36f21;
	margin-bottom:0;
	text-decoration: none;
}

/* HECTARES normal */
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #f36f21;
	margin-bottom:0;
	text-decoration: none;
}
/* violet normal */
h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #B51E8F;
	margin-bottom:0;
	text-decoration: none;
}
/* vert normal */
h8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0BB14B;
	margin-bottom:0;
	text-decoration: none;
}

h9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0BB14B;
	margin-bottom:0;
	text-decoration: none;
}
