body {
	background-color: gray ;
	color: white;
	font-family: "Comic Sans MS";
	}
h1 {
	font-size: 100px;
	color: white;
}
h2 {
	font-size: 50px;
	color: white;
}
p {
	font-size: 25px;
	color : white;
}
.tableau1{
	font-size: 30px;
	color: white;
	text-align:center;
}
.tableau1:hover {
	font-size: 30px;
	color: black;
	background-color:white;
	text-align:center;
}
