/* CSS Document by WebServiteur.com */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #d8e2d4 url("/Design/bg_body.gif") top left repeat-x;
	font: 12px "trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #181917;
}
a {
	text-decoration: underline;
	color: #86977c;
}
a:hover {
	color: #697e53;
}
#contenu {
	position: relative;
	background: url("/Design/bg.gif") top left repeat-x;
	border-left: 1px solid #b3c8aa;
	border-right: 1px solid #b3c8aa;
	border-bottom: 1px solid #b3c8aa;
	margin: 0 auto;
	width: 760px;
}
#header {
	height: 170px;
}
#header h1 {
	float: left;
	background: url("/Design/Logo.gif") left top no-repeat;
	height: 69px;
	width: 330px;	
}
#header h1 a {
	display: block;
	height: 69px;
	width: 330px;
}
#header h1 span {
	display: none;
}
#header #speedlink {
	color: #90aa78;
	float: right;
	margin: 10px 15px 0 0;
	font-size: 0.8em;
}
#header #speedlink a {
	color: #90aa78;
	text-decoration: none;
}
#header #speedlink a:hover {
	color: #586a48;
}
#header #lang {
	position: absolute;
	top: -3px;
	right: 17px;
	margin-top: 100px;
	background: url("/Design/bg_lang.gif") left top no-repeat;
	width: 200px;
	height: 41px;
}
#header #lang a {
	display: block;
	margin-left: 5px;
	margin-top: 10px;
	float: left;
	width: 27px;
	height: 19px;
	border: 1px	solid #97a489;
}
#header #lang a#fr {
	background: url("/Design/bg_fr.gif") left top no-repeat;
	margin-left: 35px;
}
#header #lang a#en {
	background: url("/Design/bg_en.gif") left top no-repeat;
}
#header #lang a#de {
	background: url("/Design/bg_de.gif") left top no-repeat;
}
#header #lang a#it {
	background: url("/Design/bg_it.gif") left top no-repeat;
}
#header #lang a#fr:hover {
	background-position: left bottom;
}
#header #lang a#en:hover {
	background-position: left bottom;
}
#header #lang a#de:hover {
	background-position: left bottom;
}
#header #lang a#it:hover {
	background-position: left bottom;
}
#header #lang a span {
	display: none;
}
#menu {
	position: absolute;
	width: 160px;
	min-height: 587px;
	background: #bfcfb5 url("/Design/bg_menu.gif") left bottom repeat-x;
	left: 11px;
	top: 170px;
}
#menu h2 {
	font-size: 13px;
	margin: 5px 0;
	padding-left: 5px;
	color: #828f76;
	text-transform: uppercase;
	border-bottom: 1px solid #b5beae;
}
#menu ul li {
	padding-left: 5px;
	list-style: none;
	border-bottom: 1px solid #b5beae;
}
#menu a {
	text-decoration: none;
}
#corps {
	margin-left: 171px;
	min-height: 557px;
	max-height: 557px;
	overflow: scroll;
	padding: 15px;
	background-color: #fff;
	width: 548px;
	text-align: justify;
}
#corps a img {
	border: none;
}
#corps p {
	margin: 10px 0;
}
#corps h3 {
	background: url("/Design/bg_h3.gif") 0 50% no-repeat;
	color: #ac9078;
	font-size: 16px;
	margin-left: 10px;
	text-indent: 17px;
}
#corps h4 {
	color: #97755b;
	font-size: 13px;
	margin-left: 10px;
	text-indent: 17px;
	background: url("/Design/bg_h4.gif") 0 50% no-repeat;
}
#corps ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#corps li {
	background: url("/Design/bg_li.gif") 0 5px no-repeat;
	list-style: none;
	text-indent: 13px;
}
#corps form fieldset {
	padding: 5px;
}
#corps form fieldset input.text,textarea {
	background-color: #dae4d4;
	color: #86977c;
	border: 1px solid #86977c;
	width: 350px;
}
#corps form fieldset textarea {
	width: 350px;
	height: 100px;
}
#corps form fieldset input.bouton {
	background-color: #dae4d4;
	color: #86977c;
	border: 1px solid #86977c;
	width: 50px;
	margin-top: 5px;
}
#corps p.nom {
	font-weight: bold;
	font-size: 1.1em;
}
#corps p.texte {
	font-style: italic;
	text-indent: 15px;
}
.clear {
	clear: both;
}
#footer {
	background: #fff url("/Design/bg_footer.gif") 50% 0 no-repeat;
	height: 49px;
	margin: -18px auto 0 auto;
	padding-top: 10px;
	width: 738px;
	text-align: center;
}
#footer a {
	text-decoration: none;
}