/* +--------------------------------------------------------------------------+
// 2013 PMB Services / www.sigb.net pmb@sigb.net et contributeurs (voir www.sigb.net)
// +-------------------------------------------------+
// $Id: comment.css,v 1.6.4.6 2017-02-14 10:23:04 wlair Exp $ */
/*------------------------------------------------------------------------------------------*/
.avis_form_edit{
	margin-top:10px;
	background: #e3faea;
	color: #0b8a5e;
	border-color: rgba(19, 159, 73, 0.3);
}
.avis_detail{
	font-weight: 500;
	margin-left: 5px;
}
.avis_header_liste>*{
	margin: 2px 0 0 0;
	font-size: 13px;
	line-height: 16px;
	color: #999;
	font-style: italic;
	margin-bottom: 10px;
}
.avis_display{
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	background: linear-gradient(to right, #f9f9f9 , #fafafa);
	border-left-color: #2c478c;
	border-left-width: 3px;
}
.avis_entete{	
	display:inline-block;
	margin-left:10px;
}
.avis_entete b{	
	font-weight: 500;
}
.avis_creator{
	line-height: 1.4;
	color: #999;	
}