

#testez-vous {
    display : block;
    clear : both;
    width : 100%;
}


#testez-vous p {
    display : block;
    clear : both;
    width : 100%;
    margin : 0;
    padding : .5em 0;
}

#testez-vous p.votre-score {
    font-weight : bold;
}

#testez-vous table {
    width : 95%;
    border : 1px solid #e5e5e5;
    margin : 1em 0 1em 0;
}


#testez-vous th {
    text-align : right;
    border : 1px solid #a5a5a5;
    margin : 0;
    padding : .5em;
    background : #e5e5e5;
}


#testez-vous td {
    padding : .5em;
}

#testez-vous tr.erreur td {
    background: #fff6bf;
}

#testez-vous .correction tr strong {
    color : green;
}

#testez-vous .correction tr.erreur strong {
    color : red;
}


#testez-vous table p {
    padding : 0;
}

#testez-vous table p.reponse {
    padding : 0;
    margin : 0 0 .5em 0;
}


#testez-vous .action-apercu {
    width : 95%;
}

#testez-vous .action-apercu input {
    float : right;
}





