/* Personnalisation des QCM */

.qcm
{
	text-align: left;
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
	color: #006401;
	font-size: 12;
	border: 1px solid #006401;;
	padding: 3px;
	background-color: #FAFAD2;
	width: 100%;
}

.qcm_titre{ 
 text-align: center;
}

.qcm_proposition{ 
 font-size: 90%; 
 font-size: 10;
 }
 
.jeux_question{ 
  font-size: 100%;
  font-weight: bold; 
 }
 

.qcm_reponse{ 
  font-size: 80%;
  font-size: 10;
 }

.qcm_precision{
 margin:0.1em auto 0.5em;
 text-align:left;
 font-size: 100%;
 width:90%;
 border: 1px dotted #3F5264;
 padding: .2em; 
}

.qcm_correction_faux{ 
 color: #FFEADE;
 font-weight: bold; 
 padding-right: 0.5em;
 padding-left: 0.5em;
 font-weight:normal;
}

.qcm_correction_juste{ 
 color: #FFEADE;
 font-weight: bold;
 padding-right: 0.5em;
 padding-left: 0.5em;
 font-weight:normal;
}

.qcm_correction_null{ 
 font-size: 90%; 
 font-weight: bold;
}

.qcm_select{ 
 color: #006401;
 font-size: 10; 
}

.jeux_bouton {
	font-size: 100%;
	background:Silver;
	background-color:Silver;
	text-align: center;
}	
