/*Prise en charge de HTML 5 - Définit les nouvelles balises HTML 5 sur display:block afin que les navigateurs sachent comment effectuer un rendu correct des balises. */
header, section, footer, aside, nav, article, figure {
display: block;
margin:0;
}
a:active, a:focus{
      outline:none;
}

a {
	text-decoration:none;
	color:#0B5078;
	font-family:'Days One', sans-serif;
	font-weight:400;
	font-size:21px;
	line-height: 1.4em;
	
}
a:hover {
	color: #868585;
	background-image: url(../images/btnS_06.png);
	background-repeat: no-repeat;
	
}
body {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #f9f9fa;
	background-image: url(../images/body_02.png);
	background-repeat: repeat-x;
	text-align: center;
}
a img {
	border: none;
}#wrapper {
	height: 772px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/wrapperF_03.png);
	background-repeat: no-repeat;
	-moz-box-shadow:0 0 22px #111;
	-webkit-box-shadow:0 0 22px #111;
	box-shadow:0 0 22px #111;
}
#wrapper header {
	float: left;
	height: 190px;
	width: 760px;
}
#wrapper header p {
	float: left;
	height: 20px;
	width: 760px;
	display: block;
	margin: 0px;
	font-size: 12px;
	font-family:'Jura', sans-serif;
	color: #48494a;
	font-weight: 600;
	line-height: 18px;
	text-decoration: underline;
}
#wrapper header #horaires {
	float: left;
	width: 170px;
	height: 65px;
	margin-left: 67px;
	margin-top: 105px;
}
#wrapper header #horaires p {
	font-family:'Jura', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #CCC;
	display: block;
	height: 60px;
	width: 170px;
	margin-top: 12px;
	text-decoration: none;
}
#wrapper header a img {
	float: left;
	height: 140px;
	width: 239px;
	display: block;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 140px;
}
#wrapper #ecrismoi {
	width: 547px;
	height: 398px;
	float: left;
	margin-top: 45px;
	margin-left: 110px;
}
#wrapper #ecrismoi form {
	float: left;
	height: 360px;
	width: 500px;
	margin-top: 20px;
	margin-left: 20px;
}

#wrapper #ecrismoi form p {
	font-family:'Jura', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	margin-top: 17px;
	padding-left: 60px;
}
#wrapper #ecrismoi form p input {
	font-family: 'Jura', sans-serif;
	font-weight:600;
	color: #0B5078;
	font-size: 16px;
}
#wrapper #ecrismoi form p #message {
	margin-top: 8px;
	font-family:'Jura', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #0B5078;
}


#wrapper #ecrismoi form p label {
	float: left;
	width: 150px;
	font-family:'Jura', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
}
#wrapper footer {
	float: left;
	height: 150px;
	width: 760px;
	margin-top: 15px;
}
#wrapper footer #adresse {
	float: left;
	width: 190px;
	margin-top: 8px;
	margin-left: 5px;
}
#wrapper footer #adresse p {
	font-family: 'Days One', sans-serif;
	font-size: 15px;
	color: #CCC;
	font-weight: 400;
	padding-left: 13px;
	padding-top: 5px;
}
#wrapper footer #btn-plan {
	float: left;
	height: 122px;
	width: 68px;
}
#wrapper footer #btn-plan a {
	background-image: url(../images/btn-plan_05.png);
	background-repeat: no-repeat;
	float: left;
	height: 122px;
	width: 68px;
}
#wrapper footer #btn-plan a:hover {
	background-image: url(../images/btnS-plan_05.png);
	background-repeat: no-repeat;
	float: left;
	height: 122px;
	width: 68px;
}
#wrapper footer #txt {
	float: left;
	height: 40px;
	width: 350px;
	margin-top: 79px;
	margin-left: 30px;
}
#wrapper footer #txt p {
	font-family: 'Jura', sans-serif;
	font-size: 15px;
	color: #868685;
	font-weight: 600;
	float: left;
	padding-left: 10px;
}
#wrapper footer #txt a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper footer #txt img {
	float: left;
	height: 34px;
	width: 73px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 6px;
	margin-left: 10px;
}
