<!-- 
body {
	margin: 5px;
	padding: 1px;
	background-color: #efe8d4;
	font-size: 100%;
	font-family: "Times New Roman",georgia,verdana,arial,sans-serif;
	color: #efe8d4;
	overflow:auto;
}

dl, dt, dd, ul, li {
	margin: 5px;
	padding: 0;
	list-style-type: none;
}

.bandeau{

	border: 1px solid gray;
	text-align: center;
}

.menu{

	background-color: #efe8d4;
	border: 1px solid gray;
}

#menu  {
	position:relative; 
	top:0;
	left:0;
	width:10em;
}

#menu dt {
	cursor: pointer;
	margin:2px;
	height:20px;
	line-height:20px;
	text-align: left;
	border: 1px solid gray;
	background-color: #aba186;
	color:#000000;
}

#menu dd {
	border: 1px solid gray;
}

#menu li {
	text-align: left;
	background-color: #efe8d4;
	font-size: 90%;
}

#menu li a, #menu dt a {
	text-decoration: none;
	color:#000;
	display: block;
	border:0;
	height:15px;
	/*	line-height:100%;*/
}

#menu li a:hover, #menu dt a:hover {/* définition de la couleur des menus lors du passage du pointeur */
	background-color: #976F57;
	font-weight: bold;
}

.texte{

	background-color: #efe8d4;
	border: 1px solid gray;
	font-size: 100%;
	font-family: "Times New Roman",georgia,verdana,arial, sans-serif;
	color: black;
	margin:10px;
	padding:10px;
	position: relative; 
	top: 0;
	left: 0;
}

.texte2{

	background-color:#efe8d4;
	border:0;
	font-size: 100%;
	font-family: Times New Roman,georgia,verdana, arial, sans-serif;
	color: black;
	margin:10px;
	padding:10px;
	position: relative; 
	top:0;
	left:0;
}

.texte3{

	background-color:#efe8d4;
	border: 1px solid gray;
	font-size:100%;
	font-family: Times New Roman,georgia,verdana, arial, sans-serif;
	color:black;
	margin:10px;
	padding:10px;
	position: relative; 
	top:0;
	left:0;
}
-->
