@font-face {
    font-family: "ARIAL";
    src: url('arial.ttf');
}
#menu {
    widht:100%;
    margin-right:auto;
    margin-left:auto;
    list-style-type:none;
    vertical-align:text-top;
    }
#tableau1 {
    display: table-cell;
    border: 3px solid yellow;
    width:858px;
    padding-left:109px;
    padding-right:109px;
    list-style-type:none;
    vertical-align:text-top;
}
#titre {
    display: block;
    border: none;
    font-size: 15px;
    text-align: center;
    margin-right: auto;
    font-family: "ARIAL",Times,serif;
    background-color: transparent;
    color: white;
}