/* CSS Document */
#corps #col_gauche #entete #image img
{
	float:left;
	text-align:center;
	border	: 0		;
	max-height:160px;
	max-width:160px;
}

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


#corps #col_gauche #entete #texte  p
{
	float			: left		;
	width			: 100%		;
	margin			: 5px 0 0px 0	;
	padding:0 0 15px 0;
}
#corps #col_gauche #entete #texte #titre_article
{
	float			: left			;
	display			: block			;
	width			: 100%			;
	margin 			: 0 0 0 0		;
	padding			: 5px 5px 5px 0	;
	border			: solid #9C4131	;
	border-width	: 0 0 1px 0		;	
	font-size		: 1.1em			;
	font-weight		: bold			;
	color 			: #9C4131		;
	
}

#corps #col_gauche #entete #texte #auteur_article
{
	float		: left			;
	width		: 100%			;
	margin		: 5px 0 0px 0		;
	font-size	: .85em			;
	color 		: #BF9B60 		;
	font-style	: italic		;
}

#corps #col_gauche #entete #texte #date_article
{
	float	:	left		;
	width	:	100%		;
	margin	:	5px 0 0 0	;
	font-size	: .85em			;
	color 		: #BF9B60 		;
}


.texte_article  p
{
	float			: left		;
	width			: 100%		;
	margin			: 5px 0 10px 0	;
	font-size		: 1em;
	line-height:1.4em;
	color			: #333		;
}
