body {
	background-color: #FFFFFF;
	background-image: url(../images/fond.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*line-height: 30px;*/
	text-align: center;
	vertical-align: top;
	bottom: 30px;
	color: #FFFFFF;
	position: relative;
	visibility: visible;
}
a:link {
	color: #99CC00;
}
a:visited {
	color: #CCFF99;
}
a:hover {
	color: #33CCFF;
}