#global {
    width: 980px;
    margin: 0 auto;
}

#hint {
    text-align: center;
    font-size: 20px;
    background: #e2007a;
    color: #fff;
    padding: 5px 10px;
    margin: 10px;
    border-radius: 10px;
}

#jeux {
    position: relative;
    background-color: #fff;
    width: 100%;
}


/* DIFFERENCES */
.compteur {
    font-size: 28px;
    color: #e2007a;
    font-weight: bold;
    position: absolute;
    left: 810px;
    top: 300px;
}

.bravo {
    display: none;
    background-color: #e2007a;
    text-align: center;
    font-size: 20px;
    color: #fff;

    margin: 10px;
    border-radius: 10px;

    /*
    position: absolute;
    box-shadow: 0px 0px 15px #666;
    top: 150px;
    left: 250px;
    z-index: 10000;
    padding: 25px;
    */
}

.diff {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
}

.spot {
    border: 3px solid #e2007a;
}

.clearfix {
    clear: both;
    width: 100%;
    display: block;
}
