#shoutBox {
	position:relative;
	border:1px solid #000;
	padding:0px;
	font-size: 0.7em;
	width: 250px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	float: left;
	background-color: #3f3f3f;
	color: #f11521;
}
.chat {
	position:relative;
	overflow:hidden;
	border:1px solid #bbb;
	height:274px;
	padding:5px;
	margin-bottom:5px;
	background-color: #CCCCCC;
	color: #000000;
}

.chat div {
	position:absolute;
	width:100%;
	bottom:0;
}

.chat p {
	margin:0
}

/* zoneClavier */
.writeInput {
	margin:0 5px 0 0;
	padding:0;
/*	visibility:visible;*/
}

.writeInput input {
	/*font-size:20px;*/
	margin:0;
	padding:0;
	border:2px solid #999;
}

.writeInput input:focus {
	
	background-color: dddddd;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}

.ajaxStatus {
	position:absolute;
	top:-25px;
	right:10px;
}
 img.smileys { 
    border: 0;
    cursor: pointer; }
#smileys {
	margin-top: 4px;
	margin-bottom: 3px;
	margin-left: 3px;
}
