#chat_content {
    background:url("../images/arrierchat.jpg") no-repeat #FFFFFF;	
    width:95%;
    height:1200px;
    margin:10px 3%;
}

#chat_users {
    width:15%;
    height:800px;
    overflow-y:auto;
	float:right;

}
#chat_users #users  {
    padding-right:10px;
}
.user {
    color:#2C7F0D;
    font-size:12px;
    font-weight:500px;
}
.user_chef {
    color:#FFFFFF;
    font-size:14px;
    font-weight:500px;
}
#chat_espace {
    width:60%;
    height:750px;
	float:right;
}
#chat_espace #tchat{	
	  border:1px solid #DADADA;
	  height:1000px;
	  overflow-y:auto;
	  margin-bottom:10px;
	  margin-left:1px;
}
#chat_espace #tchat .message{
	padding:5px 10px 1px 5px;
	
	}
#chat_espace #tchat .message p{
	font-size:17px;
	font-weight:900;
	color:#2C7F0D;
	padding:5px;
	margin-bottom:15px;
	}
#chat_espace #tchatForm{
	  height:90px;
	
	}
#chat_espace #tchatForm #tchatFormSubmit{
	  background:url("../images/btn_sumbmitchat.png") #FFFFFF;
	  width:71px;
	  height:40px;
	  border:none;
	  margin-top:20px;
	  float:left;
	  cursor:pointer;
	  color:#FFFFFF;
	
	}	
#chat_espace #tchatForm #tchatFormTextarea{
	  width:455px;
	  _width:400px;
	  height:60px;
	  border:1px solid #91C735;
	  margin-bottom:20px;
	  background:#FDFBFE;
	  float:right;
	  display:block;
	  _margin-right:10px;
	
	}	
#chat_message {
    background:url("../images/chatcolmessage.png") no-repeat transparent;
	_background:none;
    width:24%;
    height:300px;
	float:right;
	padding-top:140px;
	margin-right:7px;
}
#chat_message #table_calendrier{
	margin-right:5px;
	}
#chat_message #table_calendrier li{
	font-size:16px;
	color:#FFFFFF;
	margin-right:5px;
	padding-bottom:5px;
	margin-bottom:0px;
	}
#chat_message #table_calendrier #table_calendrier_utilisatrice{
	list-style-image:url("../images/utilisatrice-icone.png");
	}	
#chat_message #table_calendrier #table_calendrier_jour{
	list-style-image:url("../images/calendrier-date.png");
	}	
#chat_message #table_calendrier #table_calendrier_heure{
	list-style-image:url("../images/horloge-heure.png");
	}	
#chat_message #table_calendrier #table_calendrier_sujet{
	list-style-image:url("../images/candybar-themes.png");
	}	
#chat_message p {
	padding-right:10px;
	padding-left:5px;
	color:#FFFFFF;
	_color:#000000;
	width:170px;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}
h2#title_chat_oklat{
	padding-top:50px;
	padding-right:5px;
	color:#FFFFFF;
	_color:#000000;
	text-decoration:underline;
	border:none;
	}
h3#title_chat_oklat{
	padding-top:32px;
	padding-right:5px;
	color:#FFFFFF;
	text-decoration:none;
	border:none;
	}

.loader{
	top:0;
	left:0;
	width:inherit;
	height:inherit;
	background:url("../images/load.gif") center #FFFFFF no-repeat;
}

#smilies{
	
	}
}

#radiocontrol img{
	cursor:pointer;
}
