
#header_gauche{
	position:relative;
	float:left;
	height:194px;/*227px;*/
}
/*
#################################################################################
#######################		GAUCHE		#################################
#################################################################################
*/
#header_gauche_haut{
	position:relative;
	float:left;
	width:100%;
	height:20px;
	background: url(../images/decor/bandeau_sup_gauche.png) top left no-repeat;
}
#header_gauche_haut h1{ /* TEXTE BIENVENUE */
	position:relative;
	color:#e64819;
	top:2px;
	/*font-weight:bold;*/
}
#lien_aide, #lien_aide a
{
	color:#e64819;
	top:3px;
	text-decoration:none;
}
#lien_bandeau, #lien_bandeau a
{
	color:#FFFFFF;
	top:3px;
	text-decoration:none;
}

#header_gauche_milieu{
	position:relative;
	float:left;
	width: 100%;
	height:146px;/*177px;*/
}
#logo{
	position:relative;
	float:left;
	width:274px;
	height:146px;/*177px;*/
	z-index:2;
}
#logo img{
	position:absolute;
	width:274px;
	height:146px;/*177px;*/
}
#bandeau_photos{
	position:absolute;
	left:0px;/*274px;*/
	/*height:175px;*/
}

#header_gauche_bas{
	position:relative;
	float:left;
	width: 100%;
	height:28px;/*30px;*/
	background: url(../images/decor/bandeau_inf_gauche.png) top left no-repeat;
	background-color:#56739A;
}
#pictos{

	position: relative;
	float:right;
	right:200px;
	top:5px;
	z-index:10;
/*
	position: absolute;
	right:20px;
	top:5px;
*/
}
#pictos img{
	position: relative;
	float:left;
}

/*
#################################################################################
#######################		DROITE		#################################
#################################################################################
*/

#header_droite_haut{
	position:relative;
	float:right;
	width:100%;
	height:40px;
	background: url(../images/decor/bandeau_sup_droite.png) top left no-repeat;
}

#header_droite_milieu{
	position:relative;
	float:right;
	width: 100%;
	height:126px;/*157px;*/
	background: url(../images/decor/bandeau_droite.gif) top left no-repeat;
	/*background: url(../images/decor/bandeau_droite.png) top left no-repeat;*/
}
#plan_interactif{
	position:relative;
	float:left;
	width:100%;
	top:130px;
	text-align:center;
}
#plan_interactif a{
	color:#FFFFFF;
	text-decoration:none;
}

#header_droite_bas{

	position:relative;
	float:right;
/*
	position:absolute;
	top:165px;
*/
	width: 100%;
	height:28px;/*30px;*/
	background: url(../images/decor/bandeau_inf_droite.png) top left no-repeat;
}

