*, ::before, ::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	height : 100vh;
	font-family: Arial, Helvetica, sans-serif;
}

.tableau-Titre-style {
	width: 100%;
	border: 0px solid #fff;
}

.tableau-style {
	border-collapse: collapse;
	min-width: 400px;
	width: auto;
	box-shadow: 0 5px 50px rgba(0,0,0,0.15);
	cursor: pointer;
	margin: 100px auto;
/*	border: 2px solid midnightblue; */
	border: 1px solid #ddd;
}

thead tr{
	background-color: midnightblue;
	color: #fff;
	text-align: center;
}

th, td {
	padding: 15px 20px;
}

tbody tr, td, th{
	border: 1px solid #ddd;
	text-align: center;	
}

tbody tr:nth-child(event){
	background-color: #f3f3f3;
}

tbody tr:last-of-type{
	border-bottom: 2px solid midnightblue;
}

input {
	height : 30px;
	width: 100%;
}

h1, h2{
	text-align: center;	
}
/*
img {
    width: 50px;
    height: 50px;
}
*/