#page {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	z-index: 0;
	height: 0px;
	width: 900px;
	left: 0px;
	top: 0;
	background-color: #FFFFFF;
}
#banniere {
	position: absolute;
	z-index: 1;
	height: 130px;
	width: 900px;
	left: 50px;
	top: 10px;
}
#menu {
	position: absolute;
	z-index: 1;
	height: 50px;
	width: 900px;
	left: 50px;
	top: 150px;
	background-color: #FFFFFF;
}
#contenu {
	position: absolute;
	z-index: 1;
	width: 899px;
	left: 50px;
	top: 200px;
	background-color: #FFFFFF;
}
body {
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #E1DDD9;
}
a.lien:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.lien:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.lien:hover {
	font-weight: bold;
	color: #968979;
}
a.lientexte:link {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-color: #333333;
}
a.lientexte:visited {
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.lientexte:hover {
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none;
}
.texte {
	font-weight: bold;
	color: #663e10;
	font-style: normal;
	font-size: 11px;
}
.texte2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.texte3 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
