@charset "UTF-8";
body {
	background-image: url(images/fond.jpg);
	margin: 0px;
}
body , p , a { /* texte courant */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333;
}
p , h1 , h2 , h3 , h4 , h5 {
	margin-top: 0px;
}
a {
	text-decoration: none;
}
h1 {
	font-size: 20px;
	color: #5D5D5D;
	margin-bottom: 11px;
	line-height: 25px;
}
h2 {
	font-size: 20px;
	color: #5D5D5D;
	margin-bottom: 10px;
}
h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 9px;
}
.img_gauche {
	float: left;
	padding-right: 10px;
}
.img_droite {
	float: right;
	padding-left: 10px;
}
#page {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	-moz-box-shadow: -2px 2px 10px #333;
	-webkit-box-shadow: -2px 2px 10px #333;
	box-shadow: -2px 2px 10px #333;
}
#tetiere {
	height: 126px;
	width: 100%;
	background-image: url(images/tetiere.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#tetiere h1 {
	color: #4b5519;
	margin-top: 0px;
	position: absolute;
	left: 14px;
	top: 28px;
	font-weight: normal;
	font-size: 16px;
	width: 797px;
	letter-spacing: .2em;
	word-spacing: .2em;
}
#centre {
	background-color: #9EA421;
	width: 100%;
	height: auto;
	min-height: 500px;
	overflow: hidden;
}
.marges {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#navigation {
	width: 182px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	height: 500px;
	background-color: #4b5519;
	text-align: center;
}
ul.menu {
	list-style-type:none;
	padding: 0;
	width: 183px;
	margin: 0;
	text-align: left;
}
ul.menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 183px;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
}

ul.menu li a {
	background: #eb890b;
	color: #fff;
	padding: 3px;
	margin-bottom: 3px;
}

ul.menu li a:hover {
	background-color: #C78022;
}

ul.menu li ul li a {
	color: #000;
	padding-left: 20px;
	background-color: #EBA652;
	margin-bottom: 1px;
	margin-left: 10px;
}
ul.menu li ul {
	margin-top: -3px;
	margin-bottom: 3px;
}

ul.menu li ul li a:hover {
	background: #aaa;
}
#drapeau {
	display: block;
	margin-top: 3px;
	margin-right: 10px;
	height: 34px;
	width: 183px;
}
#contenu {
	width: 788px;
	position: relative;
	margin: 0px;
	padding: 0px;
	float: left;
}
#pied {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	font-size: 13px;
	color: #333;
	text-align: center;
}
#pied p {
	color: #333;
	font-size: 13px;
}
#pied a {
	color: #333;
	text-decoration: none;
}
#boutonplan {
	background-color: #F09A27;
	display: block;
	height: 60px;
	width: 100%;
	background-image: url(images/boutonplan.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	text-align: left;
}
#boutonplan a {
	font-size: 13px;
	line-height: 14px;
	text-align: left;
	display: block;
	padding-top: 8px;
	padding-left: 60px;
	color: #72699E;
	font-weight: bold;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
}
.petit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}
#formulaire {
}
#formulaire input,select,textarea {
	border: thin solid #4B4D57;
	padding: 2px;
	background-color: #F3EEE5;
}
#formulaire legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5D5D5D;
	font-weight: bold;
}	
#formulaire fieldset {
	border: thin solid #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
#formulaire label {
	width: 140px;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}