body
{
	background:#006DB9 url('../bg.jpg') no-repeat;
	font-family:arial, verdana, sans-serif;
	font-size:1em;
}

h1
{
	margin-left:100px;
	font-size:36px;
	color:#FBFFE6;
}

input
{
	border:1px solid #5084B4;
	font-weight:bold;
	color:#5084B4;
	font-family:arial, verdana, sans-serif;
	font-size:0.8em;
}

.lien, .lien:visited
{
	text-decoration:none;
	color:#FBFFE6;
	font-weight:bold;
}

.lien:hover
{
	text-decoration:none;
	color:#FDFFD5;
	border-bottom:1px solid #FBFFE6;
}

.admin_list
{
	margin:0;
	padding:0;
	list-style-type:none;
	position:absolute;
	right:0px;
	top:0px;
}
.admin_list a, .admin_list a:visited
{
	border:0;
	font-size:14px;
}
.admin_list a:hover
{
	color:#0A3D5F;
	border:0;
}

.insc_ok_msg
{
	font-size:1.2em;
	color:#D3EAFF;
}

/* création compte */
.creaccount_table
{
	width:100%;
}
.creaccount_table td
{
	vertical-align:top;
}
.creaccount_table input
{
	width:400px;
}
.creaccount_table .submit_button
{
	width:250px;
}
.pseudo_wait
{
	color:#FFF;
	margin-left:5px;
	background:transparent;
}
.pseudo_nondispo
{
	color:red;
	margin-left:5px;
	background:#FFF;
}
.pseudo_dispo
{
	color:green;
	margin-left:5px;
	background:#FFF;
}

/* salon de discussion : chat */
.salon
{
	width:79%;
	height:200px;
	border:1px solid #5084B4;
	overflow:scroll;
	background:#EFF7FF;
	float:left;
}
.online
{
	width:20%;
	height:200px;
	border:1px solid #5084B4;
	overflow:scroll;
	background:#FFF4C9;
	float:right;
}
.online ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}
.online li
{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:0.9em;
}
.online li:hover
{
	margin:0;
	padding:0;
	list-style-type:none;
	font-weight:bold;
	background:#FFF;
	cursor:pointer;
}
.msg_input
{
	width:100%;
	height:20px;
	color:black;
	font-weight:normal;
}

/* Menu profil */
.profil_list
{
	margin:0;
	padding:0;
	list-style-type:none;
	position:absolute;
	top:0;
	left:0;
}
.profil_list li
{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:14px;
}
.profil_list li:hover
{
	margin:0;
	padding:0;
	list-style-type:none;
	cursor:pointer;
}
.profil_list a, .profil_list a:visited
{
	border:0;
}
.profil_list a:hover
{
	color:#285D81;
	border:0;
}

/* CHAT */
.msg_div_0
{
	width:100%;
	font-size:0.9em;
	border-bottom:1px dotted #D3EAFF;
	margin-bottom:3px;
	width:100%;
}
.msg_div_1
{
	width:100%;
	font-size:0.9em;
	border-bottom:1px dotted #D3EAFF;
	margin-bottom:3px;
	background:#FFF;
	width:100%;
}
.post_msg
{
	float:left;
	clear:left;
}
.msg_msg
{
	clear:left;
}
.time_msg
{
	color:#999;
	font-weight:normal;
	font-size:0.6em;
}
.pseudo_msg
{
	color:#FF5E17;
	font-weight:bold;
}