#page {
    text-align: center;
    width: 100%;
    padding: 1em;
}
img.pendu { float: right; }
#mot { margin-left: .5em; }
#mot th {
    min-width: 1em !important;
    border-bottom: 5px solid #ecf0f1;
    font-weight: bold;
    font-size: 2.5em;
}
#mot p {
    visibility: hidden;
    text-align: center !important;
    position: relative;
    top: 1em;
    text-shadow: 2px 2px 4px #2c3e50;
}
#clavier { padding: 10px;}
#clavier td {
    background-color: #ecf0f1;
    border: 1px solid #95a5a6;
    border-radius: 4px;
    width: 3em;
    height: 2em;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
a.lien {
    background-color: #95a5a6;
    padding: 0 4px;
    border-radius: 4px;    
}
a.lien:hover { background-color: #ecf0f1;;}