body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

TD.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}

TD.footer a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #575757;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: none;
}

.bigtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.bigtext_green {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #42964e;
	font-weight: bold;
}

.texte {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000000;	
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background-color: transparent;
	background-image: url("images/menu_bg.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;	
	text-align: left;
	padding-top: 3px;
	padding-left: 5px;
	height: 24px;
	width: 250px;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -24px;
	color: #000000;	
	text-decoration: none;
}