/* CRM */
.liste_suiviclient
{
	max-height:600px;
	overflow:auto;
	background-color:#DEDEDE;
}
.crm_msg {
	position:relative;
	float:left;
	background-color:#FFF;
	-moz-box-shadow: 0px 6px 5px -5px #656565;
	-webkit-box-shadow: 0px 6px 5px -5px #656565;
	-o-box-shadow: 0px 6px 5px -5px #656565;
	box-shadow: 0px 6px 5px -5px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:5px;
	margin: 3px 25px 5px 25px;
	z-index:2;
}
.bulle {
	position:absolute;
	top:0;
	left:-16px;
	width:0;
	border-color: #FFFFFF transparent transparent;
    border-style: solid;
    border-width: 16px;
	z-index:-1;
}
.crm_msg .timestamp {
	font-size:10px;
	background-color:#F9D28F;
	color:#333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:3px;
	padding:2px;
	padding-left:7px;
}
.crm_unread { font-weight:bold;}
.line_date {
	font-size:10px;
	text-align:center;
	color:#999;
	margin:0px 5px 15px;
	border-bottom:1px solid #999;
}
.line_date span {
	background-color: #DEDEDE;
    padding: 10px;
    position: relative;
    top: 11px;
}