/* Stylesheet */
body {
	background-color: #ffffff;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	
	
}

fieldset {
	background-color:transparent;
	/* background-image:url(../img/ciel.jpg); */
	background-position:center;
	color:f97c15;
}
#mailing_list_result{
	padding-top :30px;
	text-align: center;
	color: green;
}


iframe{
	margin-bottom: 10px;
}

table {

	margin-left:auto;
	margin-right:auto;
	position:relative;
	
}

tr{
	text-align:left;}
	
footer p {
	font-size:0.6em;
	color:#d3d3d3;
	text-align:center;
	width:60%;
	margin-left:20%;
	margin-right:20%;
	text-align:center;
	line-height:100%;
	
}

footer p  a{

	color:#4aa1d9;

	
}

a{text-decoration:none;}

article {
}

form{
padding-top :80px;
}

#img1{
height:60px;
background-image:url(../img/Map.jpg);
background-repeat:no-repeat;
background-position:center top;
margin:0em 0 1em 0;
}

#img2{
height:60px;
background-image:url(../img/Map.jpg);
background-repeat:no-repeat;
background-position:center bottom;
margin:0em 0 1em 0;
}


.style1{
color:#fbaf3f;
font-weight:300;
font-size:4.6em;
text-align:center;
line-height:100%;

}

.style2{
color:#5b5b5b;
font-weight:300;
font-size:1.5em;
text-align:center;
line-height:100%;
}

.style3{
color:#5b5b5b;
font-weight:200;
font-size:2em;
text-align:center;
padding:1em 0 0em 0;
width:50%;
margin-left:25%;
margin-right:25%;
}

.style4{
color:#5b5b5b;
font-weight:300;
font-size:1.4em;
text-align:center;
line-height:190%;
margin-bottom:1em;
}

.bouton {
/*	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');*/
	background-color:#fb9e25;
	-webkit-border-top-left-radius:7px;
	-moz-border-radius-topleft:7px;
	border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-moz-border-radius-topright:7px;
	border-top-right-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	-moz-border-radius-bottomright:7px;
	border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-bottomleft:7px;
	border-bottom-left-radius:7px;
	text-indent:-1.31px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:28px;
	line-height:28px;
	width:112px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
	margin-top:0.2em;
}
.bouton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}.bouton:active {
	position:relative;
	top:1px;
	}


.text-form{
color:#ffffff;
}

strong {
font-weight:500;

}


@media (max-width: 750px){

.style3{
color:#5b5b5b;
font-weight:200;
font-size:2em;
text-align:center;
width:80%;
margin-left:10%;
margin-right:10%;
}

footer p {
	width:90%;
	margin-left:5%;
	margin-right:5%;
}
}








@media (max-width: 480px){

input{
width:150px;
}

.style1{
color:#fbaf3f;
font-size:3.2em;
margin-top:0.3em;
}

.style2{
color:#5b5b5b;
font-weight:300;
font-size:1em;
text-align:center;
line-height:100%;
}

.style3{
color:#5b5b5b;
font-weight:300;
font-size:1.5em;
text-align:center;
padding:1em 0em 0em 0em;
width:90%;
margin:0 5% 0 5%;
line-height:110%;
}


}