body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;

background-color:#E9EDB6;

}
#conteneur {
width: 880px;
margin: 0 auto; 
}
#header {
height: 80px;
}
#haut {
height: 20px;
background-color:#8D8B0A;
}
#centre {
height: 400px;
background-color:#CBD34C;
}
#pied {
height: 20px;
background-color: #8D8B0A;
}
#gauche {
	width:385px;
	height:365px;
	float:left;
	margin-left: 35px;
	margin-top: 35px;
}
#droite {
	width:460px;
	height:400px;
	float:right;
}
p {
margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #929016;
	}

.menu {
	margin: 0;
	padding:0;
	text-align: center;
	
}
.menu li {
display: inline;
list-style-type: square;
}
.menu a {
margin: 0 2px;
color: #FFFFFF;
text-decoration: none;
}
.menu a:hover {
text-decoration: underline;
}
.copyright a {
margin: 0 2px;
color: #FFFFFF;
text-decoration: none;
font-size: 10px;
}
.copyright a:hover {
text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.bold {
	font-weight: bold;
	color: #FFFFFF;
}

