body {
    width: 1000px;
    margin: auto;
	background-image:url(images/fond.jpg);
	background-position:center;
	background-position:top;
}
body,td,th {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: underline;
	
}
a:visited {
	text-decoration: underline;
	font-weight:bold;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	font-weight:bold;
	color: #FFFFFF;
}


#pied {
        color: #666666;
    }
    #pied a {
        text-decoration: none;
        color: #666666;
    }
    #pied a:visited {
        text-decoration: none;
        color: #666666;
    }
    #pied a:hover {
        text-decoration: none;
        color: #ff0000;
    }
    #pied a:active {
        text-decoration: none;
        color: #666666;
    }


div#menu {
	width:1000px;
	height:800px;
    clear: both;
	}
	
.txtspace {
	letter-spacing:4px;
		}
		
div#pied {
	width:1000px;
	height:200px;
    clear: both;
	text-align:center;
	font-size: 9px;
	color: #666666;
	}