body {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/stripe.png);
	background-color: #ffffff;
	font-family:Verdana;
}
.general {
	width: 990px;
	background-color: #ffffff;
}
.header {
	background-color: #ffffff;
	height: 200px;
	width: 905px;
	float: right;
}
.left {
	width: 85px;
	height: 750px;
	float: left;
	background-color: #ffffff;
}
.body {
	float: right;
	width: 905px;
	background-color: #ffffff;
}
.footer {
	clear: both;
	background-color: #ffffff;
	font-family: Verdana;
	font-weight: bold;
	text-align: right;
	padding-top:6px;
}
.menu {
	width: 905px;
	text-align: left;
	position : absolute;	
	margin-bottom : 50px;
}
.contenu {	
padding-top : 30px;
	width: 905px;
	text-align: left;
}
