html
{
	background-color: black;
	color: white;
	font-family: Trebuchet MS; Times;
	display: flex;
	flex-direction: column;
	flex: 1;
}
body
{
	display: flex;
	min-height: 95%;
	content: adapt;
	position: relative;
	flex-direction: column;
	flex: 1;
	justify-content: center;
}
div
{
	text-align: center;
}
table
{
	align-content: center;
    border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */
}
td
{
    border: 1px solid white;
}
main
{
	display: flex;
	min-height: auto;
	content: adapt;
	position: relative;
	flex-direction: column;
	flex: 1;
	justify-content: center;
}
.pied
{
	display: flex;
	justify-content: space-between;
	text-align: center;
	bottom: 0;
	width: auto;
}
a:hover
{
	color: black;
}
a:visited
{
	color: black;
}
a
{
	color: black;
}