/* Mise en forme des QCM
 */
 
.jeux_question {
 padding: 0 0 0 0;
 margin: 0 0 0 0;
 font-size: 12px;
}

.jeux_score{  
 text-align:center;
 width:23%;
 font-family:arial, helvetica, sans-serif;
 color:red;
 font-weight:bold;
 border:2px solid green;
 padding:3px;
 margin:0 auto;
}

.qcm { 
 text-align:left;
 font-size: 90%; 
 font-family: arial, helvetica, sans-serif;
 color: #3F5264;
 font-size: 12;
 padding: 3px; 
/* background-color: #FFEADE;*/
 width:100%;
}

.qcm_titre{ 
 text-align: center;
/* color: #3F5264; */
}

.qcm_proposition{ 
 font-size: 110%; 
 font-size: 12px;
 /* color: #3F5264;*/
 height: 50px;
 background:url(../images/adolescents/traitSepaHori.gif) no-repeat scroll bottom;
 
}

.qcm_reponse{ 
 font-size: 80%;
 font-size: 10px;
/* color: #3F5264;*/
}

.qcm_precision{
 margin:0.1em auto 0.5em;
 text-align:left;
 font-size: 10px;
 width:90%;
/* font-family: arial, helvetica, sans-serif;
 color: #3F5264;
 font-size: 12;*/
 border: 1px dotted #3F5264;
 padding: .2em; 
}

.qcm_correction_faux{ 
 background-color: red;
 color: #FFEADE;
 font-weight: bold; 
 padding-right: 0.5em;
 padding-left: 0.5em;
 font-weight:normal;
 font-size: 12px;
}

.qcm_correction_juste{ 
 background-color: green;
 color: #FFEADE;
 font-weight: bold;
 padding-right: 0.5em;
 padding-left: 0.5em;
 font-weight:normal;
 font-size: 12px;
}

.qcm_correction_null{ 
 font-size: 12px;
 font-weight: bold;
 height: 40px;
 background:url(../images/adolescents/traitSepaHori.gif) no-repeat scroll bottom; 
}

.qcm_select{ 
 color: #3F5264;
 font-size: 10; 
 background-color: #F3EEEA;
}

.jeux_bouton {
 width: 150px;
 height: 40px;
 background:url(../images/manger/btCorrigerAdo.gif) no-repeat scroll bottom;
 color: none;
 color: transparent;
 border:none;
}

.qcm_radio, qcm_cocher{
/* margin:2pt;
 padding:2pt; */
}