body {
	background-image:url(../images/charte/fond_entete.jpg);
	background-repeat:repeat-x;	
	background-color: #fff;
	font-family:  Arial;
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
}

#conteneur_global{
	width:990px;
	height:auto;
	position: relative; /* on positionne le conteneur */
	margin-left: auto;  /*********************/
    margin-right: auto; /* Permet le Centrage*/
}

#entete{
	height:100px;
	width:990px;
	background-image:url(../images/charte/entete.jpg);
	background-repeat:no-repeat;
}

#entete_gmf{
	height:100px;
	width:990px;
	background-image:url(../images/charte/entete_gmf.jpg);
	background-repeat:no-repeat;
}

#entete_esante_be{
	height:100px;
	width:990px;
	background-image:url(../images/charte/entete_esante_be.jpg);
	background-repeat:no-repeat;
}

#entete_esante_fr{
	height:100px;
	width:990px;
	background-image:url(../images/charte/entete_esante_fr.jpg);
	background-repeat:no-repeat;
}

#entete_santelia{
	height:100px;
	width:990px;
	background-image:url(../images/charte/entete_esante_santelia.jpg);
	background-repeat:no-repeat;
}

#entete_menu{
	color:#ff33cc;
	font-size:13px;
	text-align:right;

	padding-top:10px;
	margin-right:8px;
}

#entete_menu a{	color:#ff33cc; }
#entete_menu a:hover { text-decoration:none; color:#33ccff; }
#entete_menu a:link { text-decoration:underline; }


#block_centrale{
	float:left;
	width:685px;
	height:auto;
	margin-left:10px;
}

.lien_logo{
	display: block;
	float:left;
	width:470px;
	height:70px;
}

#pied_de_page{
	clear:both;
	margin-top:15px;
	height:15px;
	border-bottom:#CCCCCC solid 1px;
}

#pied_de_page2{
	font-size:11px;
	padding-top:2px;
	color:#999999;
}

#pied_de_page2 a{	color:#999999; }
#pied_de_page2 a:hover { text-decoration:none; color:#33ccff; }
#pied_de_page2 a:link { text-decoration:underline; }

.copyright{
	color:#999999;
	font-size:10px;
}