tr.forum_post > td {
	padding:	3px 5px;
	vertical-align:top;
}

tr.forum_post td.infos {
	border-left:1px solid #07005A;
	border-right:1px solid #DCDCDC;
	width:200px;
	text-align:center;
	background:url(../../images/site/menucorpsbg.jpg) top right no-repeat;
}
tr.forum_post td.texte {
	border-right:1px solid #07005A;
	background-color:#FFF;
}

/*DELETED*/ 
p.forum_deleted_header{
	background-color: #E32D2D;
	border: 1px solid black;
	padding:2px 10px;
	color:white;
	text-align:right;
	margin:2px 0;
}
td.forum_deleted {
	background-color: #FFAAAA;
	border: 1px solid red;
}

/* OWN POST */

td.forum_own_post {
	background-color: #C3D8FF;
	border: 1px solid #07005A;
}

/* HELPFUL POST */

td.forum_helpful_post {
	background: #d9ffdc url(../../images/site/icons/thumb_up.png) 5px 5px no-repeat;
	border: 1px solid #0F6A00;
}

/* DATE DES POSTS */
tr.forum_post span.date {
	background-color:#ECECEC;
	font-size:8pt;
	padding:0 4px;
	border:1px solid #DDD;
}

/* INFOS */
tr td.forum_post_infos_bottom {
	border-left:1px solid #07005A;
	width:200px;
	background:#E2E1FF url(../../images/site/bottom_post_bg.jpg) top left repeat-x;
}
 
tr td.forum_post_text_bottom {
	border-right:1px solid #07005A;
	padding:3px 5px 0 5px;
	height:25px;
	vertical-align:bottom;
	color:#555;
	background:#E2E1FF url(../../images/site/bottom_post_bg.jpg) top left repeat-x;
}
 
tr.forum_post_separation td {
	margin:0;
	height:1px;
	line-height:1px;
	width:100%;
	background-color:#CCC;
	border-left:1px solid #07005A;
	border-right:1px solid #07005A;
} 

/* LIENS */
a.topic_top_button {
	float:left;
	height:25px;
	width:82px;
	margin:0 5px;
	display:block;
}

a.topic_new {
	background:url(../../images/forum/topic_new.gif) top left repeat-x;
}

a.topic_reply {
	background:url(../../images/forum/topic_reply.gif) top left repeat-x;
}

a.topic_locked {
	background:url(../../images/forum/topic_locked.gif) top left repeat-x;
}

a.topic_solved {
	background:url(../../images/forum/topic_solved.gif) top left repeat-x;
}

p.topic_pages_links {
	font-size:8pt;
	color: #666;
}
#contenu p.topic_pages_links > a{ 
	font-size:7pt;
}
