* {padding:0; margin:0;}

html {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body {
	font:normal 12px Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#000000;
	background-image: url(../im/fond.jpg);
	background-repeat: repeat-x;
}
#footer {
	position:absolute;
	z-index:100;
	bottom:0;
	height: 30px;
	width: 960px;
	left:0;
}
#footer p{
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	
}

a.lien {
	color: #FFFFFF;
	text-decoration: none ;
	}
a.lien:hover {
	color: #FF0000;
	text-decoration: underline;
	}
	
