html
{
    background-color: #19324b;
    color: #100B00;
}

#titre
{
    text-align: center;
    border-style: inset;
    background-color: #507a92;
    margin-left: 30%;
    margin-right: 30%;
    border-radius: 30px;
    box-shadow: 2px 3px 5px black;
    border-color: #475a5c;
}

#presentation
{
    margin-top: 20px;
    margin-right: 20%;
    margin-left: 20%;
    background-color: #507a92;
    text-align: justify;
    border-radius: 2px;
    padding: 10px;
    border-style: double;
    text-align: center;
    border-color: #475a5c;
    border-radius: 15px;
}

#programme
{
    margin-left: 2%;
    background-color: #507a92;
    width: 28%;
    padding: 10px;
    border-style: double;
    border-radius: 10px;
    border-color: #475a5c;
    text-align: center;
    margin-top: 180px;
    float: left;
}

#screen
{
    width: 66%;
    background-color: #507a92;
    padding: 5px;
    border-style: double;
    border-radius: 10px;
    border-color: #475a5c;
    text-align: center;
    float: right;
    margin-top: 30px;
    margin-right: 1%;
}

#blender
{
    margin-right: 2%;
    background-color: #507a92;
    width: 28%;
    padding: 10px;
    border-style: double;
    border-radius: 10px;
    border-color: #475a5c;
    text-align: center;
    margin-top: 100px;
    float: right;
    height: 200px;
}

#blenderscreen
{
    width: 66%;
    background-color: #507a92;
    padding: 5px;
    border-style: double;
    border-radius: 10px;
    border-color: #475a5c;
    text-align: center;
    float: left;
    margin-top: 30px;
    margin-left: 1%;
    height: 340px;
}

#fond
{
    margin-left: 30%;
    margin-right: 30%;
    background-color: #507a92;
    width: 40%;
    padding: 10px;
    border-style: double;
    border-radius: 10px;
    border-color: #475a5c;
    text-align: center;
    margin-top: 50px;
    float: left;
}

#fondscreen
{
    width: 68%;
    background-color: #507a92;
    padding: 5px;
    border-style: double;
    border-radius: 10px;
    border-color: #475a5c;
    text-align: center;
    float: left;
    margin-top: 30px;
    margin-left: 2%;
    height: 680px;
}

#affiche
{
    width: 26%;
    background-color: #507a92;
    padding: 5px;
    border-style: double;
    border-radius: 10px;
    border-color: #475a5c;
    text-align: center;
    float: left;
    margin-top: 30px;
    margin-left: 2%;
    height: 680px;
}