*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0px;
}
 
@font-face
{
    font-family: 'deathstar';
    src: url('Ressources/Polices/Death_Star.woff');
    font-weight: normal;
    font-style: normal;
} 

.reset
{
    margin-top: 1px;
}

body
{
    background-image: url('Ressources/fond_etoiles.jpg');
    text-align: center;
    color: #D2CF0C;
}

table
{
    width: 99%;
    font-size: 18px;
    margin: 3px 3px;
}

table, tr, td
{
    border: 2px white solid;
    text-align: center;
    font-family: deathstar;
    font-size: 17px;

}

td>img
{
    width: 22%;
    max-height: 500px;
}

button
{
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    min-height: 50px;
    padding: 3px;
    background: #D2CF0C;
}

input
{
    text-align: center;
    min-height: 25px;
    font-size : 13px;
    font-weight: bold;
}

div
{
    color: #D2CF0C;
    text-align: center;
}
