#livres2 {
	text-align: center;
}

#livres2 span { /*titre*/
}

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

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

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

#livres2 div div span {
	color: #c00;
	font-weight: bold;
}

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

#livres2 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);
}

#livres2 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);
}

#livres2 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;
}

/*#livres2 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);
}*/
