body{
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a img {border: none;}

div.livre{
	width: 500px;
	min-height: 65px;
	margin-bottom: 5px;
	margin-top: 5px;
}
div.livre_ac_cover{
	width: 500px;
	min-height: 100px;
	height: 100px;
	margin-bottom: 5px;
	margin-top: 5px;
}
div.couverture_livre{
	position:relative;
	float: left;
	width: 100px;
	min-height: 60px;
	margin-right: 10px;
	text-align:center;
}
img.couverture_livre{
	height: 100px;
}
div.infos_livre{
	width: 350px;
	color:#000000;
}

span.titre{
	font-size: 12px;
	color: #000099;
	font-weight: bold;
}
span.prix{
	color: #6666CC;
	font-weight: bold;
}
