/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4c575d;
	line-height: 1.5em;
	background:#d6dadc url(../img/background.png) repeat-x;
}

p,
ul,
ol,
blockquote {
	margin-bottom: 1.5em;
}

a {color:#3f88a1;}
a:hover {text-decoration:none;}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:bold;
	margin-bottom:18px;
	color:#3f88a1;
}

h1 {font-size:1.5em;}
h2 {font-size:1.325em;}
h3 {font-size:1.25em;}
h4 {font-size:1.125em;}

h5,
h6 {font-size:1em;}

ul,
ol {
	margin-left:20px;
}
ul {list-style:disc inside;overflow: hidden;}
ul ul,
ol ul {list-style:disc inside;margin-bottom:0;}
ol {list-style:decimal inside;overflow: hidden;}
ol ol,
ul ol {list-style:decimal inside;margin-bottom:0;}

strong {font-weight:900;}
em {font-style:italic;}

blockquote {
	margin:0 60px 0 45px;
	border-left:5px solid #3f88a1;
	padding-left:15px;
	font-style:italic;
	overflow: hidden;
	margin-bottom:1.5em;
}
blockquote p {margin-bottom:0;}

blockquote em {
	display: block;
	font-style:normal;
	text-align: right;
}

blockquote em:before {
	content:' —';
}

img.alignleft {float:left;margin: 0 20px 0 0;}
img.alignright {float:right;margin:0 0 0 20px;}
img.aligncenter {display:block;margin:0 auto;}

.cb {clear:both;}

.wrap {
	width: 800px;
	margin: 0 auto;
}

.bleu{color:#95daf3;}

#page {
	background:#FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px 0 10px; 0;
	margin-top:60px;
}

#header {margin-top:10px;}

#header .logo {
	display:block;
	float:left;
	margin-top:10px;
}

#header #slogan {
	position:relative;
	background:url(../img/background-slogan.png);
	width:225px;
	height:125px;
	float:right;
	margin-right: 40px;
	font-family:"Lato", sans-serif;
	font-style:italic;
	font-weight:900;
}

#slogan .title {
	position:absolute;
	color:#377b93;
	text-align:center;
	width:225px;
	font-size:18px;
	top:5px;
}

#slogan p {
	position:absolute;
	color:#FFFFFF;
	font-size:30px;
	text-align: center;
	top:35px;
	text-transform:uppercase;
	line-height:30px;
	margin:0;
	text-shadow:1px 1px 1px #7f7f7f;
}

#titre {
	background:url(../img/background-titre.png);
	width:844px;
	height:42px;
	position:relative;
	left:-22px;
	font-family:"Lato", sans-serif;
	font-weight:900;
	font-size:15px;
	color:#FFFFFF;
	text-align:center;
	line-height:25px;
}

#content {
	padding:0 20px;
}

#information {
	width:480px;
	margin:10px auto 30px auto;
}

#information h3 {
	background:url(../img/background-titre-info.png);
	width:209px;
	height:41px;
	color:#FFFFFF;
	font-family:"Lato", sans-serif;
	font-size:14px;
	text-align:center;
	line-height:27px;
	margin-bottom:0;
}
#information p {
	padding:0 20px;
	margin-top:-5px;
	margin-bottom:0;
	color:#687e85;
}

#form {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:3px solid #d6dadc;
	padding:10px;
	margin-bottom:20px;
}

.titre {width:225px;margin-left:110px;}
.titre.last {margin-top:30px;}
.titre h2 {text-align: center;margin-bottom:5px;}

.titre hr {
	border:none;
	background:url(../img/separateur.png);
	width:225px;
	height:15px;
	margin:0;
}

.input.text label, .input.textarea label, .input span {height:22px;line-height: 22px;display:block;float:left;width:130px;text-align: right;margin-right:10px;}

.input {margin-top:15px;}
.input {width:365px;}
.input.text input {
	background:url(../img/input.png) repeat-x;
	width:170px;
	height:22px;
	border:1px solid #cacaca;
	padding:0 5px;
	line-height:22px;
}
.input.text input:focus, .input.textarea textarea:focus {outline:none;border:1px solid #3f88a1 !important;}
.input.text.error input:focus, .input.textarea.error textarea:focus {outline:none;border:1px solid #B94A48 !important;}

.input.left {float:left;}

.input.error input, .input.error textarea {border:1px solid #B94A48;}
.error-message {text-align:right;padding-right:60px;color:#B94A48;font-family:"Lato", Arial,  sans-serif;}

.input.hidden {display:none;}

#form .submit {width:224px;margin:20px auto;}

#form .submit input {
	background:url(../img/btn-submit.png);
	width:224px;
	height:44px;
	text-align:center;
	line-height:44px;
	cursor:pointer;
	color:#2a809e;
	font-size:18px;
	border:none;
}
#form .submit input:hover {
	background-position: 0 -44px;
}

#contact .input {width:auto;}
#contact .error-message {display:inline;padding:0 0 0 10px;}


.alert {
	color: #468847;
	text-align: center;
	margin: 10px auto;
}

.alert.alert-error {
	color:#B94A48;
}

#content .contenu {
	background:#eef6f8;
	padding:10px;
}

a.footer {
	text-align: center;
	display:block;
	margin:10px 0;
}