/******************************/
/* CSS DOCUMENT               */
/* http://samantha-bailly.com */
/*    --------------------    */
/*       AUTHOR SECTION       */
/******************************/

div.auteur_identite {
	margin-bottom: 10px;
	padding: 15px 0px 10px 20px;
	text-align: justify;
	font-size: 11px;
	border-top: 1px solid #543859;
	border-bottom: 1px solid #543859;
	height: 230px;
	width: 600px;
	background-image: url(images/article_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #3c1a34;
}

span.auteur_image {
	float: right;
	padding-right: 55px;
}

div.auteur_article {
	padding: 10px 10px 10px 10px;
	text-align: justify;
	font-size: 11px;
	border-top: 1px solid #543859;
	border-bottom: 1px solid #543859;
	width: 600px;
	background-image: url(images/article_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #3c1a34;
}
