@charset "utf-8";
.boite {
	width: 900px;
	position: absolute;
	z-index: 0;
	border: thin solid #000080;
	background-image: url(/images/bg.png);
	left: 50%;
	margin-left: -450px;
}
.banniere {
	float: none;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 1;
}
.menu {
	float: left;
	height: 100%;
	width: 150px;
	position: relative;
	z-index: 1;
}
.page {
	float: left;
	height: 100%;
	width: 735px;
	position: relative;
	z-index: 1;
}
.boitetexte {
	width: 696px;
	position: relative;
	z-index: 1;
	margin-left: 183px;
}

.texte {
	font-family: Tahoma;
	font-size: 12px;
	color: #000080;
	float: left;
	height: 100%;
	width: 674px;
	position: relative;
	z-index: 1;
	margin-right: 10px;
}



.footer {
	height: 100%;
	width: 900px;
	position: relative;
	z-index: 1;
	background-color: #000080;
	float: left;
	font-family: Tahoma;
	font-size: 14px;
	color: #DBA203;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #DBA203;
}
