#chatbox {
	height: 300px;
	width: 180px;
	overflow: auto;
	background-color: white;
	border: 1px solid #CCCCCC;
	margin-left: 15px;
}

.pseudo-tribune {
	font-family: "Lucida Sans", serif;
	font-size: 0.8em;
	color: #333333;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	margin-bottom: 0px;
	padding-left: 3px;
}

.pseudo-tribune a {
	display: inline;
	text-align: left;
	font-family: "Lucida Sans", serif;
	font-size: 0.8em;
	color: #555555;
	font-weight: bolder;
	font-size: 1em;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
}

.pseudo-tribune a:hover {
	color: #2ca9e1;
	font-weight: bolder;
	font-size: 1em;
	text-decoration: underline;
	margin-bottom: 0px;
}

.message-tribune {
	font-family: "Lucida Sans", serif;
	font-size: 0.8em;
	width: 150px;
	margin-top: 0px;
	padding: 2px;
}
.message-tribune a {
	color: #003c7e;
	text-decoration: none;
}
.message-tribune a:hover {
	color: #387cb2;
	text-decoration: underline;
}

.date-tribune {
	text-align:right;
	width: 150px;
	color: #C9C9C9;
	margin-top: 0px;
}

a.smilies {
   color: black;
   text-decoration: none;
}
a.smilies span { display: none; /* on masque l'infobulle */ }

a.smilies:hover {
   background: none;
   z-index: 500;
}
a.smilies:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;
   margin-top: -145px;
   margin-left: -105px;
   white-space: nowrap;
   background: white;
   color: black;
   padding: 3px;
   border: 1px solid #f39800;
   padding: 10px;
   text-align: left;
   filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80; 
}

.separation-messages {
	width: 150px;
	color: #B4B4B4;
	background-color: #B4B4B4;
	border: #B4B4B4;
	height: 1px;
}

.historique {
	font-family: "Lucida Sans", serif;
	font-size: 0.8em;
	width: 150px;
	margin-top: 0px;
	padding: 2px;
	text-align: center;
}

.historique a {
	color: #003c7e;
	text-decoration: none;
}
.historique a:hover {
	color: #387cb2;
	text-decoration: underline;
}
	
