body {
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
	background-color: #42905E;
}
body,td,th {
	font-size: 12px;
	font-family: Tahoma;
}
.Style3 {
	font-size: 11px;
	font-weight: bold;
}
.Style4 {font-size: 11px}

a.menu {
	font-size: 12px;
	color: #1F6337;
	font-weight: bold;
}
a.menu:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.menu:hover {
	text-decoration: none;
	color: #A11D22;
}


a {
	font-size: 12px;
	color: #1F6337;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #1A5D32;
}
a:visited {
	text-decoration: none;
	color: #1A5D32;
}
a:hover {
	text-decoration: underline;
	color: #A11D22;
}
a:active {
	text-decoration: none;
	color: #1A5D32;
}

a.ref {
	font-size: 11px;
	color: #000000;
}
a.ref:link {
	text-decoration: none;
	color: #000000;
}
a.ref:visited {
	text-decoration: none;
	color: #000000;
}
a.ref:hover {
	text-decoration: underline;
	color: #000000;
}
a.ref:active {
	text-decoration: none;
	color: #000000;
}


