body{
	font-size:1em;
}

img {
	border:0;
}

label {
	font-size:1.2em;
}

table {

margin:auto;
font-size:1em;
text-align:center;
}

.table_index {
padding:30px 40px 5px;
color:#00FF00;
}

td {
font-size:1em;
text-align:center;
}

th {
font-size:1em;
text-align:center;
background-color:rgb(243, 246, 235);
}

.tableau_ligne {
border: thin solid;
}


/* Conteneur pour l'ensemble de lapage définissant les marges gauche et droite du site */
#main {
	position: absolute;
	font-family:Arial,Verdana, Helvetica, sans-serif;
	font-size: 1em;
	width:98%;
	min-width: 768px;
	top:0px;
	height:auto;
	margin:0px;
    /* IE Dynamic Expression to set the width */
	width:expression(document.body.clientWidth < 800 ? "768px" : "100%" );
	z-index:0;
	
}

/*********************************************Groupe pour le bandeau générale du site **************************************************/
#header {
	position: relative;
	min-width: 768px;
	height: 73px;
	margin:0px 0px 5px 0px;
	background-image:url(http://www.eaufrance.fr/images/im_head.jpg);
	background-position:right;
	background-repeat:no-repeat;
	z-index:0;
	vertical-align:center;
}

#bandeau {
	background-color:#98B103; 
	margin:0px 0px 10px 0px;
	padding: 5px 3px 10px 3px;
        /* IE Dynamic Expression to set the width */
        width:expression(document.body.clientWidth < 800 ? "768px" : "100%" );
	z-index:-10;
	font-weight:bold;
	color:#ffffff;
}

.bandeauGauche {
	font-size:1.3em;
	float:left;
}
.bandeauDroit {
	font-size:0.8em;
	text-align:right;
}

/********************************************** Style pour les sauts de ligne dans la mise en page ************************/
#spacer {
	position: relative;
	margin:0px;
	padding:0px;
	z-index:0;
}

/***************************** CSS Pour la gestion de la partie centrale home *******************************/
/* groupe des colonnes droite, gauche et centrale */
 #content {
	min-width:768px;
	/* IE Dynamic Expression to set the width */
	width:expression(document.body.clientWidth < 800 ? "768px" : "100%" );
	margin:0px;
	padding:0px;
	z-index:0;
}
#gauche {
	position:absolute;
	left:0;
	width:200px;
	z-index:5;
}
#droite {
	float:left;
	width:24.96%;
	z-index:5;
}
#centre {
	margin-left:200px;
	width:auto;
	z-index:5;
}

#titre {
	width:auto;
	height:100%;
	margin-left:15px;
	margin-right:15px;
	z-index:10;
}

#contenu {
	width:95%;
	height:100%;
	margin-left:15px;
	margin-right:15px;
	z-index:10;
}

#contenu_boite {
	width:95%;
	height:100%;
	margin-left:10px;
	margin-right:10px;
	z-index:10;
	background-color: rgb(243, 246, 235);
		
}

.contenu_boite {
	width:95%;
	height:100%;
	margin-left:10px;
	margin-right:10px;
	z-index:10;
	background-color: rgb(243, 246, 235);
	
}




/***************************** CSS Pour la gestion de la partie centrale rubrique *******************************/

/*------Rubrique Comprendre------*/
.rubrique p {
	margin:5px 10px 0px 10px;
	font-size:0.7em;
	text-align:justify;
	
}

.rubrique a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.rubrique a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

.rubrique h1{
	font-size:1em;
	font-weight:bold;
	margin: 0;
	padding:0px 0px 5px 0px;
	border-bottom-color:rgb(152, 177, 3);
	border-bottom-width:4px;
	border-bottom-style:solid;
	vertical-align:text-bottom;

}

.rubrique h1 a {
text-decoration:underline;
}

.rubrique h2{
	margin:15px 10px 10px 10px;
	font-weight:bold;
	font-size:0.8em;
	border-bottom-color:rgb(152, 177, 3);
	border-bottom-width:4px;
	border-bottom-style:solid;
	
}
.rubrique dt{
background-color:#F3F6EB;

}
.rubrique dt{
	padding:4px;
	margin:0px 0px 0px 0px;
	color:#000000;
	font-size:0.7em;
	font-weight:bold;
	border-top: 2px solid #98B103;
	/*border-bottom: 2px solid #98B103;*/
}

.rubrique dt a{
	color:#000000;
	text-decoration:none;
}
.rubrique dt a:hover{
	color:#000000;
	text-decoration:underline;
}

.rubrique dd{
	display:none;
}

.rubrique ul{
	padding-bottom:5px;
	
}

.rubrique li{
	background-color:#ffffff;
	display:block;
	font-size:0.7em;
	font-weight:normal;
	color:#000000;
	margin:0;
	padding:0px 2px 0px 10px;
	list-style-image: url(images/flech_01.gif);
}

.rubrique li a{
	color:#000000;
	text-decoration:none;
}
.rubrique li a:hover{
	color:rgb(0,0,0);
	text-decoration:underline;
}


.activeLink{
	margin:0;
	padding:0;
	background-color:#AEBD75;
}

/*Mise en valeur de l'emplacement actuel dans le menu*/
#activeLink_dt{
	background-color:#AEBD75;
	font-size:0.7em;
	font-weight:bold;
	color:#ffffff;
	margin:0;
	padding:5px 2px 5px 5px;
	text-decoration:none;
}
#activeLink_dt a{
	color:#ffffff;
	text-decoration:none;
}
#activeLink_dt a:hover{
	color:#ffffff;
	text-decoration:none;
}



/*Encart Sur le web*/
#surLeWeb{
	padding-top:40px;
	font-size:0.7em;
}
#surLeWeb dl{
	padding-bottom:10px;
	padding-top:10px;
	background-color:#ffffff;
}
#surLeWeb dt{
	padding:4px;
	margin-left:15px;
	margin-right:15px;
	color:#000000;
	font-size:1em;
	font-weight:bold;
	background-color:#ffffff;
	border-bottom-color:#D2D2D2;
	border-bottom-style:solid;
	border-bottom-width:4px;

}

#surLeWeb dd{
	padding-left:20px;
	padding-top:2px;
	color:#000000;
	background-color:#ffffff;
}
#surLeWeb dd a{
	color:#000000;
	text-decoration:none;
}
#surLeWeb dd a:hover{
	color:#000000;
	text-decoration:underline;
}

/***************************** Pied de page *******************************/
/* Groupe pour l'ensemble du footer */
#footer {
	position:relative;
	float:left;
	min-width: 768px;
	margin:15px 0px 0px 0px;
        /* IE Dynamic Expression to set the width */
        width:expression(document.body.clientWidth < 800 ? "768px" : "100%" );
	z-index:-10;
}

#footerGauche {
	position:absolute;
	float:left;
	width:24.96%;
	z-index:-5;
}
#footerCopyright {
	float:right;
        width:74.88%;
	background-image:url(img/img_filet_gris.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-align:right;
	font-size:0.7em;
	color:#989898;
	z-index:-5;
}

#footerCopyright a{
	text-decoration:none;
	text-align:right;
	color:#989898;
}

#footerCopyright a:hover{
	text-decoration:underline;
}

#footerOutil {
	float:right;
    	width:74.88%;
	padding-bottom:8px;
	padding-top:8px;
	text-align:right;
	font-size:0.7em;
	color:#000000;
	z-index:-5;
}

#footerOutil a{
	color:#000000;
	text-decoration:none;
}

#footerOutil a:hover{
	color:#000000;
	text-decoration:underline;
}
