/* CSS Document */

/*********partie haute du site***************************************/
#bande_haut {
	width:100%;
	height:100px;
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(../images/bande_haut.gif);
	background-repeat:repeat-x;
}

#bande_vert {
	width:100%;
	height:390px;
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(../images/bande_verte.gif);
	background-repeat:repeat-x;
}

#partie_bandeau {
	width:100%;
	height:418px;
	position:absolute;
	left:0px;
	top:100px;
	/*background:#00CCFF;*/
}

#photo {
	width:1100px;
	height:418px;
	position:absolute;
	margin-right:-550px;
	right:50%;
	background-image:url(../images/bandeau_photo.jpg);
}


#largeur_site_haut {
	width:1100px;
	height:418px;
	position:absolute;
	margin-right:-550px;
	right:50%;
	background:#CC3333;
}

#menu_plus {
	width:468px;
	height:35px;
	position:absolute;
	top:385px;
	right:0px;
	/*background:#666633;*/
}

#largeur_menu_haut {
	width:1100px;
	height:418px;
	position:absolute;
	margin-right:-550px;
	right:50%;
	/*background:#0099CC;*/
}

.facebook {
	position :absolute;	
	left :532px;
	top :74px;
	font-size:11px;	
	text-decoration:none;
	color:white;
	font-family:helvetica, sans-serif;
	font-weight:700;
}

.facebook:hover{
	color:#387ac8;
	font-weight:bolder;
}

.logofacebook{
	position :absolute;	
	left :630px;
	top :64px;
}

#menu_haut {
	width:434px;
	height:36px;
	position:absolute;
	background:#799824;
	right:0px;
	top:64px;
}




/************************partie basse du site***********************************/

#largeur_bas {
	width:1100px;
	position:absolute;
	margin-right:-550px;
	right:50%;
	top:518px;
	/*background:#0099CC;*/
}

.images{
	margin-left: 35px;
}


#fond_menu_gauche {
	width:240px;
	height:370px;
	position:absolute;
	background-repeat:no-repeat;
	background-image:url(../images/fond_menu_gauche.jpg);
}
#fond_fleurs {
	width:240px;
	height:184px;
	position:absolute;
	background-repeat:no-repeat;
	background-image:url(../images/fleurs.jpg);
}
/*#bande_bas {
	width:100%;
	height:150px;
	position:absolute;
	bottom:0px;
	left:0px;
	background-color:#009999;
}*/
#bande_bas {
	width:100%;
	height:100px;
	position:absolute;
	left:0px;
	bottom:0px;
	background-image:url(../images/bande_bas.gif);
	background-repeat:repeat-x;
}





