@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(images/bg-herbe.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	width: 800px;
	margin: auto;
}
#header {
	position: absolute;
	height: 70px;
	width: 800px;
	top: 20px;
}
#menu {
	position: absolute;
	height: 250px;
	width: 800px;
	top: 196px;
	background-color: #FFFFFF;
}
#content {
	width: 800px;
	top: 446px;
	position: absolute;
	background-color: #EEE1D1;
}
#footer {
	position: relative;
	height: 70px;
	width: 800px;
}
.Titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4A9537;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}
.Soustitre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4A9537;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
}
.Soustitre2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}
.Quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #377129;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	font-style: italic;
}
.Texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 16px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #4A9537;
	font-weight: normal;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #4A9537;
	font-weight: normal;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #4A9537;
	font-weight: normal;
}

