#tplLft a, #tplRgt a, #tplBtm a{
	color:white;	
}

#tplLft a:hover, #tplRgt a:hover, #tplBtm a:hover{
	color:lightgray;	
}

.playBtnSel,
.toolsBtnSel {
	text-decoration: none;
	height: 30px;
	width: 30px;
	display: block;
}

.homeBtnSel {
	float: left;
}


.homeBtnSel {
}
.playBtnSel {
	cursor:pointer;
}
.toolsBtnSel {
}
.helpBtnSel {
	background: url(../img/btn/helpSel.png) no-repeat;
}
.noPrevBtn, .noNextBtn{
}
.btnLbl{
	display: none;
	color:white
}

#tplCo .btnLbl{
	color:black
}

.noPrevBtn,
.noNextBtn,
.prevBtn,
.nextBtn,
.toolsBtn,
.playBtn {
	text-decoration: none;
	height: 30px;
	width: 30px;
	display: inline-block;
}

.printBtn,
.helpBtn,
.homeBtn {
	text-decoration: none;
	height: 30px;
	width: 30px;
	display: block;
}
.printBtn img,
.helpBtn img,
.homeBtn img {
	height: 30px;
	width: 30px;
}

.printBtn,
.helpBtn,
.homeBtn,
.toolsBtn,
.toolsBtnSel,
.playBtn,
.playBtnSel {
	margin-bottom: 3px
}

.prevBtn,
.nextBtn,
.helpBtn,
.homeBtn,
.printBtn,
.toolsBtn,
.playBtn{
	color:white;
}
.prevBtn img,
.nextBtn img,
.helpBtn img,
.homeBtn img,
.printBtn img,
.toolsBtn img,
.playBtn img{
	border:0px;
	display: inline-block;
}
.prevBtn span,
.nextBtn span,
.helpBtn span,
.homeBtn span,
.printBtn span,
.toolsBtn span,
.playBtn span{
/*	display: none;*/
}
.prevBtn,
.nextBtn,
.noPrevBtn,
.noNextBtn {
	vertical-align: middle;
	width: 26px;
	margin-bottom: 3px;
	display: inline-block;
}
.prevBtn,
.noPrevBtn{
}
.nextBtn,
.noNextBtn{
}
.cc-button,
#linkSp{
	margin-left:3px;
}
/*****************/
/*  Evaluation   */
/*****************/
.gotoEval, .resultE, .closeE{
	background:url(../img/ombreBouton.png) left top no-repeat;
	padding: 20px;
	padding-top: 20px;
	margin: auto;
	display: inline-block;
	font-size: 18px;
	position: relative;
	left: 40%;
	zoom:1;
	*display:inline
}

.resultE{
	padding-top: 20px;
}

a.btnEval{
	color: #797B7A;
	background: url(../img/commencerTest.png) left center no-repeat;
	min-height:28px;
	padding-left: 35px;
	font-weight: bold;
	padding-top: 8px;
	-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;
	text-decoration: none;
	display: block;
}
a.btnEval:hover{
	-moz-opacity:0.7;
	filter:Alpha(opacity=70);
	opacity:0.7;
}
.btnEval span{
}

/*****************/
/*    SubWin     */
/*****************/
.printSubWinBtn{
	text-decoration: none;
	height: 26px;
	width: 27px;
	display: block;
	position:absolute;
	bottom:0px;
	left:0px;
}
.printSubWinBtn img{
	height: 26px;
	width: 27px;
}

.printSubWinBtn{
	color:white;
}
.printSubWinBtn img{
	border:0px;
}

/*****************/
/* informations */
/*****************/
.infoBtn_a {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/blocks/info.png) no-repeat top right;
	text-decoration: none;
	height: 33px;
	width: 33px;
	display: block;
	margin: 5px 5px 0px 0px;
	cursor: pointer;
}
.infoBtn_a span {
	visibility: hidden;
}

/* === SMALL & TOUCH screens ================================================ */

div.tplFra_touch a.printBtn{
	display:none;
}

