#general {
	background-color: #C0C0C0;
	width: 1000px;
	margin: auto;
	position: relative;
}
#generalfloat {
	background-color: #C0C0C0;
	width: 1000px;
	margin: 0px;
	position: relative;
	float:left;	
}
#banniere {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 140px;
	width: 1000px;
	overflow: hidden;
	position: relative;
}
#contenu {
	background-color: #FFF;
	margin: 0px;
	float: right;
	width: 690px;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#pieddepage {
	background-color: #C0C0C0;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 1000px;
	overflow: hidden;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #800040;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E2C0E1;
	border-right-color: #E2C0E1;
	border-bottom-color: #E2C0E1;
	border-left-color: #E2C0E1;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	text-align: center;
}
#cote {
	float: left;
	width: 250px;
	background-color: #C0C0C0;
	position: relative;
}

#menu {
	background-color: #400080;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 1000px;
	position: relative;
	text-align: right;
	z-index:1
	
}

