body {
	background-image: url(pict/fond.jpg);
	background-color:#e5e0b8;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}

a:link {
	color: #663300;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #663300;
}
a:hover {
	text-decoration: none;
	color: #99CC00;
}
a:active {
	text-decoration: underline;
	color: #663300;
}

.txtsimple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #351B00;
}
.toptableau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #351B00;
	padding: 3px;
}
