*{
    margin: 0;
    padding: 0;
}

.menu {
    background-color: #23449a;
    color: white;
}

a{
    color: white;
    text-decoration: none;
}

footer{
    background-color: #23449a;
    color: white;
}
.creationsite{
    background-color: #23449a;
    color: whitesmoke;
    text-align: center;
    width: 100%;
   height: 100%;
   padding-top: 50px;

}
.maintenance{
    border-color: black;
    text-align: center;
  }
.titremaintenance{
    font-size: 60px;
}
.soustitremaintenance{
    font-size: 50px;
    padding-bottom: 15px;
}
.paragraphemaintenance{
    font-size: 25px;
    padding-bottom: 5px;
}
.imagemaintenance{
    padding-top: 30px;
    padding-bottom: 30px;
    width: 400px;
    height: 400px;
    opacity: 90%;
}
.iconedoctolib{
    width: 100px;
    height: 40px;
}