body
{
    font-family: arial;
    background-color: #f9f9f9;
    font-size: 15px;
    margin: 0;
}

h1
{
    text-align: center;
    font-size: 20px;
    text-decoration: underline;
}

h2
{
    text-align: left;
    font-size: 16px;
}

#top
{
  padding: 5px;
  background-color: white;
  border-bottom: gray 1px solid;
  margin: 0;
}

#contenu
{
  background-color: white;
  margin-left: auto;
  margin-right: auto;
}

a
{
  color: black;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

#delete
{
  color: red;
}

.map {
  width: 100%; 
  height: 100%; 
  position:fixed
}
