.quiz {
    width:570px;
    height:560px;
    background-image:url(../images/quiz/backGrndQuiz01.jpg);
    margin-top:20px;
}
.quizEnd {
    display: none;
    text-align: center;
}

.quizShowScoreBefore, .quizShowScoreModif {
    font-size: 20px;
    color: #999999;
    line-height: 25px;
}

.quizShowScore {
    margin-top: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #cc0033;
}

.quizQuest {
    display:none;
    position: relative;
    top:100px;
    left:50px;
    width:460px;
    text-align: left;
}

.quizNbQuest {
    position:relative;
    display:block;
    top: 20px;
    left:440px;
    height:20px;
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
}

.quizTitle {
    position:relative;
    display:block;
    top: 75px;
    left:290px;
    height:20px;
}

.quizScoresListHeader{
    position:relative;
    display:block;
    top: 95px;
    left:290px;
    height:20px;
    font-size: 12px;
    font-style: italic;
    color: #999999;
}

.quizScoresList {
    position:relative;
    display:block;
    overflow:auto;
    width:250px;
    height:252px;
    top:99px;
    left:290px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 15px;
}
td {
    border-bottom: 1px dotted #CCC;
    padding: 0 0.5em;
}
.quizScoresListRang {
    color: #999999;
}

.quizScoresListScore {
    color: #ff9900;
    
}

.quizFooter {
    position:relative;
    top:130px;
    text-align: center;
    font-size: 13px;
    color: #666666;
}

.numQuest {
    
}

.quest {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 28px;
}

.rep {
    height:35px;
    width:445px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    background-image:url(../images/quiz/backRep.png);
    background-repeat: no-repeat;
    padding-top: 8px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.rep:hover {
    background-position: -460px 0;
}