body {
    background-color: #0DF2FF;
    text-align: center;
    color: #330CE8;
    padding-top: 70px;
}

.jeu {
    background-color: #6FF7FF;
    border: 2px solid #FF0063;
    margin: 10px 0;
}

.cache {
    display: none;
}

h1 {
    font-size: 4em;
    color: #FF0063;
}

#logo {
    float: left;
    width: 15%;
    margin: 1%;
}

#logo img {
    width: 100px;
    border: 0;
}

#courriel {
    float: right;
    width: 15%;
    line-height: 50px;
    margin: 1%;
}

#courriel a {
    color: #330CE8;
    font-weight: 700;
    font-size: 12pt;
    text-decoration: overline underline;
}

h2 {
    color: #E87500;
    line-height: 40px;
    margin: 10px 0;
}

h3 {
    line-height: 30px;
    color: #FF0063;
}

.choisir {
    text-decoration: overline underline;
    color: #FF0063;
    font-weight: 700;
}

.raccourcis {
    color: #FF0063;
    font-weight: 700;
}

.bouton a,
.raccourcis a {
    color: #330CE8;
    text-decoration: none;
    padding: 3px;
    border: 2px outset #0DF2FF;
    background-color: #0DF2FF;
}

input,
select {
    font-size: 1em;
    color: #FF0063;
    font-weight: 700;
    background-color: #330CE8;
    border: 1px solid #FF0063;
    text-align: center;
}

input:hover {
    color: #330CE8;
    background-color: #FF0063;
    border: 1px solid #330CE8;
}

input:focus {
    background-color: #0f0;
}

.majuscule {
    color: #330CE8;
}

.titre {
    font-weight: 700;
    text-decoration: underline;
}

.google {
    line-height: 40px;
    text-align: center;
    margin: auto;
}

.pointeur {
    cursor: pointer;
}

.parametre {
    background-color: #74D0F1;
    width: 80%;
    margin: auto;
}

#cadreRecords {
    width: 70%;
    border: 1px solid #FF0063;
    margin: auto;
}

#rejouer {
    display: none;
}

#jeuCourant {
    display: none;
}
