body {
		scrollbar-face-color: b14f0d;
		scrollbar-highlight-color: ffffff;
		scrollbar-shadow-color: 000000;
		scrollbar-3dlight-color: 000000;
		scrollbar-arrow-color: 000000;
		scrollbar-track-color: b14f0d;
		scrollbar-darkshadow-color: b14f0d;
	 }

ul#m {
margin: 0;
padding: 0;
font: bold 1em Verdana, Arial, Helvetica, serif;
list-style-type: none;
}
#m a {
margin: 5px 0;
text-decoration: none;
color: white;
line-height: 20px;
width: 300px;
background: #D09900;
text-align: left;
}
#m a:hover, #m a:focus {
text-decoration: none;
color: white;
background: #B14F0D;
}

h1 {
font: bold 1em Verdana, Arial, Helvetica, serif;
font-size: 25;
margin: 5px 0;
text-decoration: none;
color: white;
line-height: 30px;
width: 95%;
background: #D09900;
text-align: left;
}

h2 {
font: bold 1em Verdana, Arial, Helvetica, serif;
font-size: 20;
margin: 2px 0;
text-decoration: none;
color: white;
line-height: 30px;
width: 95%;
background: #B14F0D;
text-align: left;
}

p {
font: 1em Verdana, Arial, Helvetica, serif;
font-size: 15;
margin: 5px 0;
text-decoration: none;
color: black;
line-height: 20px;
width: 95%;
background: white;
text-align: justify;
}

a {
font: bold 1em Verdana, Arial, Helvetica, serif;
font-size: 15;
margin: 5px 0;
text-decoration: none;
color: #B14F0D;
line-height: 20px;
width: 95%;
background: white;
text-align: center;
}
a:hover {
font-size: 15;
text-decoration: underline;
color: #D09900;
line-height: 20px;
width: 95%;
background: white;
text-align: center;
}

/*interface loging*/

.tableaux {
font: bold 1em Verdana, Arial, Helvetica, serif;
	font-size: 15px;
	color: #ffffff;
	/*color: #B14F0D;*/
	border: 1px dotted #000000;
	background-color: #D09900;
}
.title {
	font: bold 1em Verdana, Arial, Helvetica, serif;
	font-size: 17px;
	color: #B14F0D;
	/*background-color: #D09900;*/
	cursor: inherit;
	text-align: center;
}
.donnee {
	font-weight: bold;
	color: #FF9900;
	font-size: 12px;
}