/*Page de connexion*/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

.list_conn{
	clear:both;
	float:left;
	padding:0 10px 0 10px;
	border-right:6px solid #f1f0ec;
	margin: 0 15px 0 0;
}
.liste_rooms{
	width:200px;
	/*float:left;*/
	margin:5px;
}
.liste_rooms .nom_room{
	font-weight:bold;
}
.liste_users_room{
	width:200px;
	height:350px;
	border:1px solid #db468a;
	overflow:auto;
	background:white;
}
p.cond_gen_accept{
	text-align:justify;
	font-size:10px;
}
.btn{
	background:#db468a;
	color:white;
	margin:5px 0 0 0;
}
