table.forum_categorie, .reponseTopic, .forum_table {
	border: 1px solid #CCC;
	width: 600px;
	border-collapse: collapse;
	padding: 1px;
}

table.forum_categorie th, .reponseTopic th, .forum_table th {
	color: #FFF;
	background-color: #CCCC99;
	
}

.forum_table tr {
	border-bottom: 1px solid #CCC;
}

.td_center {
	text-align: center;
}

.td_left p {
	padding: 0;
	margin: 0;
	text-align: left;
}

.flags {
	width: 4%;
}

.cat {
	width: 46%;
	text-align: center;
}

.suj {
	width: 9%;
	text-align: center;
}

.rep {
	width: 9%;
	text-align: center;
}

.last_msg {
	width: 20%;
}	



.der {
	font-size: 10px;
}

.forum_liste {
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

.auteur {
	width: 20%;
	background-color: #EAF4FF;
	color: #399985;
	border-right: 1px solid #CCC;
}

tr.categorie {
	background-color: #EAF4FF;
}

.dateMessage {
	background-color: #EAF4FF;
	color: #399985;
}

.texte {
	border-left: 1px solid #CCC;
	padding: 5px;
}


