@charset "utf-8";
/* CSS Document */
body{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: flex;
	justify-content: center; /* alignement vertical */
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;
}


object classid {
	width: auto;
	height: auto;
	float:left;
	margin-right: auto;
	margin-left: auto;
	
	display: flex;
	justify-content: center; /* alignement vertical */
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;
	
	}

header {
	
	width:100%;
	height: auto;
	float:left;
	margin-right: auto;
	margin-left: auto;
	
	display: flex;
	justify-content: center; /* alignement vertical */
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;

	}

	
nav{
	float: left;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	width: 100%;
	margin-top: 0px;
	display: flex;
	justify-content: center; /* alignement vertical */
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;
	
}


nav ul{
	background-color: #ff9933;
	width: 100%;
	display: table;
	height: 40px;
	margin: 0px;
	padding: 0px;
}
nav ul li {
	display:table-cell;
}
nav ul li a {
	text_decoration : none;
	font-family: Tahoma, Geneva, sans-serif;
	color: #ffffff;
	line-height: 40px;
	display: inline-table;
	text-align: center;
	width: 100%;
	text-shadow: 2px 2px 2px black;
	-moz-text-shadow: 2px 2px 2px black;
	-ms-text-shadow: 2px 2px 2px black;
	-o-text-shadow: 2px 2px 2px black;
	-webkit-text-shadow: 2px 2px 2px black;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #FFF;
	border-bottom-color: #fFF;
	border-left-color: #FfF;
}
.mySlides {display:none;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
float:left;
margin-left:auto;
margin-right:auto;
}
section
{
	width: 100%;
	height: auto;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;
	margin-bottom: 25px;
	}
article{
	width: 100%;
	height: auto;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;
	margin-bottom: 25px;
	}

address{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	display: flex;
	justify-content: center; /* alignement vertical */
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;
	color: #FFF;
	}
	.txt_sous_titre{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;	
	}
	.txt_sous_sous_titre{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #600;
		}
.texte_titre{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #ffcc66;
	text-align: center;
	margin-top:5px;
	padding-top:10px;
	display: flex;
	justify-content: center; /* alignement vertical */
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;
	margin-bottom: 10px;	
	text-shadow: 2px 2px 2px black;
	-moz-text-shadow: 2px 2px 2px black;
	-ms-text-shadow: 2px 2px 2px black;
	-o-text-shadow: 2px 2px 2px black;
	-webkit-text-shadow: 2px 2px 2px black;
	
	}

#container_titre_accueil {
	text-align: center;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 15px;
	float: left;
	display: flex;
	justify-content: center; /* alignement vertical */
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
		
}
#block_txt_courant{
	height: auto;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: center; /* alignement vertical */
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FC6;	

}

#block{
	width: 100%;
	height: auto;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;
	
	}
.txt_question{
	color: #FFF;
	font-size: 16px;
	text-align: center; /* alignement horizontal */
	display: flex;
	justify-content: center; /* alignement vertical */
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	}
.txt_courant {
	color: #FFF;
	font-size: 12px;
	text-align: center; /* alignement horizontal */
	display: flex;
	justify-content: center; /* alignement vertical */
	font-family: Verdana, Geneva, sans-serif;
}
.p{
	font-size: 20px;
	font-weight: bold;
	color: #663300;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #ffcc66;
	}
	
h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	display: flex;
	justify-content: center;
	text-align: center;
}


p{
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.rouge{
		font-family: Verdana, Geneva, sans-serif;
		color:#C00;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
#logo {
	float: left;
	height:400px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	background-image: url(../image/contact/png/logo-redessine.png);
	background-repeat: no-repeat;
}
#map{
	float: left;
	height: 289px;
	width: 352px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-position: center center;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}
#en_tete_formulaire {
	background-color: #ffcc66;
	float: left;
	height: 80px;
	width: 600px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: center; /* alignement vertical */
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;
	text-align: center;
}
#en_tete {
	background-color: #F93;
	height: 60px;
	width: 80%;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 5px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;
	text-shadow: 1px 1px 2px black;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 0 40px 0 40px;
	-moz-border-radius: 0 40px 0 40px;
	-ms-border-radius: 0 40px 0 40px;
	-o-border-radius: 0 40px 0 40px;
	-webkit-border-radius: 0 40px 0 40px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	float: left;
}
.polaroid {
	width: 352px;
	height: 289px;
	background-color: rgba(253, 237, 154, 0.2);
	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-ms-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 10px 20px;
	
	display: flex;
	justify-content: center; /* alignement vertical */
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;
	margin: 20px;
	float: left;
}
img {
	max-width: 100%;
	width: 100%;
	height:auto;
	
}
label{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff9933;
	/*display: flex;
	justify-content: center;  alignement vertical
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap; */
	
	
}
imput{
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	background-color: #666;
	width: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*display: flex;
	justify-content: center;  alignement vertical 
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;*/
	
}
.marge_nom_prenom{
	margin-right: 20px;
}
.marge_telephone{
	margin-right: 40px;
}
.marge_email{
	margin-right: 78px;
}
.marge_message{
	margin-right:53px;
}



.txt_entete {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #ff9933;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	
	}
.txt_entete_formulaire{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	
		}
		
fieldset{
	float: left;
	height: auto;
	width: 450px;
	border: medium solid #ffcc66;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;
		 }
@media (max-width: 600px) {
  form > div {
    margin: 0 0 15px 0; 
  }
  fieldset{
	  width:80%
}
  form > div > label,
  legend {
	  width:80%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width:80%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width:80%; 
  }
}
@media (min-width: 1200px) {
  form > div > label,
	legend {
  	text-align: left;
}
}
 textarea{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color:#F90 ;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
 .txt_legend{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
	color: #F60;
}
.bouton{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	width: 100px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #333;
}


	

footer{
	background-color: #ff9933;
	float: left;
	padding-top: 20px;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 20px;
	}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #F30;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
