/* CSS Document : Feuille de style ingennie.fr */
/*///////////// CADRE GENERAL /////////////*/

#cadre-fond{
	position:absolute;
	background-image: url(../images/design/photos_fond/fond_page.jpg);
	background-repeat: repeat-x;
	height: 1116px;
	width: 2000px;
	margin-top: -568px;/* moitié de la hauteur */
	margin-left: -1000px;/* moitié de la largeur */
	top: 50%;
	left: 50%;
}

#fond-centre-accueil{
	position: absolute;
	width: 1138px;
	height: 242px;
	margin-top: -13px;
	margin-left: -569px;
	top: 50%; 
	left: 50%;
	background-image: url(../images/design/photos_fond/fond_centre_accueil.jpg);
	background-repeat: no-repeat;
}
#fond-centre-vide{
	position: absolute;
	width: 1138px;
	height: 242px;
	margin-top: -13px;
	margin-left: -569px;
	top: 50%; 
	left: 50%;
	background-image: url(../images/design/photos_fond/fond_centre_vide.jpg);
	background-repeat: no-repeat;
}
#fond-menu-vert{
	position: absolute;
	width: 1138px;
	height: 99px;
	margin-top: 229px;
	margin-left: -569px;
	top: 50%; 
	left: 50%;
	background-image: url(../images/design/photos_fond/fond_menu_vert_siteinternet.jpg);
	background-repeat: no-repeat;
}

#fond-photo-vide{
	position: absolute;
	width: 1138px;
	height: 315px;
	margin-top: -328px;
	margin-left: -569px;
	top: 50%; 
	left: 50%;
	background-image: url(../images/design/photos_fond/fond_photo_vide.jpg);
	background-repeat: no-repeat;
}
/* ------------ ci-dessous : les différents fonds à afficher en aléatoire : changer simplement le numéro à la fin de l'id "fond-photo" (pour le moment de 1 à 4) -----------*/
#fond-photo1{
	position: absolute;
	width: 1138px;
	height: 315px;
	margin-top: -328px;
	margin-left: -569px;
	top: 50%; 
	left: 50%;
	background-image: url(../images/design/photos_fond/fond_photo1.jpg);
	background-repeat: no-repeat;
}
#fond-photo2{
	position: absolute;
	width: 1138px;
	height: 315px;
	margin-top: -328px;
	margin-left: -569px;
	top: 50%; 
	left: 50%;
	background-image: url(../images/design/photos_fond/fond_photo2.jpg);
	background-repeat: no-repeat;
}
#fond-photo3{
	position: absolute;
	width: 1138px;
	height: 315px;
	margin-top: -328px;
	margin-left: -569px;
	top: 50%; 
	left: 50%;
	background-image: url(../images/design/photos_fond/fond_photo3.jpg);
	background-repeat: no-repeat;
}
#fond-photo4{
	position: absolute;
	width: 1138px;
	height: 315px;
	margin-top: -328px;
	margin-left: -569px;
	top: 50%; 
	left: 50%;
	background-image: url(../images/design/photos_fond/fond_photo4.jpg);
	background-repeat: no-repeat;
}
/* ---------------------------------------- */
/* ------------ ci-dessous : les différents fonds de la rubrique "Solution tourisme" -----------*/

#fond-accueil-genie-office{
	position: absolute;
	width: 1138px;
	height: 557px;
	margin-top: -328px;
	margin-left: -569px;
	top: 50%; 
	left: 50%;
	background-image: url(../images/design/photos_fond/fond_accueil_genie_office.jpg);
	background-repeat: no-repeat;
}
/* ---------------------------------------- */

