/* CSS Document */
body {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#000000;
margin:0;
padding: 0;
background:url(images/fond_html.jpg) center top no-repeat;
text-align:justify;}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration:none;
	color:#FF0000;
}
a:active {
	text-decoration: none;
	color:#FF0000;
}


#global {
position:relative;
margin-left:auto;
margin-right:auto;
margin-bottom:auto;
margin-top:auto;
width:814px;}

#footer {
width:814px;
text-align:center;
color:#000000;}

