/*
NOM DU SCRIPT : SPIP_QCM.CSS
REALISATION INFORMATIQUE : Christian VIGOUROUX
DATE DE CREATION : 27/01/2005
DATE DE DERNIERE MODIFICATION : 27/01/2005
*/

/* Style du QCM */
.spip_qcm
{  
    text-align :left;
    font-size : 80%;
    font-family : arial, helvetica, sans-serif;
    color : #3F5264;
    font-size : 12;
    border: 1px solid #F78C54;
    padding : 3px;
    background-color : #FFEADE;
}

/* Style du libellé de la question */
.spip_qcm_question
{ 
    font-size : 12;
    font-weight : bold;
    color :  #3F5264;
}

/* Style des modalités proposées */
.spip_qcm_proposition
{ 
    text-align : left;
    font-size : 10;
    color : #3F5264;
}

/* Style des réponses */
.spip_qcm_reponse
{ 
    font-size : 10;
    color : #3F5264;
}

/* Style ???? */
.spip_qcm_precision
{
    margin-left : 0;
    margin-top : 5;
    margin-bottom : 1em;
    margin-right : 0;
    text-align : left;
    font-size : 80%;
    width : 90%;
    font-family : arial, helvetica, sans-serif;
    color :  #3F5264;
    font-size : 12;
    border : 1px dotted #3F5264;
    padding : 3px;
}

/* Style réponse incorrecte */
.spip_qcm_correction_faux
{ 
    font-size : 10;
    background-color : red;
    color : #FFEADE;
    font-weight : bold; 
    width : 120px;
}

/* Style réponse correcte */
.spip_qcm_correction_juste
{ 
    font-size : 10;
    background-color : green;
    color : #FFEADE;
    font-weight : bold;
    width:120px;
}

/* Style ???? */
.spip_qcm_correction_null
{ 
   font-size : 10;
   font-weight : bold;
}

/* Style du bouton "Corriger" */
.spip_qcm_bouton_corriger
{
    color :  #3F5264;
    font-size : 10;  
    font-weight : bold;
    background-color : #FFEADE;
}

/* Style ???? */
.spip_qcm_select
{ 
    color : #3F5264;
    font-size : 10;  
    background-color : #F3EEEA;
}

/* Style du titre du QCM */
.spip_qcm_titre
{ 
    text-align : center;
    font-size : 14;
    font-weight : bold;
    color :  #3F5264;
}

/* Style affichage des points */
.spip_qcm_point
{ 
    font-size : 10;
    font-weight : normal;
    color :  #3F5264;
}

/* Style affichage du score */
.spip_qcm_score
{   
    text-align : center;
    width : 20%;
    font-family : arial, helvetica, sans-serif;
    color :  red;
    font-size : 12;
    font-weight : bold;
    border : 2px solid green;
    padding : 3px;
}

/* Style affichage message d'erreur */
.spip_qcm_erreur
{ 
    font-family : arial, helvetica, sans-serif;
    color :  red;
    font-size : 14;
}