/*ACCUEIL*/
#en_tete_accueil{
	background-image:  url(images_site/logo_accueil.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 148px;
	width: 778px;
}

/*FONDS*/
#fond_accueil {
	height: 390px;
	width: 566px;
	margin-left: 191px;
	/*background-image:  url(images_site/fond_accueil.gif);
	background-repeat: no-repeat;*/
	background-color:#044C24;
	
}

#fond1{
	height: 390px;
	width: 566px;
	margin-left: 191px;
	background-image:  url(images_site/pomme_fond.gif);
	background-repeat: no-repeat;
	border: 1px solid #044C24;
}

#fond_acces{
	height: 390px;
	width: 566px;
	margin-left: 191px;
	background-image:  url(images_site/fond_base_acces.gif);
	background-repeat: no-repeat;
	border: 1px solid #044C24;
}




 /*Pomme DIRECTION*/

#pomme_ap {
	background-image:  url(images_site/pom_cont.gif);
	background-repeat: no-repeat;
	height: 135px; /*taille du div ds lequel je mets l'image de la pomme*/
	width: 108px; 
	position: absolute;
	left: 660px; /*position du div pomme_ap par rapport au div fond*/
	top: 238px;
}

#pomme_loc {
	background-image:  url(images_site/pom_cont.gif);
	background-repeat: no-repeat;
	/*height: 135px;
	width: 125px;*/
	position: absolute;
	left: 586px;
	top: 233px;
}

#pomme_par{
	background-image:  url(images_site/pom_cont.gif);
	background-repeat: no-repeat;
	height: 135px;
	width: 125px;
	position: absolute;
	left: 442px;
	top: 244px;
}

#pomme_pms{
	background-image:  url(images_site/pom_cont.gif);
	background-repeat: no-repeat;
	height: 135px;
	width: 125px;
	position: absolute;
	left: 380px; 
	top: 377px;	
}

#pomme_ims{
	background-image:  url(images_site/pom_cont.gif);
	background-repeat: no-repeat;
	height: 135px;
	width: 125px;
	position: absolute;
	left: 496px; 
	top: 411px;	
}

#pomme_college{
	background-image:  url(images_site/pom_cont.gif);
	background-repeat: no-repeat;
	height: 135px;
	width: 135px;
	position: absolute;
	left: 676px; 
	top: 407px;	
}

