#evalPlayerCo{
	padding: 0px 32px 0px 32px;
}
#evalPlayerBar {
	position: fixed;
	bottom:0px;
	right:0px;
	background: url(../img/quiz/fondEvalPrevSuiv.png) top right no-repeat;
	width:30px;
	height:100px;
	padding-right:2px;
}
#evalPlayerBarFra1 {
}
#evalPlayerBarFra2 {
}
#evalPlayerBarFra3{
}
#evalPlayerPrint {
	position: fixed;
	bottom:0px;
	left:0px;
	background: url(../img/quiz/fondEvalPrint.png) top left no-repeat;
	width:30px;
	height:30px;
	padding-left:2px;
}
.evalCounter{
	position:absolute;
	bottom:64px;
	background: url(../img/quiz/fondEvalCounter.png) no-repeat;
	background-position: -1px;
	width: 28px;
	height: 28px;
	margin: 3px 3px;
}
.evalCounterSeen{
	color: white;
	font-weight: bold;
	position:absolute;
	top:0px;
	left:0px;
}
.evalCounterOver{
	display: none;
}
.evalCounterTotal{
	color: white;
	font-weight: bold;
	position:absolute;
	bottom:0px;
	right:0px;
}

.nextEval,
.prevEval,
.printEval{
	width: 26px;
	height: 27px;
	text-decoration: none;
	display: block;
}
.nextEval{
	background: url(../img/quiz/evalNext.png) top right no-repeat;
	position:absolute;
	bottom:32px;
	margin:5px;
}
a.nextEval:hover{
	background: url(../img/quiz/evalNextOver.png) top right no-repeat;
}
.prevEval{
	background: url(../img/quiz/evalPrev.png) top right no-repeat;
	position:absolute;
	bottom:0px;
	margin:5px;
}
a.prevEval:hover{
	background: url(../img/quiz/evalPrevOver.png) top right no-repeat;
}
.printEval{
	background: url(../img/quiz/evalPrint.gif) top right no-repeat;
	position:absolute;
	bottom:0px
}
a.printEval:hover{
	background: url(../img/quiz/evalPrintOver.gif) top right no-repeat;
}
.nextEval span, .prevEval span, .printEval span{
	display: none;
}