body
{
    font-family: arial;
    background-color: #f9f9f9;
    font-size: 12px;
}

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

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


#top
{
    text-align: center;
}

#contenu
{
  background-color: white;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

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

a:hover{
  text-decoration: underline;
}

#boutton
{
  background-color: #f6f6f6;
  box-shadow:inset 1px 1px 7px 0 #dddddd;
  -webkit-box-shadow:1px 1px 7px 0 #dddddd;
  border: 1px solid #dddddd;
  width: 220px;
  padding: 10px;
  display: block;
  margin: auto;
  width: 200px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  border: 1px solid #dddddd;
}

#boutton:hover
{
  background-color: #ededed;
}

#delete
{
  color: red;
}


/* MSG */
.error{
  border: 1px solid red;
  padding: 5px;
  width: 500px;
  color: red;
  text-align: center;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -250px;
    background-color: #ffcccc;
}
.info{
  border: 1px solid green;
  padding: 5px;
  width: 500px;
  color: green;
  text-align: center;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -250px;
    background-color: #ccffcc;
}