#livres3 {
	text-align: center;
}

#livres3 p {
	text-align: justify;
}

#livres3 p:first-child { /*titre*/
	text-align: left;
}

#livres3 img {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
	height: 150px;
}

#livres3 div {
	position: relative;
	list-style: none;
	vertical-align: top;
}

#livres3 div div {
	position: relative;
	display: inline-block;
	max-width: 107px;
	text-align: center;
	padding: 15px 5px 10px 5px;
	border: 0px solid #000;
}

#livres3 div div span { /*titre livre*/
	color: #000;
	font-weight: bold;
}

#livres3 div div:first-child span {
	color: #000;
}

#livres3 div div:nth-child(n+2) img {
	position: relative;
	-webkit-transition: all .5s cubic-bezier( .6, 2, .4, 1);
	-moz-transition: all .5s cubic-bezier( .6, 2, .4, 1);
	-ms-transition: all .5s cubic-bezier( .6, 2, .4, 1);
	-o-transition: all .5s cubic-bezier( .6, 2, .4, 1);
	transition: all .5s cubic-bezier( .6, 2, .4, 1);
}

#livres3 div div:nth-child(n+2):hover img {
	-webkit-transform: rotate(-25deg);
	-moz-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
	-o-transform: rotate(-25deg);
	transform: rotate(-25deg);
}

#livres3 div div:nth-child(n+2) img:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	z-index: 1000;
}

/*#livres3 div:hover img:not(:hover){
	-webkit-filter: grayscale(1) blur(5px);
	-moz-filter: grayscale(1) blur(5px);
	-ms-filter: grayscale(1) blur(5px);
	-o-filter: grayscale(1) blur(5px);
	filter: grayscale(1) blur(5px);
}*/
