.liste_chatteur{
	height:340px;
	overflow:auto;
}

#liste_contenu_chat{
    width:99%;

}
.lienChat{
	text-decoration:none;
	font-weight:bold;
	color: #333333;
}

.lienChat :hover{
	text-decoration:underline;
}


.chatbox {
	position: fixed;
	/*position:absolute;*/
	width: 650px;
	display:none;
	z-index:3;
}

.chatboxheadavatar{
	position:relative;
	top:2px;
	left:2px;
}

.chatboxhorodatage{
    font-size:9px;
}

.chatboxhead {
	background-image:url(../../images/chat/fond-head-chat.png);
	background-repeat:repeat-x;
	/*padding:7px;*/
	color: #ffffff;
	font-weight:bold;
	/*order-right:1px solid #f99d39;
	border-left:1px solid #f99d39;*/
}

.chatboxblink {
	background-image:url(../../images/chat/fond-head-clignotement-chat.png);
	background-repeat:repeat-x;
	
}

.chatboxcontent {
	font-family: arial,sans-serif;
	font-size: 13px;
	color: #333333;
	height:370px;
	width:99%;
	overflow-y:auto;
	overflow-x:hidden;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #eeeeee;
	background-color: #ffffff;
	line-height: 1.3em;
}

.listeChat_box{
	height:28px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:160px;
	line-height:9px;
	vertical-align:middle;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
}

.chatboxinput {
	padding: 5px;
	background-color: #ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
        width:480px;
}

.chatboxtextarea {
	width: 99%;
	height:44px;
	padding:3px 0pt 3px 3px;
	margin: 1px;
	overflow:hidden;
	border: 2px solid #ccc;
	font-size:11px;
}

.chatboxtextareaselected {
	border: 2px solid #f99d39;
	margin:0;
}

.chatboxmessage {
	margin-left:7px;
}

.chatboxinfo {
	margin-left:-1em;
	color:#666666;

}

.chatboxmessagefrom {
	/*margin-left:-1em;*/
	font-weight:bold;
}

.chatboxmessagecontent {
}

.chatboxoptions {
	/*position:absolute;*/
	right:0px;
	top:0px;
        text-align:right;
}

.chatboxoptions a {
	text-decoration: none;
	color: white;
	font-weight:bold;
	font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

.chatboxtitle {
	/*float: left;*/
	margin-left:25px;
	font-weight:bold;
        width:90%;
        cursor:pointer;
}
