
header{
	background-color: #8B98AB;
}

content{
	display: block;
	background-color: #F9F9F9;
}

footer{
	background-color: #F9F9F9;
}

header > .container,
content > .container,
footer > .container{
	background-color: #FFFFFF;
	padding: 30px;
}

header  .row + .row{
	margin-top: 30px;
}


label{
	font-weight: normal;
	color: #848484;
}

fieldset {
	padding: 20px;
	margin-bottom:10px;
	border:1px solid #AAAAAA;
	background-color:#F9F9F9;
}

legend {
	color:#EE7214;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
	display: inline;
	width: auto;
    border-bottom: 0 none;
    margin-bottom: 0;
	max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea{
	width: 100%;
	
	background-color: #ffffff;
	border: 1px solid #d5d5d5;
	color: #5e5e5e;
	font-size: 13px;
	padding: 5px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 1px 1px 2px 2px #d5d5d5 inset;
	box-shadow: 1px 2px 2px #d5d5d5 inset;
	
	transition: background-color 1s ease 0s, border 1s ease 0s;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
textarea:hover,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus{
    background-color: #f2fbff;
    border: 1px solid #21abe5;
}

label.required:after{
	content: " *";
	color: #FF0000;
}

form .row + *{
	margin-top: 15px;
}

#message-required span{
	color: #FF0000;
}

#recaptcha_widget_div {
	width: 440px;
	margin: 0 auto;
}

#carte{
	height: 500px;
}

#messages > * {
    padding: 15px;
}

#presentation{
	font-size: 16px;
}
#presentation strong{
	font-size: 15px;
}


#img-header{
	margin: 0 auto;
}
