@charset "UTF-8";
/* CSS Document */



html {
	width:1280px;
	font-size:100%;
	margin:0 auto;	
	background:#000000;
}

body {
	font-size:1.0em;
	margin:0 auto;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background:#000000;
}

#conteneurBandeauEntete {
	width:1280px;
	height:200px;
	background: url(../images/fond-entete.png) no-repeat top center;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
#conteneurLogotype {
	position:absolute;
	width:460px;
	height:110px;
	top:30px;
	left:50%;
	margin-left:-230px;
	padding:0;
	z-index:11;
}
#conteneurLogoMOF {
	position:absolute;
	width:150px;
	height:200px;
	top:-5px;
	left:50%;
	margin-left:-470px;
	padding:0;
	z-index:12;
}

#conteneurFacebook {
	position:absolute;
	top:0;
	left:50%;
	margin-left:250px;
	z-index:80;
	width:220px;
	height:96px;
}


#conteneurPhotoAccueil {
	width:1280px;
	height:720px;
	margin-top:110px;
	background:#000000 url(../images/fond-bandeau-accueil-ipad.jpg) no-repeat top center;
}
#conteneurPhotoMOF {
	width:1280px;
	height:720px;
	margin-top:110px;
	background:#000000 url(../images/fond-bandeau-mof-ipad.jpg) no-repeat top center;
}
#conteneurPhotoSavoirFaire {
	width:1280px;
	height:720px;
	margin-top:110px;
	background:#000000 url(../images/fond-bandeau-savoir-faire-ipad.jpg) no-repeat top center;
}
#conteneurPhotoRealisations {
	width:1280px;
	height:720px;
	margin-top:110px;
	background:#000000 url(../images/fond-bandeau-realisations-ipad.jpg) no-repeat top center;
}

#conteneurPhotoRestauration {
	width:1280px;
	height:720px;
	margin-top:110px;
	background:#000000 url(../images/fond-bandeau-restauration-ipad.jpg) no-repeat top center;
}

#conteneurPhotoAccesContact {
	width:1280px;
	height:720px;
	margin-top:110px;
	background:#000000 url(../images/fond-bandeau-acces-contact-ipad.jpg) no-repeat top center;
}


/* ================= NAVIGATION ================ */
#conteneurNavigation {
	position:absolute;
	top:740px;
	width:1280px;
	height:120px;
	z-index:10;
	left:0%;
	background:url(../images/fond-navigation.gif) repeat-x top center;
}

.boutonNavigation {
	float:left;
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-style:normal;
	font-weight:normal;
	font-family:"bebas_neueregular";
	font-size:1.9em;
	text-transform:uppercase;
	text-align:center;
	padding:45px 10px 0 10px;
	letter-spacing:0.05em;
}
#contenu {
	width:100%;
	margin:0 auto;
	margin-top:840px;
	padding:80px 0;
	background:#222222 url(../images/texture-contenu.jpg) repeat top center;
}

#conteneurMedailleMof {
	position:absolute;
	width:440px;
	height:540px;
	top:825px;
	left:50%;
	margin-left:-510px;
	z-index:30;
}