p4{
/*tte page du site */
 	font-family: 'CrusoeTextRegular';
 	font-style: normal;
	font-weight: normal;
	color : white;   
}

body {
font-family : DejaVuSans;
font-size : 12px;
}

a {
  text-decoration: none;
  color: #000;
}
a:visited {
  color: #000;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: #000;
}

.centrer980{
	border: 0px solid blue;	
	width: 980px;
	margin: auto;
}

.centrer540
{
	border: 0px solid yellowgreen;	
	width : 540px;
	margin: auto;/*centrée*/
}