/******************************/
/* CSS DOCUMENT               */
/* http://samantha-bailly.com */
/*    --------------------    */
/*        ACTU SECTION        */
/******************************/

div.actu {
	padding: 10px;
	text-align: justify;
	font-size: 11px;
	border-top: 1px solid #543859;
	border-bottom: 1px solid #543859;
	width: 600px;
	background-image: url(../template/default/images/article_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #3c1a34;
}

#body_include table.actu_prelude {
	width: 100%;
	margin: -10px 0px -10px 0px;
}

td.actu_prelude_text {
	text-align: justify;
	text-indent: 12px;
	font-size: 11px;
}

td.actu_prelude_couv {
	width: 260px;
	text-align: center;
}

span.actu_titre {
	color: #92708a;
}

div.actu_pages {
	padding: 10px 0px 10px 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
}

