body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
background:url(images/bg.jpg) center top repeat-y #ECFEE9;
}
#header {
height: 120px;
background-color: #fff;
}
#horiz{
	text-align:right;
	margin-right:20px;
}
#horiz img{
	border:none;
}
#conteneur {
position: absolute;
width: 750px;
left: 50%;
margin-left: -375px;
background-color: #fff;
}
#centre {
background-color:#fff;
margin-top:20px;
margin-left: 165px;
min-height:400px;
_height:400px; // hack uniquement interprété par IE Win
}
#centre h1{
margin:0;
padding:0;
padding-bottom:20px;
font-size:1.6em;
font-style:italic;
color:brown;
background:url(images/titre.png) left bottom no-repeat;
font-family: "Georgia", Times New Roman, Times, serif ;
font-weight:bold;
}
#centre h2{
margin:0;
padding:0;
padding-bottom:20px;
margin-left:3em;
font-size:1.4em;
font-style:italic;
color:brown;
background:url(images/titre.png) left bottom no-repeat;
font-family: "Georgia", Times New Roman, Times, serif ;
font-weight:bold;
}
#centre p{
	margin:0.6em;
	margin-top:1em;
	padding:0;
	
	line-height:150%;
	text-align:justify;
}
.imgcenter{
 	margin-left:50px;
}
.imgfloat{
	float:right;
}
.lettrine{
	font-family:times, serif;
	float:left;
	font-size:3em;
	line-height:0.8em;
	margin:1px;
	padding:1px;
	background-color:brown;
	color:#fff;
}
#gauche {
position: absolute;
left:0;
width: 150px;
background: url(images/menugauche.png) no-repeat left top #fff;
padding-top:20px;
padding-left:5px;
padding-right:5px;
min-height:380px;
_height:380px; // hack uniquement interprété par IE Win

/*margin-left:15px;*/
}
#pied {
/*height: 300px;
background-color: #fff;
background: url(images/chaise.jpg) no-repeat left bottom #fff;*/
height: 30px;
}

.menugauche {
list-style-type: none;
margin: 0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 0 1px;
color: #666;
display:block;
text-decoration: none;
width:135px;
border:1px solid brown;
background:url(images/menuG.png) right bottom no-repeat;
}
.menugauche a:hover {
text-decoration: none;
background-color:#FFAE88;
border-right:4px solid brown;
color: #000;
background-image:none;

}
.firstletter{
	color:brown;
	font-weight:bold;
	font-size:1.4em;
	font-family:times new roman serif;
}
p {margin: 0 0 0 0;}

#formcontact{
	border:solid 1px brown;
	margin-right:20%;
}
.pics{
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}