body
{
    background-color : white;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    font:'Open sans';
    background-image: url('breads-3.jpg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 14%;
    margin-right: 20%;
    margin-left: 20%;

}
p
{
    text-align: left;
} 
table, tr, td, panneau_central
{
    border-spacing: 5px;
    border-collapse: separate;
    border: 5px ;
    background-color: white;
    padding: 5px;
    
}
#menu {
    position: fixed;
    background-image: url('menu.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    right: 0;
    top: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
td
{
    border-collapse: separate;
}
h2{
    font-style :'Dolce vita', sans-serif;
}
#submit{
    background-color: black; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
  }
  #submit:hover {
    background-color: grey;
    cursor: pointer;
  }
input[type=button] {
    padding:5px 15px; 
    background:#ccc; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}
img {
    
    padding-top: 15%;
    height: 3%;
    align-content:flex-end ;
  }