body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 40px;
	background-color: #046333;
	background-image: url(images/fond.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
}
.main_div {
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/fond2.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 760px;
	height: 520px;
	text-align: center;
}
A:LINK, A:VISITED, A:ACTIVE {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size : 11px;
	color : #ffffff;
	font-weight : bold;
	text-decoration : none;
}
A:HOVER {
	text-decoration: underline;
}