#table_colored {
    text-align: center;
    border: none;
}

#bleu {
    width: 300px;
    height: 50px;
    background-color: blue;
    color: white;
}

#rouge {
    width: 100px;
    height: 200px;
    background-color: red;
    color: black;
}

#rose {
    width: 200px;
    height: 100px;
    background-color: pink;
    color: black;
}

#vert {
    width: 100px;
    height: 50px;
    background-color: green;
    color: black;
}

#jaune {
    width: 100px;
    height: 50px;
    background-color: yellow;
    color: black;
}

#orange {
    width: 100px;
    height: 100px;
    background-color: orange;
    color: black;
}

#gris {
    width: 200px;
    height: 100px;
    background-color: gray;
    color: black;
}

#violet {
    width: 100px;
    height: 50px;
    background-color: purple;
    color: black;
}
