#evalPlayerCo{
	padding: 0px 32px 0px 32px;
}
#evalPlayerBar {
	position: fixed;
	bottom:0px;
	right:5px;
	/*background: url(../img/quiz/fondEvalPrevSuiv.png) top right no-repeat;*/
	width:30px;
	height:130px;
	padding-right:15px;
}
#evalPlayerBarFra1 {
}
#evalPlayerBarFra2 {
}
#evalPlayerBarFra3{
}
#evalPlayerPrint {
	position: fixed;
	bottom:0px;
	left:0px;
	/*background: url(../img/quiz/fondEvalPrint.png) top left no-repeat;*/
	width:50px;
	height:50px;
	padding-left:2px;
}
.evalCounter{
	position:absolute;	
	background: url(../img/quiz/fondEvalCounter.png) no-repeat;
	background-position: -1px;
	width: 36px;
	height: 36px;
	margin: 3px;
	top:0px;
	left:0px;
}
.evalCounterSeen{
	color: #6e6e6e;
	font-weight: bold;
	position:absolute;
	top:0px;
	left:0px;
}
.evalCounterOver{
	display: none;
}
.evalCounterTotal{
	color: #D1D631;
	font-weight: bold;
	position:absolute;
	bottom:0px;
	right:0px;
	font-size:14px;
}

.nextEval,
.prevEval,
.printEval{
	width: 40px;
	height: 40px;
	text-decoration: none;
	display: block;
}
.nextEval{
	background: url(../img/quiz/evalNext.png) top left no-repeat;
	position:absolute;
	top:43px;
	margin:5px;
	left:0px;
}
a.nextEval:hover{
	background: url(../img/quiz/evalNextOver.png) top left no-repeat;
}
.prevEval{
	background: url(../img/quiz/evalPrev.png) top left no-repeat;
	position:absolute;
	bottom:0px;
	margin:5px;
	margin-bottom:0px !important;
	left:0px;
}
a.prevEval:hover{
	background: url(../img/quiz/evalPrevOver.png) top left no-repeat;
}
.printEval{
	background: url(../img/quiz/evalPrint.png) top right no-repeat;
	position:absolute;
	bottom:0px
}
a.printEval:hover{
	background: url(../img/quiz/evalPrintOver.png) top right no-repeat;
}
.nextEval span, .prevEval span, .printEval span{
	display: none;
}