body {
    margin: 0;
    padding: 10;
    background-color: #000;
    color: #f9f9f9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

h1, h2, p, table {
    margin: 10px;
}

h1{
    color: #7FFF00;
    text-align: center;
}

h2{
    color: #00CED1;
}

.attention{
    color: #FF1493;
}

.itisOK{
    color: #42f18b;
}

.pied_de_page{
    text-align:center;
    margin: 0;
    padding: 10;
    overflow: hidden;
    background-color: #38444d;
}

.en_construction{
    color:gold;
    text-align: center;
    font-size: 30px;
}

th {
    text-align: center;
    font-weight: bold;
}

menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #38444d;
}

nav {
    float: left;
}

nav a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

a {
    color:gold;
}

a:hover{
    color:red;
    font-weight: bold;
}

nav a:hover, .dropdown:hover .dropbtn {
    background-color: red;
    color:black;
    font-weight: normal;
}

nav.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #a8a8a8;}

.dropdown:hover .dropdown-content {
    display: block;
}

#corps {
    margin: 0 auto;
    width: 50%;
    height: 100%;
}