#lal {
	width:90%;
	margin: 15px auto;
	border-collapse:collapse;
	border:2px solid rgb(235,222,189);
}
#lal tr {
	border-bottom:1px solid rgb(235,222,189);
}
#lal tr td {
	padding: 5px;
}
.vide {
	font-style:italic;
}
.not_read, .vide {
	background-color:white;
}
.not_read:hover, .vide:hover {
	background-color:#EEEEEE;
}
.reading {
	background-color:#e7ebfb;
}
.reading:hover {
	background-color:#dde3fb;
}
.read {
	background-color:#c0f0bf;
}
.read:hover {
	background-color:#b0f6af;
}
.faux {
	background-color:#f9b9b9;
}
.faux:hover {
	background-color:#e08989;
}
.points {
    font-size:16px;
    font-weight:bold;
    width:60px;
    text-align:center;
}
.couverture {
	width:37px;
	text-align:center;
}
.actions {
	width:58px;
	text-align:center;
}
.livre_titre {
	font-weight:bold;
}
.livre_auteur {
	font-style:italic;
}
.actions_our {
	width:80px;
	text-align:center;
}
.commentaires {
	font-style:italic;
	font-size:11px;
}
