BODY {
	color: Black;
	background-color: #F6E7C0;
	font-family: Arial, sans-serif;
	scrollbar-face-color: #B89764; 
   scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color: #E5D7B3; 
	scrollbar-arrow-color: #F6E7C0;
}
#tableau{
	border: thin;
	border-color: #AEA386;
	border-style: solid;
}
#scroll{
position:relative;
left:0px;
top:0px;
margin-left: 5px;
width: 583px;
height: 516px;
overflow:auto;
}
#image{
position:relative;
left:0px;
top:0px;
width:133px;
height: 100px;
}
#texte{
position:relative;
left:133px;
top:0px;
width:133px;
}
A {
	color: Blue;
	text-decoration: none;
}

A:HOVER {
	color: #8B0000;
	text-decoration: underline;
}