﻿BODY
{
    font-size: 10pt;
    font-family: Verdana;
    color: Black;
    margin: 0px;
    background: #FE0022;
}
IMG.headerQuiz
{
    background: url(pix/header-quiz.jpg) no-repeat center top;
    width: 994px;
    height: 170px;
}
IMG.perduGauche
{
    width: 107px;
    height: 1px;
}
IMG.perduDroite
{
    width: 149px;
    height: 1px;
}
TABLE.contenuQuiz
{
    width: 994px;
    background: url(pix/contenu-quiz.jpg) no-repeat center top;
    
}
TD.menuQuizMain
{
    width: 184px;
}
TD.menuQuiz
{
    width: 100%;
    height: 194px;
    padding: 20px;
    font-weight: bold;
    font-family: verdana;
    font-size: 11px;
    margin: 0px 0px 0px 0px;
}
A.titre_menu
{
    color: #ffffff;
    text-decoration: none;
}
A.titre_menu:HOVER
{
    text-decoration: underline;
}
TD.contenuMainQuiz
{
    width: 505px;
    color: Black;
    background-color: White;
}
DIV.bloc_contenu
{
    padding: 0 20px;
    text-align: left;
    height: auto;
}
.bouton
{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border: none;
}
.mentions
{
    font-size: 8pt;
    font-style: italic;
}
A
{
    text-decoration: none;
    color: #003366;
}
.numero_question
{
    color: #BB2100;
    font-weight: bold;
}
.erreur_form
{
    color: Red;
    font-weight: bold;
    cursor: help;
}
