/* Tables */

table#biblio {
	border	: solid 1px;
	width	: 100%;
}

table#biblio td {
	border	: solid 1px;
	padding	: 2px;
}

.texte {
	font-family	: arial, sans-serif;
	font-size	: smaller;
	color		: black;
	text-align	: left;
}

.centre {
	font-family	: arial, sans-serif;
	font-size	: smaller;
	color		: black;
	text-align	: center;
}

.centre_titre{
	font-family	: arial, sans-serif;
	color		: black;
	text-align	: center;
}
.entete {
	font-family		: arial, sans-serif;
	font-size		: smaller;
	font-weight		: bold;
	background-color: #DDDDB1;
	color			: black;
	text-align		: left;
}

/* Miniatures couvertures */

img.couv_livres_eods
{
	border	: 0px;
	width	: 52px;
	height	: 75px;
}

img.couv_zines_A4
{
	border	: 0px;
	width	: 46px;
	height	: 63px;
}

img.couv_zines_carree
{
	border	: 0px;
	width	: 51px;
	height	: 55px;
}

img.lire_en_ligne
{
	border	: 0px;
	width	: 24px;
	height	: 22px;
}

