#tchats{
	position:relative;
	background-color:#fff;
	width:100%;
	border:1px solid #CCC;
}
#title {
	/* Anciens navigateurs */
	background: #3399cc url("title-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Navigateurs récents */
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#aaeeff),
		to(#3399cc)
	);
	background: -webkit-linear-gradient(
		top,
		#aaeeff,
		#3399cc
	);
	background: -moz-linear-gradient(
		top,
		#aaeeff,
		#3399cc
	);
	background: -o-linear-gradient(
		top,
		#aaeeff,
		#3399cc
	);
	background: linear-gradient(
		top,
		#aaeeff,
		#3399cc
	);
	padding:5px;
}
.chat {
	border:1px dashed #CCC;	
	width:100%;
	display:block;
}
#contentbox
{
width:458px; height:50px;
border:solid 2px #dedede;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin-bottom:6px;
}
.img
{
float:left; width:150px; margin-right:10px;
text-align:center;
}
#linkbox
{
border:solid 2px #dedede; min-height:50px; padding:15px;
display:none;
}