@charset "utf-8";
.boite {
	width: 800px;
	position: absolute;
	z-index: 0;
	margin-left: -400px;
	left: 50%;
}
.header {
	height: 114px;
	width: 800px;
	position: relative;
	z-index: 1;
}
.logo_menu {
	height: 423px;
	width: 372px;
	position: relative;
	z-index: 1;
	float: left;
}
.contenu {
	background-color: #585F69;
	height: 423px;
	width: 385px;
	position: relative;
	z-index: 1;
	float: left;
}
.boite_texte {
	background-color: #6D717A;
	height: 320px;
	width: 295px;
	position: relative;
	z-index: 1;
	margin-top: 10px;
	margin-left: 35px;
	padding-top: 10px;
	padding-left: 10px;
	font-family: Tahoma;
	font-size: 12px;
	color: #B9C0CA;
	padding-right: 10px;
}
.right {
	height: 423px;
	width: 43px;
	position: relative;
	z-index: 1;
	float: left;
}
.footer {
	height: 64px;
	width: 800px;
	position: relative;
	z-index: 1;
	float: left;
}

