#chat {
position:relative;
}
#songChat{
   width:380px;
   float:left;
	margin:10px;
}

.ads_wrapper {
   width:380px;
   color:#75777f;
   float:right;
	padding:10px;
}
#poster {
width:100px;
}
#msg {
width:200px;
}

#msgbox {
 background-color:white;
 border:black solid 1px;
 height:380px; 
 overflow:hidden;
 bottom:0;
 font-size:12px;
}

#chat table tr td {
 color:#4f4a67;
}

#chat .chat div {
position:absolute;
width:100%;
bottom:0;
}

#chat .chat p {
margin:0
}

/* zoneClavier */
.zoneClavier {
margin:0 5px 0 0;
padding:0;
/* visibility:visible;*/
}

input.zoneClavier {
font-size:20px;
margin:0;
padding:0;
border:1px solid #999;
}
#page_footer {
width:800px;
}
input.zoneClavier:focus {
background:yellow;
border-color:cyan;
}

.ajaxStatus {
position:absolute;
top:-25px;
right:10px;
}

.hide {
display:none;
}
