	/* deb style messenger */
				.msg_box{margin-bottom:5px;left:5px;margin-left:5px;position:fixed;	bottom:0px;	width:300px;	background:white;border-radius:5px 5px 0px 0px;}
				.msg_date{font-size:8px;position:relative;right: 0;	}
				.profile-image {position:relative;right: 0; border-radius: 50%; width:40px; height:30px;}
				.chat_box{position:fixed;	left:5px;bottom:0px;	color: blue;background:red;	width:350px;}
				.chat_body{	background:white;	height:400px;	padding:5px 0px;}
				.chat_head,.msg_head{background:#f39c12;	color:white;	padding:10px;	font-weight:bold;	cursor:pointer;	border-radius:5px 5px 0px 0px;}
				.msg_head{	background:#3498db;}
				.msg_footer{margin-bottom:10px;}
				.msg_body{padding:10 10 10 10;background:white;	height:225px;	font-size:12px;	overflow:auto;	overflow-x: hidden;}
				.msg_input{width:100%;	height: 60px;border: 1px solid white;	border-top:1px solid #DDDDDD;	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box;    /* Firefox, other Gecko */	box-sizing: border-box;  }
				.close{float:right;	cursor:pointer;}
				.minimize{	float:right;	cursor:pointer;	padding-right:5px;	}
				.user{position:relative;	padding:10px 30px;}
				.user:hover{	background:#f8f8f8;	cursor:pointer;}
				.user:before{	content:'';	position:absolute;	background:#2ecc71;	height:10px;	width:10px;	left:10px;	top:15px;	border-radius:6px;}
				
				.msg_left{left:10px;width:160px; text-align:right;	position:relative;	background:#EEF2E7;	padding:10px;	min-height:10px;	margin-bottom:5px;	margin-right:10px;	border-radius:5px;}
				.msg_left:before{	content:"";	position:absolute;	width:0px;	height:0px;	border: 10px solid;	border-color: transparent #EEF2E7 transparent transparent;	left:-20px;	top:40%;}
				
				.droite {margin: 10 10 10 10; width: 100%; right: 0; position: relative;}
				.msg_right{position: absolute; right: 0; width:160px; text-align:right;	background:red;	padding:10px;	min-height:15px;	margin-bottom:5px;	margin-right:10px;	border-radius:5px;	word-wrap: break-word;}
				.msg_right:after{content:"";	position:absolute;	width:0px;	height:0px;	border: 10px solid;	border-color: transparent transparent transparent #FDE4CE;	right:-20px;	top:7px;}
				
				.envoi{background-color: white;width:40px; height:60px;background-image: url('../../../template/images/icons/send.png');background-repeat:no-repeat;border: 0px solid black;background-size:40px 60px;}
	/* fin style messenger */