/* CSS Document */

html BODY { MARGIN: auto; BACKGROUND: url('images/fond.png') #2a3c44 repeat-y center; WIDTH: 100%;}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; LINE-HEIGHT: normal;
	color: #b6b6b6;
}

img { border: none; }

a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #8E9CA2;
	text-decoration:underline;
}

a:active {
	text-decoration: none;
}

#header {
background-image: url('images/header.png');
background-repeat:no-repeat;
margin: auto;
height:148px;
width:980px;
}

#menu {
background-image: url('images/menu.png');
background-repeat:repeat-x;
text-align: right;
text-decoration: none;
margin: auto;
width:967px;
height:34px;
padding: 8px 15px 2px 0px;

}

#footer {
background-color:#000000;
text-align:center;
float:left;
height:110px;
width:980px;
}

.zone {
	float:left;
	padding: 5px;
	margin: 5px;
}


#main {
	width:980px;
	margin:auto;
	text-align:left;
}