body  { background-image:url(image/fond.png); background-repeat:repeat; }
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #444444;
	line-height:15px;
}

#topnav {
	padding:0px;
	height:40px;
	background-image:url(image/navbg.png); 
	background-repeat:repeat-x;
}
#topnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3399FF;
	text-transform:uppercase;
	text-decoration: none;
	padding-right:20px;
}
#topnav a:hover {
	color: #00CCFF;
}
#topnav .active {
	color: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	color: #555555;
	text-decoration: none;
	line-height:15px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3399FF;
	text-decoration: none;
}
a:hover {
	color: #00CCFF;
}
