body {
    font-family: Gill Sans, Verdana, Arial, sans-serif;
    background-color:#FEE8C1;
    display: inline;
}
.gauche {
    background-color: #000830;
    width: 200px;
    height: 1600px;
    color: #D7FCFE;
    float: left;
}
.droite {
    background-color: #000830;
    width: 200px;
    height: 1600px;
    color: #D7FCFE;
    float: right;
}
#ici {
    color:#FEE8C1;
}
.gauche a {
    color: #D7FCFE;
    text-decoration: none;
}
.gauche a:hover {
    color: #FEE8C1;
    text-decoration: none;
}
.droite a {
    color: #D7FCFE;
    text-decoration: none;
}
.droite a:hover {
    color: #FEE8C1;
    text-decoration: none;
}
.center {
    color: #000830;
    margin: auto;
}
.center h1 {
    text-align: center;
}
#etranger {
    margin-top: 50px;
}
#Titre {
    height: 115px;
}
.contenu {
    margin-left: 220px;
}
.contenu a {
    color : #803800;
    text-decoration: none;
}
.contenu a:hover {
    color: #000830;
    text-decoration: none;
}