body{
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	background: #000 url(../images/bckgrd-home.jpg) no-repeat center top;
	margin: 0; /* pour éviter les marges */ 
	text-align: center; /* pour corriger le bug de centrage IE */ 
}
a{
	color: #fff;
	text-decoration: none;
	outline: 0;
}
a img{
border: 0
}
#maincontainer{
	width: 759px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-align: left; /* on rétablit l'alignement normal du texte */ 
}
.lecteur{
	padding-bottom: 20px
}
.skipLink{
	display: block;
	text-align: center;
	margin-top: 15px
}
