body{
  margin: 0;
  background-color: #333333;
}
/* debut du pieds de page */
footer{
	background-color: #ED5084;
	height: 30px;
	width:960px; 
}


footer p{
	margin: 0;
	height: 30px;
	text-align: center;
	color: black;
	
	line-height: 30px;
	vertical-align: middle;
	
}

footer p a,
footer p a:link,
footer p a:visited,
footer p a:active,
footer p a:hover{
	color: white;
	text-decoration : none;
	font-size: 80%;
	font-family: arial, sans-serif;
}
footer p a:hover{
	color: black;
	text-decoration : underline;

}
/* fin du pied de page */