.chat_contenant
{
	display:none;
	position:fixed;
	bottom:0;
	right:0;
	width:652px;
	height:458px;
	margin:0;
	padding:0;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-weight:normal;
	background-color:#0073b6;
	border:1px solid #0050b6;
	border-top-left-radius:20px;
	z-index:99999;
}
.chat_contenant :focus
{
	outline-color:transparent;
	outline-style:none;
}
.chat_contenant.masque
{
	width:80px;
	height:60px;
	background-color:rgba(0,80,182,1);
	border:none;
}
@media all and (max-width:650px)
{
	.chat_contenant
	{
		width:100%;
	}
}
@media all and (max-height:456px)
{
	.chat_contenant
	{
		height:100%;
	}
}
.chat_gauche
{
	float:left;
	width:200px;
	height:100%;
	margin:0;
	padding:0;
	color:#ffffff;
	border-top-left-radius:20px;
}
@media all and (max-width:650px)
{
	.chat_gauche
	{
		width:70px;
	}
}
.chat_contenant.masque .chat_gauche
{
	display:none;
}
.chat_profil
{
	width:200px;
	height:60px;
	margin:0;
	padding:0;
	background-color:#0050b6;
	border-top-left-radius:20px;
	box-sizing:border-box;
}
@media all and (max-width:650px)
{
	.chat_profil
	{
		width:70px;
	}
}
.chat_profil_vignette
{
	float:left;
	width:70px;
	height:60px;
	margin:0;
	padding:0;
	text-decoration:none;
}
.chat_profil_vignette img
{
	width:50px;
	height:50px;
	margin:5px 0 0 10px;
	padding:0;
	border:2px solid #2ecc71;
	border-radius:50%;
	box-sizing:border-box;
	overflow:hidden;
}
.chat_profil_pseudo
{
	float:left;
    	display:block;
	width:115px;
	margin:20px 0 0 0;
	padding:0;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-overflow:ellipsis;
    	white-space:nowrap;
    	overflow:hidden;
}
@media all and (max-width:650px)
{
	.chat_profil_pseudo
	{
		display:none;
	}
}
.chat_contact_list
{
	width:200px;
	height:396px;
	margin:0;
	padding:0;
	overflow-x:hidden;
	overflow-y:scroll;
}
.chat_contenant.masque .chat_gauche .chat_contact_list
{
	display:none;
}
@media all and (max-width:650px)
{
	.chat_contact_list
	{
		width:70px;
		height:none;
	}
}
@media all and (max-height:456px)
{
	.chat_contact_list
	{
		height:calc(100% - 60px);
	}
}
.chat_contact_list::-webkit-scrollbar
{
	width:8px;
}
.chat_contact_list_contenu
{
	margin:0;
	padding:0;
}
.chat_contact
{
	width:200px;
	height:64px;
	margin:0;
	padding:0;
}
@media all and (max-width:650px)
{
	.chat_contact
	{
		width:70px;
	}
}
.chat_contact:hover
{
	background-color:rgba(0,0,0,0.1);  
	cursor:pointer;
}
.chat_contact.selectionne
{
	background-color:#b31b09;
}
.chat_contact_vignette
{
	float:left;
	width:70px;
	height:64px;
	margin:0;
	padding:0;
	text-decoration:none;
}
@media all and (max-width:650px)
{
	.chat_contact_vignette
	{
		float:none;
		height:40px;
	}
}
.chat_contact_vignette img
{
	width:40px;
	height:40px;
	margin:12px 0 0 15px;
	padding:0;
	border-radius:50%;
	box-sizing:border-box;
	overflow:hidden;
	opacity:0.5;
}
.chat_contact.online .chat_contact_vignette img
{
	border:2px solid #2ecc71;
	opacity:1.0;
}
@media all and (max-width:650px)
{
	.chat_contact_vignette img
	{
		margin:6px 0 0 12px;
	}
}
.chat_contact_pseudo
{
	float:left;
	width:115px;
	margin:20px 0 0 0;
	padding:0;
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	opacity:0.5;
}
@media all and (max-width:650px)
{
	.chat_contact_pseudo
	{
		float:none;
		width:62px;
		margin:6px 0 0 0;
		padding:0;
		font-size:10px;
		font-weight:normal;
		text-align:center;
	}
}
.chat_contact.online .chat_contact_pseudo
{
	opacity:1.0;
}
.chat_droite
{
	height:100%;
	margin:0;
	padding:0;
	color:#2c3e50;
	background-color:#f1f1f1;
	overflow:auto;
}
.chat_contenant.masque .chat_droite
{
	background-color:rgba(0,80,182,0.0);
}
.chat_contact_profil
{
	width:450px;
	height:60px;
	margin:0;
	padding:0;
	background-color:#0073b6;
}
@media all and (max-width:650px)
{
	.chat_contact_profil
	{
		width:100%;
	}
}
.chat_contenant.masque #chat_contact_profil
{
	display:none;
}
.chat_contenant.masque .chat_contact_profil
{
	width:100%;
	background-color:rgba(0,80,182,0.0);
}
.chat_contact_profil_vignette
{
	float:left;
	width:70px;
	height:60px;
	margin:0;
	padding:0;
	text-decoration:none;
}
.chat_contact_profil_vignette img
{
	width:50px;
	height:50px;
	margin:5px 0 0 10px;
	padding:0;
	border:2px solid #2ecc71;
	border-radius:50%;
	box-sizing:border-box;
	overflow:hidden;
}
.chat_contact_profil_pseudo
{
	float:left;
	width:calc(100% - 150px);
	margin:20px 0 0 0;
	padding:0;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	overflow:hidden;
}
.chat_notifications
{
	float:left;
	width:40px;
	height:60px;
	margin:0;
	padding:0;
	text-align:center;
	cursor:pointer;
}
.chat_notifications img
{
	margin:20px 0 0 0;
	padding:0;
}
.chat_notifications_bulle_message
{
	position:relative;
	top:-32px;
	left:-1px;
	width:40px;
	height:16px;
	margin:0;
	padding:0;
	text-align:right;
}
.chat_notifications_bulle_message_nouveau
{
	margin:0;
	padding:2px 5px;
	color:#ffffff;
	font-size:10px;
	text-align:center;
	background:#c00000;
	border-radius:50%;
}
.chat_control
{
	float:left;
	width:40px;
	height:60px;
	margin:0;
	padding:0;
	text-align:center;
	cursor:pointer;
}
.chat_control .chat_control_afficher
{
	display:none;
	margin:26px 0 0 0;
	padding:0;
}
.chat_control .chat_control_masquer
{
	margin:26px 0 0 0;
	padding:0;
}
.chat_contenant.masque .chat_control_afficher
{
	display:inline;
}
.chat_contenant.masque .chat_control_masquer
{
	display:none;
}

.chat_message_liste
{
	width:450px;
	height:366px;
	margin:0;
	padding:0;
	overflow-x:hidden;
	overflow-y:scroll;
}
.chat_message_liste.emoji
{
	height:266px;
}
.chat_contenant.masque .chat_droite .chat_message_liste
{
	display:none;
}
@media all and (max-width:650px)
{
	.chat_message_liste
	{
		width:100%;
	}
}
@media all and (max-height:456px)
{
	.chat_message_liste
	{
		height:calc(100% - 90px);
	}
	.chat_message_liste.emoji
	{
		height:calc(100% - 190px);
	}
}
.chat_message_liste_contenu
{
	width:calc(100% - 10px);
}

.chat_message_emoji
{
	display:none;
	width:450px;
	height:100px;
	margin:0;
	padding:0;
	box-shadow:0px -8px 16px 0px rgba(0,0,0,0.2);
	z-index:1;
	text-align:left;
	overflow-x:hidden;
	overflow-y:scroll;
}
.chat_message_emoji_contenu
{
	width:440px;
	margin:0;
	padding:0;
	background:rgba(255,0,0,0.5);
}
.chat_message_emoji.emoji
{
	display:block;
}
.chat_contenant.masque .chat_droite .chat_message_emoji
{
	display:none;
}
@media all and (max-width:650px)
{
	.chat_message_emoji
	{
		width:100%;
	}
	.chat_message_emoji_contenu
	{
		width:calc(100% - 10px);
	}
}
.chat_message_emoji a
{
	display:block;
	float:left;
	width:25px;
	height:25px;
	margin:0;
	padding:0;
	font-size:18px;
	text-align:center;
	text-decoration:none;
}

.chat_message_envoye
{
	float:left;
	width:75%;
	margin:5px 0 5px 0;
	padding:0;
}
.chat_message_envoye_vignette
{
	float:left;
	width:45px;
	height:34px;
	margin:0;
	padding:0;
	text-align:center;
	text-decoration:none;
}
.chat_message_envoye_vignette img
{
	width:22px;
	height:22px;
	margin:6px 0 0 0;
	padding:0;
	border-radius:50%;
	box-sizing:border-box;
	overflow:hidden;
}
.chat_message_envoye_message
{
	margin:0;
	padding:0;
	background-color:#7fb9da;
	border-radius:20px;
	overflow:auto;
}
.chat_message_envoye_message_texte
{
	margin:0;
	padding:7px 20px;
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
	word-wrap:break-word;
}

.chat_message_recu
{
	float:right;
	width:75%;
	margin:5px 0 5px 0;
	padding:0;
}
.chat_message_recu_vignette
{
	float:right;
	width:45px;
	height:34px;
	margin:0;
	padding:0;
	text-align:center;
	text-decoration:none;
}
.chat_message_recu_vignette img
{
	width:22px;
	height:22px;
	margin:6px 0 0 0;
	padding:0;
	border-radius:50%;
	box-sizing:border-box;
	overflow:hidden;
}
.chat_message_recu_message
{
	margin:0;
	padding:0;
	background-color:#ffffff;
	border-radius:20px;
	overflow:auto;
}
.chat_message_recu_message_texte
{
	margin:0;
	padding:7px 20px;
	color:#0073b6;
	font-size:14px;
	text-decoration:none;
	word-wrap:break-word;
}

.chat_message_envoi
{
	width:450px;
	height:30px;
	margin:0;
	padding:0;
	border-top:1px solid #0050b6;
	box-sizing:border-box;
}
.chat_contenant.masque .chat_droite .chat_message_envoi
{
	display:none;
}
@media all and (max-width:650px)
{
	.chat_message_envoi
	{
		width:100%;
	}
}
.chat_message_envoi_form
{
	margin:0;
	padding:0;
}
.chat_message_envoi_texte
{
	float:left;
	width:calc(100% - 92px);
	height:29px;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#ffffff;
}
.chat_message_envoi_message
{
	width:98%;
	height:29px;
	margin:0;
	padding:0;
	color:#0073b6;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:14px;
	background-color:#ffffff;
	border:none;
}
.chat_message_envoi_emoji
{
	float:left;
	width:22px;
	height:26px;
	margin:0;
	padding:3px 0 0 0;
	font-size:16px;
	text-align:center;
	background-color:#ffffff;
	cursor:pointer;
}
.chat_message_envoi_envoi
{
	float:left;
	width:70px;
	height:29px;
	margin:0;
	padding:0;
}
.chat_message_envoi_bouton
{
	display:inline-block;
	width:70px;
	height:29px;
	margin:0;
	padding:0;
	color:#ffffff;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	background-color:#0073b6;
	border:none;
	cursor:pointer;
}

.chat_bulle_message
{
	position:relative;
	top:-50px;
	left:-20px;
	width:80px;
	height:16px;
	margin:0;
	padding:0;
	text-align:right;
}
.chat_bulle_message span
{
	margin:0;
	padding:2px 5px;
	font-size:10px;
	text-align:center;
	background:#c00000;
	border-radius:50%;
}





.chat_dropdown
{
	position:relative;
	display:inline-block;
}
.chat_dropdown-content
{
	display:none;
	position:absolute;
	left:0;
	width:200px;
	background-color:#f9f9f9;
	box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:1;
	text-align:left;
}
@media all and (max-width:650px)
{
	.chat_dropdown-content
	{
		width:100px;
	}
}
.chat_contenant.masque .chat_dropdown-content
{
	bottom:61px;
}
.chat_dropdown-content a
{
	color:#0073b6;
	margin:0;
	padding:6px 12px;
	text-decoration:none;
	display:block;
}
.chat_dropdown-content a:hover
{
	color:#f9f9f9;
	background:#0073b6;
}
.chat_dropdown:hover .chat_dropdown-content
{
	display:block;
}



.chat_clearer
{
	clear:both;
}