﻿#messages .titre{
	padding-bottom:10px;
	padding-top:0px;
	font-size:18px;
	text-decoration:underline;
	font-weight:bold;
	background:#353535;
}

#conversation{
	border:1px solid;
	background-color:#F5F5F5;
	height:300px;
	color: #202020;
	overflow:auto;
}

.carte{
	margin-top:15px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	border:#F0F0F0 solid 1px;
	padding : 10px;
}
.carte .titre{
	padding-bottom:10px;
	padding-top:0px;
	font-size:18px;
	text-decoration:underline;
	font-weight:bold;
	background:#353535;
}
#rayonselect{
	display:none;
}
.auteur{
	font-weight:bold;
}
.message{
	margin-left:30px;
}
.pseudo{
	position:absolute;
	height:120px;
	margin-top:20%;
	background-color:#F0F0F0;
	color:#050505;
	border:1px black solid;
}

.cache{
	position: absolute;
	background-color:#000000;
	margin:0px;
	padding:0px;
	filter:alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: 0.8;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
body > div.cache { position: fixed; }

