/* les listes actu */
#actu {
	clear: left;
	float: left;
	margin: 15px;
	border-top: 1px solid #62401a;}

.actu_annonce {
	float: left;
	padding-bottom: 5px;
	border-bottom: 1px solid #62401a;}
	
.actu_gauche {
	text-align: center;
	font-weight: bold;
	float: left;
	width: 140px;
	font-size: 11px;}

.actu_descriptif {
	float: left;
	width : 450px;
	font-size: 11px;
	line-height: 14px;}
	
.actu_doc_joint {
	float: right;
	width: 140px;
	font-size: 11px;
	line-height: 14px;}
 }

p.suite_actu {
	text-align: right;
	font-weight: bold;}

/*les articles*/
.article    {
	clear: left;
	font-size: 11px;
	line-height: 14px;
	padding: 10px; }	

.article h2 {
	color: #62401a;
	font-size: 16px;
	font-style: italic;
	padding-bottom: 3px;
	border-bottom: 1px solid #2048a8; }
	
.logo_article {
	float:left;
	margin-right: 10px;}
	
.article .chapo p {
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	text-align: justify;}
	
.article .corps_article {
	margin-bottom: 10px;
	clear: left;}
	
.article p {
	font-size: 11px;
	line-height: 15px;
	text-align: justify;}
	
/*les notes de bas de page*/
.notes_article, .galerie, .document_joint {
	clear: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;

	margin-top: 20px;
	border: 0px;
	border-top: solid 1px #2c6e64; }
	
.galerie {
	background-color: #e5e5e5;}
	
.galerie img {
	border: 0px;
	margin: 0px;
	padding: 0px;}
	
.notes_article h3, .galerie h3, .document_joint h3 {
	margin-top: -10px;
	margin-bottom: 3px;
	margin-left: 10px; }
	
.notes_article h3 span, .galerie h3 span, .document_joint h3 span {
	background-color: #fff;
	padding-right: 5px;
	padding-left: 5px; }
	
/* les doc joints */
.document_joint a {
	color: #62401a;
	text-decoration: none; }
	
.document_joint a:hover {
	color: #fff;
	background-color: #62401a; }
	
.document_joint img {
	vertical-align: middle; }

