@charset "UTF-8";
body {
	background-color: #887F6A;
	/*	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
	margin: 0px;	
}
body , p , a , label { /* texte courant */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #E4DBC6;
}
.texte {
	font-size: 14px;
	line-height: 18px;
}
p , h1 , h2 , h3 , h4 , h5, ul {
	margin-top: 0px;
}
a { /* liens */
	text-decoration: none;
}
#contenu h1 {
	font-size: 22px;
	color: #3A3937;
	margin-bottom: 11px;
}
#contenu h2 {
	font-size: 20px;
	color: #DBDB54;
	margin-bottom: 10px;
}
#contenu h3 {
	font-size: 18px;
	color: #DBDB54;
	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;
}
#page {
	width: 1022px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: thin solid #CCCCCC;
}
#tetiere {
	height: 101px;
	width: 100%;
	background-image: url(images/tetiere.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#tetiere h1 {
	color: #4C463B;
	margin-top: 0px;
	position: absolute;
	left: 165px;
	top: 75px;
	font-weight: normal;
	width: 688px;
	font-size: 16px;
}
#barremenu {
	margin: 0px;
	padding: 0px;
	height: 28px;
	width: 100%;
	position: relative;
	background-color: #615A4B;
}
#drapeau {
	display: block;
	float: right;
	margin-top: 3px;
	margin-right: 2px;
}
#drapital {
	display: block;
	float: right;
	margin-top: -22px;
	margin-right: 40px;
}
#contenu {
	height: auto;
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #887F6A;
}
#pied {
	width: 1022px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	font-size: 13px;
	color: #333;
	text-align: center;
	line-height: 15px;
}
#pied a , #pied p {
	color: #333;
	text-decoration: none;
	font-size: 13px;
	line-height: 15px;
}
.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;
}
/* 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: 150px;
	display: block;
	float: left;
}
.clear {
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	clear: both;
}
#face {
	position:absolute;
	left:15px;
	top:25px;
	width:50px;
	height:52px;
	z-index:1;
}
#rappel {
	position:absolute;
	left:77px;
	top:25px;
	z-index:1;
}
