/* R�gles des exercices  */

/*  
	SCORING, FeedBack, Explanation
*/





/* Scoring (et Feedbacks)*/

.answBest, .answGood, .answBad
{
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
}

/* #79E8B4 */

.answBest{
	color: #00aa00;
	text-align: center;
}

.answGood{
	color: #ff6600; text-align: center;
}

.answBad
{
	color: #ff4a3e; text-align: center;
}

.bkSolRes{
	text-align: center;
}

.score{
	font-weight: bold;
	text-align: center;
	margin-top: 0.3em;
}



.fdbk{
}

.result{
margin-bottom: 0.3em;
}


.chExpln , .gExpln
{
	/* Stylage des commentaires */
	/*border-left: 0.5em solid  #3c5132;*/
	margin-left: 0.3em;
	padding-left: 0.9em;
	color: #626262;
	font-style: italic;
	font-weight: lighter;
	font-size: 10pt;
}


/* boutons */

.btnScore{
	margin: 0em 0.5em 1em 0.5em;
	
}


a.btnScore, a.btnScore:active, a.btnScore:visited, a.btnScore:link{
	color: black;
	text-decoration: none;
}

.btnSol{
	margin: 0em 0.5em 1em 0.5em;
}

a.btnSol, a.btnSol:active, a.btnSol:visited, a.btnSol:link{
	color: black;
	text-decoration: none;
}

.btnHelp{
	margin: 0em 0.5em 1em 0.5em;
}


a.btnHelp, a.btnHelp:active, a.btnHelp:visited, a.btnHelp:link{
	color: black;
	text-decoration: none;
}

.btnReset{
	margin: 0em 0.5em 1em 0.5em;
}
.WFeedbackEntry{
	border: solid 2px #97B15D;
	margin-bottom:5px;
	margin-top:10px;
	padding:5px;
	font-weight: bold;
}
