.document_item {
	text-align: center;
	height: auto;
	width: 20%;
	line-height: normal; 
	float:left;
	margin: 5px;
	padding: 0px;
	background-color: transparent;
	border-radius: 0px;
	position:relative;
	box-shadow: 0 0 5px #ccc; 
	border: 5px solid #fff;
	transition: all 0.15s ease-in-out;
}

.document_item_selected {
	background-color: #ffe;
}

.document_item_content {
	line-height:1.2;
	display: block;
	word-break : break-all;
}

div.vignImg{
	max-height: 76px;
	overflow:hidden;
}

a.vignImg{
	display:block;
	width: auto;
	margin: 0 auto;
	position: relative;
}
.document_item:hover{
	-webkit-transform:scale(1.04,1.04);
	-moz-transform:scale(1.04,1.04);
	-ms-transform: scale(1.04,1.04);
	transform: scale(1.04,1.04);
	box-shadow: 0 0 5px #aaa; 
}
.vignImg img {
	width:100%;
}

.vignImg .caption {
	position:absolute;
	background: rgba(80, 80, 80, 0.65);
	bottom:0px;
	color:#fff;
	padding:2px 5px;
}

a.vignImg:hover .caption {
	background: rgba(70, 70, 70, 0.75);
}

.dropTarget {
	height:100px;
	width:97%;
	overflow:hidden;
	line-height:100px; 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #ccc;
	background-color: #ddd;
	float :left;
}

.targetActive {
	-moz-box-shadow: 0 0 15px #006666;
	-webkit-box-shadow: 0 0 15px #006666;
	box-shadow: 0 0 15px #006666;
}

.document_item .document_checkbox{
	position:absolute;
	width:100%;
	text-align:center;
	overflow:hidden;
	top : 100px;
}

#visionneuseBackground{
	opacity: 1;
	background-color: transparent;
}

#visionneuse #visionneuseIframe {
	background-color: #fff;
	border: none;
	box-shadow: none;
	color: #fff;
}

#visio_current_titre, 
#visio_navigator,
#linkFullscreen {
	display:none;
}

#visio_current_description{
	display:none;	
}

#visio_current_doc {
	position: relative;
	text-shadow: none;
	border-radius: 4px;
	width: auto;
}

#visio_current_doc img{
	background-color: #f9f9f9;
	display:block;
	padding: 7px;
	margin: 0 auto;
	border-radius: 3px;
	box-shadow: 0px 0px 13px 3px rgba(60, 60, 60, 1);
	max-width: 800px;
}

#visio_current_titre h1 {
	border-radius: 17px;
	padding-left: 15px; 
	padding-right: 15px; 
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	display: block;
	background: #c3cedb; /* Old browsers */
	background: -moz-linear-gradient(top,  #c3cedb 0%, #aec3d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3cedb), color-stop(100%,#aec3d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c3cedb 0%,#aec3d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c3cedb 0%,#aec3d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c3cedb 0%,#aec3d6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c3cedb 0%,#aec3d6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3cedb', endColorstr='#aec3d6',GradientType=0 ); /* IE6-9 */
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-moz-text-shadow: 0px 1px 0px #ffffff;
	-webkit-text-shadow: 0px 1px 0px #ffffff;
	text-shadow: 0px 1px 0px #ffffff;
	font-size: 16px;
	max-width: 750px;
	margin: 0 auto 10px;
	color: #4466a2;
	border: solid 1px #A5B4C5;
}

.close a {
	width: 35px;
	height: 35px;
	background-image:url('images/close.png');
	background-repeat:no-repeat;
	display: block;
	color: #fff;
	font-size: 0;
	cursor: pointer;
}

#visionneuseIframe body>div:first-child{
	z-index:0:
}

.linkFullscreen a {
	width: 35px;
	height: 35px;
	background-image:url('images/fullscreen.png');
	background-repeat:no-repeat;
	display: block;
	color: #fff;
	font-size: 0;
	cursor: pointer;
}

.linkFullscreen {
	top: 78px;
}

#visio_current_download a {
	width: 35px;
	height: 35px;
	background-image:url('images/download.png');
	background-repeat:no-repeat;
	display: block;
	color: #fff;
	font-size: 0;
	cursor: pointer;
	position: absolute;
	right: 2%;
	z-index: 900;
	top: 39px;
}

#visio_navigator {
	color: #fff;
	background-color: #4466A2;
	max-width: 750px;
	margin: 0 auto;
	line-height: 30px;
	border-radius: 20px;
}

.BRnavCntl, div#BRnav  {
    background-color: #DEE2E6;
}


#bookreader_frame {
	max-width: 90%;
	border: 2px solid #cbcbcb;
	box-shadow: 0px 0px 6px 0px rgba(153, 153, 153, 0.33);
	border-radius: 8px;
}

#visionneuse #visionneuseIframe {
background-color: #f2f2f2!important;
border: none;
box-shadow: none;
color: #fff;
box-shadow: 0px 0px 5px #DBDBDB;
width: 100%!important;
left: 0px!important;
min-height: 100%;
top: 0px!important;
}

#visio_current_object {
	padding: 5px;
	margin-top: 5px;
	text-align: center;
	min-height: 100%!important;
}
.BRnavCntl, div#BRnav, #BRtoolbar  {
    background-color: rgba(255, 255, 255, 0.15);
}

#BRreturn a,
.BRicon.play,
.BRicon.info {
    display:none;
}