.forum
{
	width:100%;
	/*border:1px solid #B0B0B0;*/
	color:#343434;
	border-collapse:collapse;
}

.forum td
{
	background-color:#ededed;
	/*border-left:1px solid #E0E0E0;*/
	/*border-top:1px solid #E0E0E0;*/
	padding:4px;
	margin:2px;
}

.forum td.sep
{
	background-color:white;
	font-size:0px;
}

.forum td.titre
{
	font-size:14px;
	background:url(img/box_c.jpg) repeat-x #747474;
	color:white;
	font-weight:bold;
}

.forum td.profil
{
	width:25%;
	height:100px;
	font-size:11px;
	text-align:left;
}

.forum td.message
{
	width:75%;
}

.forum td.membre, .forum td.date
{
	background-color:#bfbfbf;
	vertical-align:middle !important;
	font-size:11px;
	text-align:left;
}

.forum td.ancre, .forum td.action
{
	background-color:#bfbfbf;
	font-size:11px;
}

.forum td.membre.pub_0, .forum td.date.pub_0, .forum td.ancre.pub_0, .forum td.action.pub_0, .forum td.message.pub_0, .forum td.profil.pub_0
{
	background-color:#D9D9D9;
}

.forum td.action
{
	text-align:right;
}

.forum .citation
{
	padding:3px;
	margin:3px;
	border:1px dashed #BB305A;
}