
.realistic_onecolumn{
	width: 465px;
	margin-bottom: 50px;
}


.liste_wrapper_realistic{
	float: left;
	width: 465px;
	position: relative;
	margin-bottom: 30px;
}
.liste_wrapper_realistic.left{
	margin-right: 29px;
}

.realistic_onecolumn .liste_wrapper_realistic.left{
	margin-right: 0px;
}

/*
.liste_wrapper_realistic h3{
	color: #fbfbfb;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 184px;
	
	
	
	width: 460px;
	height: 27px;
	overflow: hidden;
	text-align: right;
	background: rgba(0,0,0,.4);
	
}

.liste_wrapper_realistic h3 a{
	
	color:#fbfbfb;
	display: inline-block;
	margin-right: 10px;
	margin-top: 3px;
	letter-spacing: .7px;
}
*/
.liste_wrapper_realistic  a h3{
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	
	font-size: 20px;
	line-height: 23px;
	height: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.liste_wrapper_realistic .info{
	padding-top: 5px;
	/*padding-left:16px;*/
}

.liste_wrapper_large{		
	position: relative;
	width: 2000px;
	
	height:216px;
}

.liste_wrapper_large .shelf{
	background: url(/pics/top-shelf-dark2.jpg);
	position: absolute;
	top: 9px;
	left: 0px;
	width:460px;
	height: 203px;
	
	-moz-box-shadow: -2px 2px 8px 0px #000;
	-webkit-box-shadow: -2px 2px 8px 0px #000;
	-ms-box-shadow: -2px 2px 8px 0px #000;
	box-shadow: -2px 2px 8px 0px #000;
	
	
}


a.wrap_img{		
	position: relative;		
	
	width: 110px;
	height: 180px;
	top: 10px;
	/*padding:10px;*/
	
	display: block;
	float: left;
	
	-webkit-transition: all .5s ease ;
	-moz-transition: all .5s ease ;
	-ms-transition: all .5s ease ;
	transition: all .5s ease ;
	
	
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	-ms-perspective: 500px;
	perspective: 500px;
}

a.wrap_img .img{
	position: absolute;
	background-color:#5A3D3E;
	left: 0px;
	width: 110px;
	height: 180px;
	
	-webkit-transform:rotateY(55deg) scale(.80);
	-moz-transform:rotateY(55deg) scale(.80);
	-ms-transform:rotateY(55deg) scale(.80);
	transform:rotateY(55deg) scale(.80);
	
	
	-webkit-transition: all .6s ease ;
	-moz-transition: all .6s ease ;
	-ms-transition: all  .6s ease ;
	transition: all .6s ease ;
	
	-moz-box-shadow: -2px 2px 8px 0px #000;
	-webkit-box-shadow: -2px 2px 8px 0px #000;
	-ms-box-shadow: -2px 2px 8px 0px #000;
	box-shadow: -2px 2px 8px 0px #000;
	
	-webkit-transform-style: preserve-3d;
	/*-moz-transform-style: preserve-3d;*/
	-ms-transform-style: preserve-3d;
	/*-transform-style: preserve-3d;*/
}

.lte10 a.wrap_img .img{
	zoom:.80;	
	top: 30px;
	left:5px;
}


.modern a.wrap_img .img:before{
	position: absolute;
	top: 1px;
	left: -8px;
	width: 8px;
	height: 179px;
	background: #6A5151;
	background: #999;
	content: '';
	display: block;  
	white-space: pre;
	
	font-size: 9px;
	color: white;
	border-radius: 2px;


	-webkit-transform:rotateY(-90deg);
	-moz-transform:rotateY(-90deg);
	-ms-transform:rotateY(-90deg);
	transform:rotateY(-90deg);
	
	-webkit-transition: all .5s ease ;
	-moz-transition: all .5s ease ;
	-ms-transition: all  .5s ease ;
	transition: all .5s ease ;
	
	
	-moz-box-shadow: -1px 1px 8px 0px #555;
	-webkit-box-shadow: -1px 1px 8px 0px #555;
	-ms-box-shadow: -1px 1px 8px 0px #555;
	box-shadow: -1px 1px 8px 0px #555;
	
}


a.wrap_img:hover{
	
	width: 171px;
}
a.wrap_img:hover .img{
	
	-wekbit-transform:rotateY(0deg) scale(1) translate(10px,0);
	-moz-transform:rotateY(0deg) scale(1) translate(10px,0);
	-ms-transform:rotateY(0deg) scale(1) translate(10px,0);
	transform:rotateY(0deg) scale(1) translate(10px,0);
}

a.wrap_img:hover .img:before{
	-webkit-transform:rotateY(-90deg) ;
	-moz-transform:rotateY(-90deg) ;
	-ms-transform:rotateY(-90deg) ;
	transform:rotateY(-90deg) ;
	left: -4px;
	top: 1px;
}

.link_book_liste {
font-size:22px;
line-height: 24px;
font-weight:bold;
}

.link_author_liste {
font-size:14px;
line-height: 24px;
font-weight:bold;
}

.vote_liste{
font-size:14px;
line-height: 16px;
font-weight:bold;

}

