#book {
	width: 100%;
	height: 100%;
}

#book-gauche {
	float: left;
	width: 90px;
	visibility: hidden;
}

#book-gauche img {
	border: none;
	margin: 0 4px;
	width: 70px;
	height: 35px;
}

#book-thumbs {
	height: 1px;
	overflow: hidden;
}

#book-thumbs img {
	margin: 4px;
	height: 70px;
}

#book-droite {
	text-align: center;
}

#book-legende {
	margin: 10px 0;
	font-weight: bold;
	color: #C24953;
}