#lien a{
	text-decoration: none;
}



#b{
	width: 0px;
	height: 0px;
	text-align: center;
}

.tableau-style {
	border-collapse: collapse;
	min-width: 400px;
	width: auto;
	box-shadow: 0 5px 50px rgb(0, 0, 0, 0.15);
	cursor: pointer;
	margin: 100px auto;
	border: 2px solid rgb(65, 117, 113);
}

thead tr {
	background-color: rgb(65, 117, 113);
	color: rgb(0, 0, 0);
}

th, td {
	padding: 15px 20px;
}

tbody tr, td, th {
	border: 1px solid rgb(65, 117, 113);
}

tbody td {
	text-align: center;
	color: rgb(65, 117, 113);
}

h2, h3 {
	color: rgb(65, 117, 113);
}

body {
	background-color: #000000;
}