/* zone de gestion du chat */
#mazone {
	overflow: auto;
	width: 400px;
	height: 300px;
	background: #E4ECF2;
	border-color: black;
	border-style: solid;
	border-width: 1px;
}
#mazone.ajax-loading {
	padding: 17px 0pt 0pt;
	background: url(../img/spinner.gif) no-repeat center;
}
.table_invitation_chat{
	width:100%;
	border-width:1px;
	border-style: solid;
	border-color:brown;
}
.td_chat_ligne_pair{
	background-color: #FFFFCC;
	}
.td_invitation_chat{
	font-size: 15px;
	font-weight: bold;
	border-width:1px;
}
.chat_font_hote{
	font-size: 13px;
	color:red;
}
.chat_font_invite{
	font-size: 13px;
	color:blue;
}
.boite_dialogue{
	vertical-align:bottom;
}
