body {
	background-color: #f9f5da;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	scrollbar-base-color:#8C8CC6;
   scrollbar-3dlight-color:#FFFFFF;
   scrollbar-arrow-color: Black;
   scrollbar-darkshadow-color:#000000;
   scrollbar-face-color: #D6C8B7;
   scrollbar-highlight-color: #D8C5AB;
   scrollbar-shadow-color:#000000;
   scrollbar-track-color: #f9f5da;
}
#navigation{
	background-color: #F9F5DB;
}
#tableau{
	border: thin;
	border-color: Black;
	border-style: solid;
}
#scroll{
position:relative;
width: 780px;
height: 413px;
left:0px;
top:0px;
margin-left: 10px;
overflow:auto;
}
#
a	{
color: #804000;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}


