/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1 sept. 2021, 10:33:34
    Author     : Fujitsu
*/

body
{
    background-color: whitesmoke;

 }

#Bienvenue {
    color: cornflowerblue;
    font-family: inherit;
    box-shadow: 2px 4px antiquewhite; }
    #Slogan{
        color: red;
        font-family: cursive;
        font-style: oblique; }
        li{
            display: inline;
            font-size: 30px;
            font-style: oblique;
            font-family: cursive;
            color: aqua;
            margin-left: 20px;
            margin-right: auto;
            
        }
        li:hover{
            color: black;
            border-bottom: 2px solid greenyellow;
        }
        #PartieG{
    
    width: 10px;
    background-color: blue;
    height: 500px;
}
#Central{
    width: 650px;
    height: 500px;
    background-color:  aquamarine;
    margin-right: 130px;
    border-radius: 12px;
    border: 2px solid gray;
    box-shadow: 2px 1px bisque;
}
#Deuxieme{
    margin-top: 10px;
    height: 200px;
    background-color: aqua;
    border-radius: 10px;
}

