@charset "UTF-8";
/**
Copyright (C) 2003-2013 AJLSM
Voir le fichier LICENCE-PleadePlus
**/
/*boutons liseuse*/
.book-pleade-switcher {
	/*display:block;*/
}

/*bouton visionneuse normale*/
#btn-goto-book-img {
	background: url("../images/module-img-viewer/btn-piv.png");
	background-position: 0 -3950px;
	background-repeat: no-repeat;
	display: inline-block;
	overflow: hidden;
	white-space : nowrap;
	width: 30px;
	height: 30px;
}
#btn-goto-book-img:hover {
	background: url("../images/module-img-viewer/btn-piv.png");
	background-position: 0 -2420px;
	background-repeat: no-repeat;
	display: inline-block;
	overflow: hidden;
	white-space : nowrap;
	width: 30px;
	height: 30px;
}

/*bouton liseuse sélectionnée*/
.for-btn-book-selected {
	background: url("../images/module-img-viewer/btn-piv.png");
	background-position: 0 -2390px;
	background-repeat: no-repeat;
	display: inline-block;
	overflow: hidden;
	white-space : nowrap;
	width: 30px;
	height: 30px;
}

/*bouton visionneuse normale sélectionnée*/
.for-btn-viewer-img-selected {
	background: url("../images/module-img-viewer/btn-piv.png");
	background-position: 0 -2420px;
	background-repeat: no-repeat;
	display: inline-block;
	overflow: hidden;
	white-space : nowrap;
	width: 30px;
	height: 30px;
}

/*bouton liseuse*/
#btn-goto-book-viewer {
	background: url("../images/module-img-viewer/btn-piv.png");
	background-position: 0 -3920px;
	background-repeat: no-repeat;
	display: inline-block;
	overflow: hidden;
	white-space : nowrap;
	width: 30px;
	height: 30px;
}
#btn-goto-book-viewer:hover {
	background: url("../images/module-img-viewer/btn-piv.png");
	background-position: 0 -2390px;
	background-repeat: no-repeat;
	display: inline-block;
	overflow: hidden;
	white-space : nowrap;
	width: 30px;
	height: 30px;
}
