.avocat_member_mini{
	display:inline-table;
	width:100px;
	height:250px;
	padding:10px;
	margin:10px;
	border:solid 1px #ccc;
	border-radius:10px;
	vertical-align:top;
	box-shadow:0px 0px 50px rgba(0,0,0,0.1) inset;
}
.avocat_member_mini div:first-of-type{
	/*font-size:24px;*/
}
.avocat_member_mini img{
	float:left;
	width:100px;
	box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	margin-bottom:10px;
}
.avocat_member_mini div:last-of-type{
	clear:both;
}