body{ 
	font-family: arial;
	margin:0;
	padding: 0;
}
/* -------Styles généraux ---------*/
header h2{
	padding-top: 5px;
}

.titrelogo{
    color:black;
    text-shadow:1px 2px 1px grey;
    font-size:27px;
    line-height:20px;
}

.titrelogo2{
    
    font-size:14.8px;
    line-height:30px;
}
.titrelogocontact{
  color:fff;
  text-shadow:1px 2px 1px black;
  font-size:41px;
}
.titrelogocontact2{
    font-size:22px;
    line-height:48px;
}
#conteneur{
	z-index: 2;
	width:1200px;
	margin:auto;	
}
#contenu{
	z-index: 2;
	width:1200px;
	height:550px;
	margin:auto;	
}

.titre1{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #696969;
}
.titre2{
	padding-top: 280px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #696969;
}
.zone{
	position: relative;
	border:1px solid #696969;
	width: 270px;
	height: 130px;
	margin: 14px;
	float: left;
}
.zone p{
	font-weight: bold;
	font-size: 24px;
	color: #0093c9;
	text-align: center;
	margin-top:45px;
}
.zone:hover{
     background-color:#ADD8E6;
}
.zone:hover p{
	color: white;
}
.zoner{
	position: relative;
	border:1px solid #696969;
	width: 270px;
	height: 100px;
	margin: 10px;
	float: left;
}
.zoner p{
	font-weight: bold;
	font-size: 23px;
	color: #0093c9;
	text-align: center;
}
.zoner:hover{
     background-color:#ADD8E6;
}
.zoner:hover p{
	color: white;
}

.annuleFloat{clear:both;}

/* -------Styles header ---------*/

.presentation{
	font-family: "Roboto Condensed",sans-serif;
	font-size: 25px;
	text-align: center !important;
	color: #333 !important;
}
.entete{
	font-weight: bold;
}
.lien{
	text-decoration: none;
}
.lien1{
	text-decoration: none;
}
.ensavoirplus p{
	background-color:#0093c9;
	font-family: arial;
	font-size: 18px;
	margin: auto;
	width: 170px;
	height: 30px;
	text-align: center;
	border:2px solid;
	font-weight: bold;
	padding-top: 10px;
	color: #FFFFFF;
	border-radius: 10px;
}
.maitrise p{
	background-color:#0093c9;
	font-family: arial;
	font-size: 30px;
	margin: auto;
	width: 1100px;
	height: 50px;
	text-align: center;
	font-weight: bold;
	padding-top: 15px;
	color: white;
}
#droite{
	float: right;
	margin-right: 30px;
}
#gauche{
	font-weight: bold;
	margin-left: 30px;
}
#nousecrire{
	margin-left: 100px;
	width: 200px;
}
#ecrire{
	margin: auto;
	border:1px solid white;
	border-radius: 10px;
	margin-top: 90px;
	text-align: center;
	font-size: 18px;
	width: 120px;
}
#ecrire:hover{
	background-color:#0093c9; 
}
.lien2{
	text-decoration: none;
}

.contact{
	width: 100%;
	height: 250px;
	background-color:#677179; 
}
.information{
	margin: auto;
	width: 1200px;
	height: 250px;
}
.contactinfo{
	margin: auto;
	top: 15px;
	position: relative;
	width: auto;
	height: 230px;
	float: left;
}
.contactinfo p{
	font-family: "Roboto Condensed",sans-serif;
	color: white;
	font-size: 15px;
	line-height: 25px;
}
.titrecontact{
	text-decoration-style: none;
	font-size: 22px;
	font-family: "Roboto Condensed",sans-serif;
	color: white;
}
.contactinfo img{
	margin-top: 30px;
	vertical-align: top;
}
.contactinfo img{display:inline-block;}
.contactinfo h2{
	color: white;
	line-height: 18px;
	margin-top: 40px;
	display:inline-block;
	font-size:21px;
	font-weight: bold;
}
.contgauche{
	height: 200px;
	position: relative;
	float: left;
}

section footer{
	font-style:italic;
	background: transparent;
}
footer{
    background-color: black;
	font-weight: bold;
	font-family: arial;
	text-align: center;
	height: 30px;
	color:#555;
	padding:7px 0;
	font-size: 16px;
}


.ombre{box-shadow: 0 0 10px #999;
}
