.avocat_member{
	padding:10px;
	margin:10px;
	border:solid 1px #ccc;
	border-radius:10px;
	box-shadow:0px 0px 50px rgba(0,0,0,0.1) inset;
}
.avocat_member img{
	float:left;
	width:200px;
	box-shadow:0px 0px 3px rgba(0,0,0,0.3);
}
.avocat_member p:first-of-type{
	padding:10px;
	margin-bottom:10px;
	border:solid 1px #ccc;
	background:#fff;
	font-size:24px;
	box-shadow:0px 0px 4px rgba(0,0,0,0.1) inset;
}
.avocat_member div:last-of-type{
	clear:both;
}