@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color:#f2ffe8;
	font-family:Tahoma, Verdana, Arial;
	font-size:0.85em;
}

#conteneur{
	position:absolute;
	width:990px;
	top:5px;
	left:50%;
	margin-left:-495px;
	height:100%;
}

#header{
	position:relative;
	top:0;
	padding-left:191px;
	width:799px;
}

#soustitre,#image{
	position:relative;
	float:left;
}
#soustitre{
	text-align:right;
	width:315px;
}

#palmier{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

#contenu{
	position:relative;
	margin-left:142px;
	width:748px;/*838*/
	padding:30px 20px 20px 70px;
	background-color:#c4e7a9;
	min-height:325px; /*375*/
	margin-top:92px;
}

#menu{
	position:absolute;
	left:20px;
	top:235px;
	width:150px;
	z-index:10;
}

a.menu{
	display:block;
	width:150px; /*150*/
	height:37px; /*37*/
	line-height:37px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	background-image:url(images/bois.jpg);
	background-color:#b38860;
	margin-bottom:5px;
	text-decoration:none;
}

a.menu:hover{
	text-decoration:underline;
}

h1{
	font-size:1.5em;
}
h2{
	font-size:1.5em;
	color:#6aa23e;
}

#footer{
	width:838px;
	text-align:center;
	color:#6aa23e;
	font-size:0.85em;
	margin-left:142px;
}

#footer a{
	text-decoration:none;
	color:#6aa23e;
}

#footer a:hover{
	text-decoration:underline;
}