* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(img_html/background.jpg) no-repeat center top;
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.global {
	margin-left: auto;
	margin-right: auto;
	width: 784px;
}

div#content {
	width: 784px;
	height: 532px;
	background-color: #FFF;
	color: #000;
	font-size: 13px;
	padding: 10px;
}

div.footer {
	background: url(img_html/bg_footer.png) no-repeat center;
	width: 784px;
	height: 28px;
	color: #5b8020;
}

div.footer a {
	text-decoration: none;
	color: #5b8020;
}

div.footer a:hover {
	text-decoration: underline;
}

span.liens {
	width: 640px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}

a.contact {
	background: url(img_html/contact.png);
	float: right;
	width: 95px;
	height: 28px;
	margin-right: 20px;
}

a.contact span {
	display:none;
}