body {
	color: black;
	font-family: verdana;
	font-weight: bold;
	background-color: #7d5f2a;
}

div#container{
	width: 850px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}

div#contact{
	width: 175px;
	height: 150px;
	background-color: #86b16a;
	float: left;
	font-size: 0.7em;
	text-align: center;
}

div#header{
	width: 675px;
	height: 150px;
	background-color: #cbcdca;
	float: right;
}

div#body{
	width: 675px;
	height: 450px;
	line-height: 1.3em;	
	background-color: #e1d797;
	float: right;
}

div#menu{
	width: 175px;
	height: 450px;
	background-color: #86b16a;
	float: left;
}

div#contenu{
	width: 660px;
	height: 450px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: auto;
	overflow-x : hidden;
	scrollbar-face-color: #697380; 
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #DFCCC3; 
	scrollbar-darkshadow-color: #cccccc; 
	scrollbar-track-color: #D9CCC3; 
	scrollbar-arrow-color: #FFFFFF;
}

td#contenu{
	background-image:  url("images/fond.gif"); 
	background-repeat: no-repeat;
	background-position: center;
}

ul#menu {
	width: 125px;
	list-style: none;
	padding: 0px;
	margin-left: 5px;
	margin-top: 25px;
}

ul#menu li{
	margin-top: 10px;
}

ul#menu li a {
	display: block;
	width: 100px;
	border-width: 1px;
	border-color: #86b16a;
	border-style: solid;
	padding-left: 30px;
	font-family: verdana;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	color: #7d5f2a;
	background: transparent url("images/puce.gif") center left no-repeat;
}

ul#menu li a:hover {
	background-image:  url("images/puce2.gif");
}

h1 {
font-size:40px;
font-weight:bold;
font-style:italic;
color: #86b16a;
font-family:Copperplate Gothic Bold;
text-align: center;
} 
