
#header_gauche{
	position:relative;
	float:left;
	height:230px;/*227px;*/
}
/*
#################################################################################
#######################		GAUCHE		#################################
#################################################################################
*/
#header_gauche_haut{
	position:relative;
	float:left;
	width:100%;
	height:20px;
	background-color:#EFEFE4;
	/*background: url(../images/decor/bandeau_sup_gauche.png) top left no-repeat*/
}

#header_gauche_haut h1 {/* TEXTE BIENVENUE */
	position:relative;
	left:10px;
	width:600px;
	top:3px;
	color:#775F5F;
  font-family: Myriad, Bitstream vera, Arial, Verdana Sans-serif, FreeSans;
	font-size:13px;
}
/*
#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:200px;
}
/*
#logo{
	position:relative;
	float:left;
	width:274px;
	height:146px;
	z-index:2;
}
#logo img{
	position:absolute;
	width:274px;
	height:146px;
}
*/
#bandeau_photos{
	position:absolute;
	left:0px;/*274px;*/
	/*height:175px;*/
}

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

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

#header_droite_haut{
	position:relative;
	float:right;
	width:100%;
	height:20px;
	background-color:#EFEFE4;
}

#header_droite_milieu{
	position:relative;
	float:right;
	width: 100%;
	height:200px;/*157px;*/
	/*background: url(../images/decor/bandeau_droite.gif) top left no-repeat;*/
	/*background: url(../images/decor/bandeau_droite.png) top left no-repeat;*/
	border-left:1px solid #8B5B44;
}
#header_droite_milieu_forum{
	position:relative;
	float:right;
	width: 100%;
	height:140px;/*157px;*/
	/*background: url(../images/decor/bandeau_droite.gif) top left no-repeat;*/
	/*background: url(../images/decor/bandeau_droite.png) top left no-repeat;*/
	border-left:1px solid #8B5B44;
}

#header_droite_bas{
	position:relative;
	float:right;
	width: 100%;
	height:10px;
	border-left:1px solid #8B5B44;
}
#header_droite_bas_forum{
	position:relative;
	float:right;
	width: 100%;
	height:70px;
	border-left:1px solid #8B5B44;
}

