.Titrocentre {
	font-family: "impact", "Courier New";
	font-size: 16px;
	color: #FFFFFF;
}
.Corps {
	font-family: Verdana, "courier New";
	font-size: 12px;
	color: #FFFFFF;
}
.Grandtitre {
	font-family: "impact", "Courier New";
	font-size: 40px;
	color: #FFFFFF;
}
.Moyentitre {
	font-family: "impact", "Courier New";
	font-size: 25px;
	color: #FFFFFF;
}
.Petittitre {
	font-family: "impact", "Courier New";
	font-size: 16px;
	color: #FFCC00;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(lapinfond.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
a {
  color: #FFFFFF;
  text-decoration: none;
 }

a:hover {
  color: #FF9900;
  text-decoration: none;
 }
  
a:active {
  color: #FFCC00;
  text-decoration: none;
 }
 
a:visited {
  color: #FFCC00;
  text-decoration: none; 
 }

