html, body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #555500;
	margin: 0px;
	padding: 0px;
	background: #cccc99;
	scrollbar-base-color: #cccc99;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
img {
	margin: 0px;
	padding: 0px;
	border: 2px solid #666600;
}
table {
	background: #FFFFFF;
	margin: 0px auto;
	padding: 0px 5px;
	border: 1px solid #666600;
}
a {
	text-decoration: none;
	font-size: 8px;
	font-weight: bold;
	text-align: right;
	color: #555500;
}
a:link {
	color: #555500;
}
a:hover {
	color: #CC5200;
}
h3 {
	font-size: 8px;
	font-weight: bold;
	text-align: center;
}
.retour {
	background: #FFFFFF;
	padding: 3px;
	width: 20%;
	text-align: center;
}

