body {
    margin:0;
	background: #ddd;
    padding-top: 5px;
}

.information {
	display: block;
	justify-content : center;
	font-size: 18px;
    font-family: "PT Sans Narrow";
	text-align:center;
}

.bibliotheque {
    background: #fff;
    margin: 20px;
	border: 1px solid silver;
	border-radius: 4px;
	display: flex;
	justify-content : center;
	flex-wrap: wrap;
}

.livre {
	padding: 20px;
    color: #000;
    font-size: 18px;
    font-family: "PT Sans Narrow";
}

.livre img {
    width: 150px;
    height: 240px;
	border: 1px solid silver;
}

.livre .titre {
	text-align:center;
}

.logos {
	display: flex;
	justify-content : center;
	flex-wrap: wrap;
}

.logos div {
       padding-right: 15px;
	   padding-left: 15px;
}

.logos img {

    height: 50px;
}

.waiting {
	opacity: 0.25;
}

.bottom {
   margin: 10px;
	padding-top: 10px;
   font-size: 14px;
   font-family: "PT Sans Narrow";
	text-align:center;
	border-top: 1px solid silver;
}
