html {
	overflow-x: auto;
}
body {	
	background: url("http://www.terres-divines.com/images/fonddegrade.jpg") repeat-x fixed top left;
	background-color:#12063F ;
	background-position: center;
	color: white;
}
a {
	text-decoration:underline;
	color: white;
	font-size: 10pt;
	font-weight: bold;
}
a:hover {
	text-decoration:overline;
	color: #816CCC;
}

table {
	width: 90%;
	font-family: Arial;
	font-size: 9pt;
	border-collapse: collapse;
	margin: auto;
	margin-bottom:20px;
}
.table_topic {
	border-style:solid;
	border-width: 2px;
	border-color: #544B7A;
	background-color: #12063F;
}
.table_post {
}

.tr_auteur {
	background: url("http://www.terres-divines.com/images/forum/tile_back.gif");
}

.td_topic {
	font-size:11pt;
	color: white;
	font-weight:bold;
	text-align:left;
}
.td_retour {
	text-align:right;
}
.td_auteur {
	font-weight:bold;
	font-size: 10pt;
}

.td_pid {
	border-width: 1px;
	border-color: #A097C6;
	border-style:solid;
	vertical-align: top;
	background-color:#544B7A;
}

.td_post {
	border-width: 1px;
	border-color: white;
	border-style:solid;
	background-color: #12063F;
}
.td_inter {
	height: 10px;
}
.td_date {
	text-align:right;
	font-weight: bold;
}
.td_topic_desc{
	font-size: 9pt;
	font-style: italic;
}

