* {
	padding:0px;
	margin:0px;
}

body {
	height:100%;
	width:100%;
	background-color: white;
	font-family: Poppins;
}

h1 {
text-align: center; 	
}

tbody {
background-color: lightgray;
}

.tbl {
background-color: lightgray;
border-radius: 50px;
text-align: center;
align-items: center;
display: flex;
flex-direction: column;
margin-left: auto;
margin-right: auto;
justify-content: center;
width: 10em ;
height: 4em ;
}

.btn-supprimer {
background-color: lightgray;
text-align: center;
align-items: center;
display: flex;
flex-direction: column;
margin-left: auto;
margin-right: auto;
justify-content: center;
width: 10em ;
height: 4em ;
}

.form {
background-color: lightgray;
border-radius: 50px;
text-align: center;
align-items: center;
display: flex;
flex-direction: column;
margin-left: auto;
margin-right: auto;
justify-content: center;
width: 10em ;
height: 4em ;
}



.topnav {
  overflow: hidden;
  background-color: lightgray;
}

.topnav a {
  float: left;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: black;
  color: white;
}

.piedaccueil{
  justify-content: center;
  background-color: lightgray;
  color: black;
  position: absolute; 
  bottom: 0;
  left: 0; 
  right: 0;
  text-align: center;
}

.piedtableau{
  justify-content: center;
  background-color: lightgrey;
  color: black;
  text-align: center;
}



p{
text-align: center;
}