/*modifier par Luc Debert Videoscop Université Nancy2 Pour l' UNT  Aunege le 23 janv 2008*/

.homeBtn {
	background: url(../img/btn/home.png) no-repeat;
}
.homeBtnSel {
	background: url(../img/btn/homeSel.gif) no-repeat;
}
a.homeBtn:hover{
	background: url(../img/btn/homeOver.png) no-repeat;
}
.playBtn {
	background: url(../img/btn/play.png) no-repeat;
}
.playBtnSel {
	background: url(../img/btn/playSel.png) no-repeat;
}
a.playBtn:hover {
	background: url(../img/btn/playOver.png) no-repeat;
}
.toolsBtn {
	background: url(../img/btn/tools.png) no-repeat;
}
.toolsBtnSel {
	background: url(../img/btn/toolsSel.png) no-repeat;
}
a.toolsBtn:hover {
	background: url(../img/btn/toolsOver.png) no-repeat;
}
.helpBtn {
	background: url(../img/btn/help.png) no-repeat;
}
.helpBtnSel {
	background: url(../img/btn/helpSel.png) no-repeat;
}
a.helpBtn:hover {
	background: url(../img/btn/helpOver.png) no-repeat;
}

.prevBtn {
	background: url(../img/btn/prev.png) no-repeat;
}
a.prevBtn:hover {
	background: url(../img/btn/prevOver.png) no-repeat;
}
/*leche avancer*/
.nextBtn {
	background: url(../img/btn/next.png) no-repeat;
}
a.nextBtn:hover {
	background: url(../img/btn/nextOver.png) no-repeat;
}

/*affiche un fond si le bouton n est pas visible*/
.noPrevBtn, .noNextBtn{
	/*background: url(../img/btn/emptyRgt.png) no-repeat;*/
	background: url(../img/btn/empty.gif) no-repeat;
}

.prevBtn,
.nextBtn,
.toolsBtn,
.playBtn,
.playBtnSel,
.toolsBtnSel,
.noPrevBtn, .noNextBtn {
	text-decoration: none;
	height: 33px;
	width: 48px;
	display: block;
}

.helpBtn,
.homeBtn, 
.homeBtnSel,
.helpBtnSel {
	text-decoration: none;
	height: 48px;
	width: 48px;
	display: block;
}

.helpBtn,
.homeBtn,
.homeBtnSel {
	float: left;
}



.prevBtn span,
.nextBtn span,
.helpBtn span,
.homeBtn span,
.toolsBtn span,
.playBtn span,
.homeBtnSel span,
.toolsBtnSel span,
.playBtnSel span {
	display: none;
}


/*****************/
/*  Evaluation   */
/*****************/

.gotoEval{
	text-align: center;
	font-size: 1.125em;
	margin-top: 1em;
}
a.btnEval{
	background: url(../img/btn/enterM.gif) no-repeat right;
	height: 33px;
	display: inline;
	padding: 10px 35px 10px 0px;
	margin-right: 35px;
	color: #CA5858;
	text-decoration: none;
}
a.btnEval:hover{
	/* -moz-opacity:0.5;
	filter:Alpha(opacity=50);
	opacity:0.5; */
}
.btnEval span{
}

/*****************/
/* 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;
}

.btnLbl  {
display:none;
}
/* bouton "imprimer" masqué (en attente d'une icone raisonable */
.printBtn {
	display:none;
}
