/* CSS Document */
.fond {
	background-image: url(fond.jpg);
}
.g {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	background-color: #668866;
	font-weight: bold;
	text-indent: 5px;
}
.d {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663399;
	background-color: #66AA77;
	text-indent: 10px;
}
.f {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663399;
}
.tt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	background-color: #668866;
	font-weight: bold;
	text-indent: 10px;
}
.tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
	background-color: #66AA77;
}
.tr a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
	background-color: #66AA77;
	font-weight: bold;
	text-decoration: none;
}
.tr a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #66AA77;
	font-weight: bold;
	text-decoration: none;
}
.tr a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
	background-color: #66AA77;
	font-weight: bold;
	text-decoration: none;
}