@import "biblivre";

.picture {
	margin: 0 20px 20px 5px;

	width: 357px;
	height: 357px;

	overflow: hidden;

	border: 4px solid $body-background;
	filter: grayscale(100%);
	float: left;

	@include box-shadow(0 0 15px 2px #AAA);
}

.text {
	margin: 20px 5px 0 0;	

	font-size: 14px;
	line-height: 18px;
	
	text-align: justify;

	p {
		margin-bottom: 20px;
	}
}