 body {
 	margin: 0px; 
 	background: #010066; 
 	height: 700px; 
 	width: 1024px;
 	position: absolute;
 	left: 50%;
 	margin-left: -512px;
 }
 
#home {
	position: relative;
	width: 100%; 
	height: 80%; 
	background: url(../img/motif.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
}

#footer {
	text-align: center;
	font-family: tahoma;
	font-size: 28px;
	
	
}

#footer a {
	color: #537fbc;
	text-decoration: none;	
}