/* Modification par bvek1 */


.loader{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(loader.gif) center center #F3E7D1 no-repeat;
}
.relative{	position:relative;  }
.loader{ position:absolute; width:100%; top:0; left:0; background:url(loader.gif) center center no-repeat; }


#textarea_chat{
	background:#999999;
	border:solid 1px #e1d0b0;
	width:65%;
	height:20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#tchat
{
	overflow:auto;
	height:91px;
	width:70%;
}

#conteneur
{
	position:fixed;
	bottom:0;
	width:99%;
	/* margin:0 auto; */
	margin:0 0 0 0.4%;
	height: 120px; 
	border: 1px solid black;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:2px;
	background:url(test.png) repeat;
	
}
#tchatForm
{
	
	width:100%;
	
}
#submit_chat
{

	width:110px;
	margin-left:75%;
}


#smiley_chat
{
	float:right;
	margin-right:5%;
}
.date_chat
{
	font-size: x-small;

}
