#searchbar {
    position: relative;
    width: 50%;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
}

.formulaire {
    display: inline-block;
}

.tableau {
    width: 50%;
    height: 50px;
    border: 1px solid #ccc;
    text-align: center;
}

.tableau tr th {
    width: 50%;
    height: 50px;
    border: 1px solid #000000;
    text-align: center;
}

.tableau tr td {
    width: 50%;
    height: 50px;
    border: 1px solid #000000;
    text-align: center;
}

.active9 {
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    font-weight: bold;
}