/* LISTE */
#articles_liste { width: 480px; overflow: hidden; }

	#articles_liste .zone_affichage { height: 106px; margin-bottom: 8px; }

/* DETAILS */


/*#articles_details #envoyer_ami { display: none; }*/
	
#articles_details .commentaires li {
	width: 480px;
	height: 125px;
	background-image: url(../img/FICHE/commentaire.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 10px;
}	
	#articles_details .commentaires .titre_comm { width: 450px; height: 13px; padding-left: 30px; }	
	#articles_details .commentaires .text_comm { margin-top: 12px; height: 80px; width: 460px; padding: 10px; }
	
	
	