/* quiz in trainUc */

.answBest,
.answGood,
.answWorst,
.answBad {
	display: block;
	font-weight: bold;
	font-size: 1.2em;
}
.answBest {
	color: #00aa00;
}
.answGood {
	color: #497749;
}
.answBad {
	color: #c05707; 
}

.answWorst {
	color: #a41e16; 
}
.score {
	font-weight: bold;
	margin-top: 0.3em;
	text-align: center;
}
.result{
	margin-bottom: 0.3em;
}
div.chExpln p,
div.gExpln p{
}

.titreSolution{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	margin: 0.2em 1em 0.3em 12px;
}

.headerQ{
	margin-bottom: 20px
}

.chExpln,
.gExpln {
	font-style: italic;
}
.chExpln .op_txt_oli p,
.gExpln .op_txt_oli p {
	color: #79ACF7;
}
.bkSolResOut {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 7px;
}

.btnCorrection, .btnReset, .score{
	background:url(../img/ombreBouton.png) left top no-repeat;
	padding: 20px;
	padding-top: 30px;
}
.coQuiz, .score {
	display: inline-block;
	height: auto;
	margin-top: 0;
}

.btnCorrection a, .btnReset a{
	padding-top: 10px;
	padding-bottom: 10px;
}

.bkSolResCo div{
	zoom:1;
	display:inline
}

.btnQuiz {
	height: 28px;
	text-decoration: none;
	padding-left:30px;
	-webkit-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.btnQuizCaption {
	color: #797B7A;
	font-size:16px;
	padding:0px 5px;
}

a.btnQuiz:hover{
	-moz-opacity:0.7;
	filter:Alpha(opacity=70);
	opacity:0.7;
}


.btnCorrection a {
	background: url(../img/sol.png) top left no-repeat;
}

.btnCorrection a span{
	background: url(../img/quiz/corrOff.gif) 5px center no-repeat;
	padding-left:12px
}

.btnCorrection a:hover {
}

.btnCorrection a.toggleButtonOn{
	background: url(../img/solOn.png) top left no-repeat;
}

.btnCorrection a.toggleButtonOn span{
	background: url(../img/quiz/corrOn.gif) 2px center no-repeat;
	padding-left:12px;
}

.btnCorrection a.toggleButtonOn:hover{
}

.btnReset a {
	background: url(../img/restart.png) top left no-repeat;
}
.btnReset a:hover {
}

/* === SMALL & TOUCH screens ================================================ */
div.tplFra_touch .btnReset a:hover {
	background: url(../img/restart.png) top left no-repeat;
}
div.tplFra_touch .btnCorrection a:hover {
	background: url(../img/sol.png) top left no-repeat;
}
div.tplFra_touch .btnCorrection a.toggleButtonOn:hover {
	background: url(../img/solOn.png) top left no-repeat;
}
div.tplFra_touch a.btnQuiz:hover .btnQuizCaption {
	background-color:inherit;
	border:0;
	margin:9px 1px 0px 1px;
}

div.tplFra_touch a.btnQuiz:active .btnQuizCaption {
	background-color:white;
	border:1px solid #797B7A;
	margin:8px 0px 0px 0px;
	cursor:hand;
	cursor:pointer
}
div.tplFra_touch .btnCorrection a:active {
}
div.tplFra_touch .btnCorrection a.toggleButtonOn:active{
}
div.tplFra_touch .btnReset a:active {
}


