@charset "UTF-8";
body {
	/*	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment: fixed;*/
	margin: 0px;
	background-image: url(images/fond.jpg);		
}
body , p , a , label { /* texte courant */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #666;
}
p , h1 , h2 , h3 , h4 , h5, ul {
	margin-top: 0px;
}
a { /* liens */
	text-decoration: none;
}
#contenu h1 {
	font-family: 'Muli', sans-serif;
	font-size: 22px;
	color: #0D427E;
	margin-bottom: 11px;
}
#contenu h2 {
	font-family: 'Muli', sans-serif;
	font-size: 20px;
	color: #0D427E;
	margin-bottom: 10px;
}
#contenu h3 {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	color: #0D427E;
	margin-bottom: 9px;
}
.img_gauche {
	float: left;
	padding-right: 10px;
}
.img_droite {
	float: right;
	padding-left: 10px;
}
.chapeau {
	font-size: 16px;
	line-height: 30px;
	font-style: italic;
	font-weight: bold;
	color: #666;
}
#tetiere {
	height: 115px;
	width: 1020px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ca7733;
}
#tetiere h1 {
	color: #b6b6b6;
	margin-top: 0px;
	position: absolute;
	left: 266px;
	top: 85px;
	font-weight: normal;
	width: 484px;
	font-size: 18px;
	text-align: center;
	letter-spacing: .1em;
	word-spacing: .1em;
}
#drapeau {
	display: block;
	float: right;
	margin-top: 3px;
	margin-right: 10px;
}
#contenu {
	height: auto;
	width: 1020px;
	position: relative;
	padding: 0px;
	background-color: #E8E8E8;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#pied {
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	font-size: 13px;
	color: #CCC;
	text-align: center;
}
#pied a , #pied p {
	color: #CCC;
	text-decoration: none;
	font-size: 13px;
}
.marges {
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 20px;
}
.bouton {
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	background-color: #563C43;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 6px #333;
	-webkit-box-shadow: 2px 2px 6px #333;
	box-shadow: 2px 2px 6px #333;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.encadre {
	font-size: 12px;
	background-color: #CCC;
	padding: 10px;
}
.clear {
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	clear: both;
}
/* formulaire */
#formulaire {
}
#formulaire legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
}	
#formulaire fieldset {
	border: thin solid #333;
	margin-top: 10px;
	margin-bottom: 10px;
}
#formulaire label {
	width: 140px;
	display: block;
	float: left;
}
