.livres #container #main { position: absolute; top: 23px; left: 200px; width: auto; height: auto; }

.livres #top, .livres #diaporama { display: none; }

.livres #top .inner { overflow: hidden; float: left; margin: 0 0 35px 33px; padding: 10px; background: #fff; }

.livres .arrow { display: none; float: left;  margin-top: 40px; width: 33px; height: 30px; color: #fff; background-position: center; background-repeat: no-repeat; }
.livres .arrow.prev { background-image: url('http://www.chateaudepange.fr/-img_css/livres-arrow-prev.svg'); }
.livres .arrow.next { background-image: url('http://www.chateaudepange.fr/-img_css/livres-arrow-next.svg'); }

.livres #thumbs { float: left; }
.livres #thumbs li { 
	float: left; margin-right: 7px; width: 73px; height: 110px; line-height: 0px; opacity: 0.5; filter: alpha(opacity=70); 
	-webkit-transition: all 0.1s linear; 
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear; }
.livres #thumbs li a img { width: 100%; } 	
.livres #thumbs li.last { margin-right: 0; }
.livres #thumbs li.activeSlide { opacity: 1; filter: alpha(opacity=100); }
.livres #thumbs li:hover { opacity: 1; filter: alpha(opacity=100); }

/* -- diaporama -- */
#diaporama { clear: both; }
.livres .slide { width: 630px; background: #DFDECB; }

.livres .left { float: left; margin-left: 33px; width: 218px; display: none; }
.livres .left .couverture { margin-bottom: 4px; height: 335px; }
.livres .vente a { font-weight: bold; }

.livres .right { float: right; padding-bottom: 100px; margin-top: 20px; width: 347px; display: none; }
.livres h1 { margin-top: 0; color: #50A1BA; }
.livres .auteur { font-size: 0.6em; color: #626262; font-variant: small-caps; }
.livres .desc { clear: both; margin-top: 15px; }
.livres .cita-content { margin-top: 10px; margin-bottom: 1px; color: #256381; font-style: italic; }
.livres .cita-source { text-align: right; color: #aba04d; font-variant: small-caps; }