body {
	background-image: url(bois.jpg);
	}
	
h2 {
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: 3em;
}

.gros {
	text-align: center;
	color: blue;
	font-size: 2em;
	font-weight: bold;
	}
	
a:link {
	color: purple;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: red;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: purple;
}

table {
	width: 800px;
	border: none;
}

td {
   border: 0px solid black;
   text-align: center;
   font-weight: bold;
   padding: 5px;
}

.bas {
	text-align: center;
	font-weight: bold;
	font-size: 2em;
}