body {
    background-color: black;
}

h1 {
    position: absolute;
    left: 35%;
    top: 0%;
    color: white;
}

div.roulette {
    position:absolute;
    top: 15%;
    left: 30%;
}

table, td {
    background-color:white;
    border: 1px solid #333;
    font-size:300px;
}

td.display {
    color: black;
}

td.no_display {
    color: white;
}

form.BTTN_JOUER {
    position: absolute;
    left: 50%;
}

div.solde {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 0px;
}

div.solde p {
    margin-top: 0px;
    background-color: white;
    color: black;
}

form.BTTN_GET {
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin-bottom:0px;
}
