body {
  background-color: rgb(255, 255, 255);
}


.boutton {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 200%;
}

nav {
  background-color: darkblue;
  display: flex;
  justify-content: left;
  position: fixed;
  z-index: 1200000000000000;
  width: 100%;
}

.first {
  padding-top: 1cm;
}

table {
  border-collapse: collapse;
}

td {
  border: 1px solid black;
  padding: 10px;
}

.tab {
  display: flex;
  align-items: center;
  justify-content: center;
}

img {
  width: 5cm;
}

#enTete {
  background-color: darkblue;
  font-family: Arial, Helvetica, sans-serif;
  color: aliceblue;
}

.info {
 text-align: center;
}

.info2 {
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px;
  text-align: justify;
  text-align: center;
  font-size: 15px;
  color: rgb(0, 0, 0);
  margin-left: 400px;
  margin-right: 400px;
}

#map {
  margin-top: 3cm;
  height: 600px;
}