#a_lire{
	display:			block;
	width:				210px;
	height:				500px;
	margin-top:			1px;
	margin-bottom:		1px;
	overflow : 			hidden;
}
.a_lire-header{
	background-color:	rgb(0,0,0);
	height:				55px;
	width:				100%;
}
.a_lire-header-titre{
	display:			block;
	float:				left;
	color:				rgb(255,255,255);
	width:				200px;
	padding:			15px 0px 0px 15px;
	font-size:			18px;
	font-weight:		bold;
}
.a_lire-header-ico{
	display:			block;
	padding:			22px 10px 0px 30px;
	float:				right;
	text-align:			right;
	width:				100px;
	color:				rgb(213,0,24);
	font-size:			9px;
	vertical-align:		middle;
	font-weight:		bold;
}
.a_lire-contenu{
	background-color:	rgb(255,255,255);
	height:				100%;
	width:				210px;
	text-align:			justify;
}
.a_lire-contenu-titre{
	color:				rgb(100,100,100);
	font-size:			11px;
	font-weight:		bold;
}
.a_lire-contenu-breve{
	color:				rgb(50,50,50);
	font-size:			11px;
	font-weight:		bold;
	padding:			5px;
}