body {
	background-color: #d3d3d3;
}

h1 {
	font-size: 60px;
	text-align: center;
	font-family: monospace;
	text-decoration: underline;
}

.tableau-style {
	table-layout: auto;
	width: center;
	border-collapse: collapse;
	cursor: pointer;
	margin: auto;
	border: 2px solid darkblue;
}

thead th {
	background-color: darkblue;
	color: #fff;
	text-align: center;
}

#police-footer {
	font-style: italic;
}

#gras {
	font-weight: bold;
}