/* Css for Assessments  
	SCORING, FeedBack, Explanation
*/

/* Scoring (et Feedbacks)*/

.answBest, .answGood, .answBad{
	font-weight: bold;
	font-size: 13px;
}

#evalPlayer .bkSolResOut{
	margin:0px;
	padding:0px;
	background-image: none
}


.answBest{
	color: #00aa00;
}

.answGood{
	color: #00aa00;
}

.answBad{
	color: #ff4a3e;
}

.score{
	font-weight: bold;
	text-align: right;
	padding-top: 17px;
	padding-right: 5px;
}

#evalPlayer .scoreEval .answBest, #evalPlayer .scoreEval .answGood, #evalPlayer .scoreEval .answBad {
	padding:0px;
	margin:0px
}

.SolQuestion{
	margin-top:10px;
	background-color:#ececec;
	position:relative
}

.titreSolExercices_ti{
	background-image:url(../img/quiz/roseVents.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	height:40px;	
	padding-left:45px;
	color:#cc984d;
	font-size:1.6em;
	padding-top:15px
}

.divFermerEval{
	margin-top:30px
}

.AFermerEval{
	background-image:url(../img/txt/cross.gif);
	background-position: center right;
	background-repeat: no-repeat;
	padding:5px;
	padding-right:25px;
	font-size:16px;
	color:gray;
	text-decoration: none;
	zoom:100%
	/*Hack CSS pour que le filtre opacité fonctionne sur IE*/
}

.AFermerEval:hover{
	-moz-opacity:0.7;
	filter:Alpha(opacity=70);
	opacity:0.7; 	
}

.result{
margin-bottom: 0.3em;
}


.chExpln , .gExpln
{
	margin-left: 0.3em;
	padding-left: 0.9em;
	color: #79ACF7;
	font-style: italic;
	font-weight: lighter;
}

.headerQEval .btnQuizCaption{
	display: none;
}

.headerQEval .btnQuiz{
	position:absolute;
	top:5px;
	right:10px
}