@charset "utf-8";
/* -- div_forum -- */

.fc_sujet_old, .fc_sujet_new, .fc_sujet_ttt
{
	width:280px;
	text-align: left;
	padding: 5px;
	background-color: #C8C8AA;
	display: block;
	float: left;
	margin: 0px 0px 10px 0px;
	border: 1px solid #EBEBEB;
}

.fc_sujet_new { background-color: #F0FADC; }
.fc_sujet_ttt { background-color: #999933; }

.hr_forum
{
	padding:0;
	margin-top:20px;
	margin-bottom:10px;
	clear:both;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	color: #FFFFFF;
}


.fc_legend {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

