
/* ================================================== */
/* =												= */
/* =	ZONE TITRE DE L'ARTICLE						= */
/* =												= */
/* ================================================== */


.listing_article
{
	float			: left		;
	width			: 100%		;
	margin			: 5px 0 0 0	;
	padding			: 5px 5px 5px 5px;
}
.listing_article #nb_articles
{
	float			: left			;
	display			: block			;
	width			: 100%			;
	margin 			: 2px 0 2px 0	;
	padding			: 0 5px 0px 0	;
	border			: solid #333	;
	border-width	: 0 0 0px 0		;	
	font-size		: .9em			;
	color 			: #666			;
	text-align		: right			;
	font-style		: italic		;
}

.listing_article .titre
{
	float			: left			;
	display			: block			;
	width			: 100%			;
	margin 			: 10px 0 0 0		;
}
.listing_article .titre a
{
	float			: left			;
	font-size		: 1.2em			;
	font-weight		: bold			;
	color 			: #9C4131		;
	border			: solid #9C4131	;
	border-width	: 0 0 1px 0		;	
	padding			: 0 5px 5px 0	;
	text-decoration	: none;
}
.listing_article .titre span.date
{
	float			: left			;
	display			: block			;
	width			: auto			;
	height			: auto			;
	margin			: 0 8px 0 0		;
	padding			: 2px 2px 2px 2px;
	border			: 1px solid		;
	border-color	: #eee #bbb #bbb #eee;
	color 			: #BF9B60			;
	text-align		: center		;
	font-size		: .8em			;
	line-height		: 1em;
}




.listing_article .auteur
{
	float		: left			;
	width		: 100%			;
	margin		: 5px 0 0 0		;
	font-size	: .9em			;
	color 		: #BF9B60 		;
	font-style	: italic		;
}

.listing_article .texte
{
	float			: left				;
	width			: 90%				;
	margin			: 5px 10px 10px 10px	;
	padding			: 0 0px 10px 00px	;
	font-size		: 1em				;
	line-height		: 1.25em				;
	text-align		: justify			;
	color			: #333				;
}


.listing_article .texte a.lien_texte2
{
	float			: left				;
	width			: 100%				;
	margin			: 10px 0 0px 10px	;
}


.listing_article .tags
{
	float			: left			;
	width			: 100%			;
	margin			: 2px 0 2px 0px 	;
	font-size		: .85em			;
	color			: #666			;
}
.listing_article .tags a
{
	color 			: #BF9B60		;
	text-decoration	: underline		;
	font-weight		: bold;
	letter-spacing	: 0.1em;
}
.listing_article .tags a:hover
{
	color 			:  #9C4131		;
	text-decoration	: none			;
}


.listing_article .actions
{
	float			: left		;
	font-size		: .95em			;
	width			: 100%		;
	margin			: 5px 0 20px 10px	;
	text-align		: center		;
	border 			: #ddd solid;
	border-width	: 0 0 1px 0;
	padding 		: 0 0 10px 0;
}
