
/******* FORM *******/

#message
{
	background:none;
	margin-left:15px;
	margin-top:20px;
	margin-bottom:10px;
	border:1px  solid #d8d8d8;
	color:#4e4e4e;
}

#send
{
	margin-bottom:10px;
	margin-left:137px;
	height:18px;
	font-size:12px;
	font-weight:bold;
	color:#646464;
	border:2px solid #e4e4e4;
	-moz-border-radius: 8px; 
  	-webkit-border-radius: 8px; 
  	border-radius: 8px; 
}

/******* CONTENT *******/
.content{
	width:220px;
	height:auto;
	margin: 0pt auto;
	padding: 0px;
	text-align: left;
}

.content ul{
	padding-left:8px;
	*padding-left:0;
	*margin-left:8px;
	list-style:none;
}

.list_icon
{
	float:left;
	width:20px;
	margin-right:5px;
}

.content ul li{
	padding-bottom:15px;
}

.content li a{
	font-weight:bold;
	font-size:8pt;
	color:#646464;
	text-decoration:none;
}

.content li a:hover{
	color:#ff0000;
}

.date{
	font-weight: normal;
	font-size: 9px;
	color: #aeaeae;
}

#loading{
	text-align: center;
}

/******* SCROLLBAR *******/
.scroll-pane {
	width: 230px;
	height: 600px;
	overflow:hidden;
	float: left;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #d4d4d4; /*Couleur du fond de la barre*/
}
.jScrollPaneDrag {
	position: absolute;
	background: #999999; /*Couleur du scroll*/
	cursor: pointer;
	overflow: hidden;
}

