p{
	text-align:justify;
}

html {
	background-color: #fafafa;
}

/* styles pour les boutons du menu */

.menu, .menu ul {
	list-style: none; /* permet de supprimer les puces de la liste */
	margin-bottom: 0;
    padding: 0; 
}

.menu li {
    display: inline-block; /* on place les liens du menu horizontalement */
}

.menu a {
    color:#000000;
	display:block;
	font-family:"Noto Sans", sans-serif;
	font-weight: bold;
	font-size: 15px;
	padding:5px;
	text-align: center;
	text-decoration:none;
}

.boutonMenu {
	height: 40px;
	margin-bottom: 5px;
	margin-left:5%;
	margin-top:80px; 
}

.boutonMenu:hover {
	border-color: #f8991e;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
}

.menu {
  display:block;/* insecticide */
  text-align:justify;/* prepare alternative type: flex-justify */
  padding:0;
}
.menu:after {
  display:inline-block;
  width:95%; /* 100% peut-être excessif */
  content:'';
}

a:hover {
	color:#f8991e;
}

/* fin des styles pour les boutons du menu */

/* styles pour le header */

.header {
	background-image: url("../Images/Background/Header.png");
	background-size: 100% 100%;
	height: 150px;
	padding-left: 100px;
	padding-right: 100px;
}

.logo {
	height: 125px;
	width: auto;
}

/* fin des styles pour le header */

/* styles pour le footer */


.contact {
	color:#000000;
}
.footer {
	background-image: url("../Images/Background/Footer.png");
	background-size: 100% 100%;
/*	display: block;*/
	height: 150px;
	padding-left: 100px;
	padding-right: 100px;
}

.footerMilieu {
	font-size: 10px;
	padding-top: 75px;
	text-align: center;
}

.footerDroite {
	padding-top: 50px;
}

.boutonFooter {
	color:#000000;
}

.coordonnees {
	font-size: 12px;
	text-align: right;
	vertical-align: bottom;
}

.lien {
	color:#000000;
}

.copyright {
	font-style: italic;
	margin-top:10px;
}

/* fin des styles pour le footer */

/* styles pour la page Accueil */


.bodyAccueil {
	background-image: url("../Images/Background/BackgroundAccueil.jpg");
	background-position: center;
	background-size: 1366px 100%;
	background-repeat: no-repeat;
	max-width: 1366px;
	margin-left: auto;
	margin-right: auto;
}

.fondEcranAccueil {
	height: 100%;
}

.presentation {
	background-color:rgba(244,170,5,0.75);
	margin:35% 10% 35% 10%;
	padding: 0% 2% 0% 2%;
}

.ingenierie {
	font-family:"Noto Sans", sans-serif;
	font-weight: bold;
	font-size: 40px;
	padding-top: 1%;
}

p.ingenierie {
	margin:0px;
}

.structure {
	font-family:"Noto Sans", sans-serif;
	font-style: italic;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 1%;
	text-align: right;
}

p.structure {
	margin:0px;
}

.tableAccueil {
	width: 80%;
	margin-left:100px;
	margin-right: 100px;
}

/* fin des styles pour la page Accueil */

/* styles pour la page Societe */


.bodySociete {
	background-image: url("../Images/Background/BackgroundSociete.jpg");
	background-position: center;
	background-size: 1366px 100%;
	background-repeat: no-repeat;
	max-width: 1366px;
	margin-left: auto;
	margin-right: auto;
}

.descriptionSociete {
	font-style: italic;
	text-align: justify;
}

.fondEcranSociete {
	height: 100%;
	padding-left: 100px;
	padding-right: 100px;
}

.presentationSociete {
	background-color:rgba(255,255,255,0.85);
	background-size: 100% 100%;
	box-shadow: 10px 10px 10px #464646, inset 15px 15px 10px white;
	margin-top: 5%;
	margin-bottom: 5%;
	padding: 2% 5% 2% 5%;
}

.texteADroite {
	color:#f8991e;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}

.texteAGauche {
	color:#f8991e;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.texteAuCentre {
	color:#f8991e;
	font-size: 18px;
	font-weight: bold;
	margin-left: 20%;
	text-align: left;
}

.emplacementBonhommes {
	margin-left: 50%;
}

/* fin des styles pour la page Societe */

/* styles pour la page Missions */

.bodyMissions {
	background-image: url("../Images/Images/Plans.png"), url("../Images/Background/BackgroundMissions.jpg") ;
	background-position: bottom 75px left, center ;
	background-size: 60%, 1366px 100% ;
	background-repeat: no-repeat, no-repeat;
	max-width: 1366px;
	margin-left: auto;
	margin-right: auto;
}

.emplacementPlans {
	margin-left: 10%;
}

.fondEcranMissions {
	height: 100%;
	margin-bottom: 150px;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 5%;
}

.paragrapheCentre {
	text-align: center;
}

.presentationMissions {
	background-color:rgba(255,255,255,0.75);
	margin:1% 3% 1% 3%;
	padding: 0% 2% 2% 2%;
	vertical-align: top;
}

.titreMissions {
	color: #f8991e;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.sousTitreMissions {
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: center;
	text-decoration: underline;
}


/* fin des styles pour la page Missions */

/* styles pour la page Moyens */

.bodyMoyens {
	background-image: url("../Images/Background/BackgroundMoyens.jpg");
	background-position: center;
	background-size: 1366px 100%;
	background-repeat: no-repeat;
	display: block;
	max-width: 1366px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.fondEcranMoyens {
	height: 100%;
	padding-left: 100px;
	padding-right: 100px;
}

.imageCasque {
	position: absolute;
	bottom: 50px;
	left: 125px;
	width: 25%;
	z-index: 100;
}

.presentationMoyens {
	background-image: url("../Images/Background/PresentationMoyens.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-left: 10%;
	margin-top: 30px;
	padding: 5% 10% 10% 10%;
}

.titreMoyens {
	color: #f8991e;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.sousTitreMoyens {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0px;
	text-decoration: underline;
}


/* fin des styles pour la page Moyens */

/* styles pour la page Mentions Légales */

.bodyMentionsLegales {
	background-image: url("../Images/Images/Ville.png"), url("../Images/Background/BackgroundMentionsLegales.jpg");
	background-position: bottom left 75px, center;
	background-size: 40%, 1366px 100%;
	background-repeat: no-repeat, no-repeat;
	max-width: 1366px;
	margin-left: auto;
	margin-right: auto;
}

.fondEcranMentionsLegales {
	height: 100%;
	padding-left: 100px;
	padding-right: 100px;
}

.presentationMentionsLegales {
	background-image: url("../Images/Background/BlocNotes.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin:10% 5% 10% 5%;
	padding: 2% 2% 2% 10%;
}

.titreMentionsLegales {
	color: #f8991e;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.sousTitreMentionsLegales {
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0px;
	text-decoration: underline;
}

.tableMentionsLegales {
	width: 100%;
}


/* fin des styles pour la page Mentions Légales */

/* styles pour la page CGU */

.bodyCGU {
	background-image: url("../Images/Images/Ville.png"), url("../Images/Background/BackgroundCGU.jpg");
	background-position: bottom left 75px, center;
	background-size: 40%, 1366px 100%;
	background-repeat: no-repeat, no-repeat;
	max-width: 1366px;
	margin-left: auto;
	margin-right: auto;
}

.fondEcranCGU {
	height: 100%;
	padding-left: 100px;
	padding-right: 100px;
}

.presentationCGU {
	background-image: url("../Images/Background/BlocNotes.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin:5% 10% 10% 10%;
	padding: 2% 5% 2% 10%;
}

.titreCGU {
	color: #f8991e;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.sousTitreCGU {
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0px;
	text-decoration: underline;
}

.texteCGU {
	font-size: 12px;
}


/* fin des styles pour la page Mentions Légales */
