#forum
{
	width: 975px;
	margin: 10px;
}

#forum .top-f
{
	width: 100%;
	border-collapse: collapse;
}

#forum .top-f td
{
	padding: 5px 0;
	color: #fff;
}

#forum .top-f td a
{
	color: #fff;
}

#forum .top-f td a:hover
{
	color: #fff;
	text-decoration: underline;
}

#forum .top-f .arbo
{
	text-align: left;
	padding: 0 0 10px 0;
	font-weight: bold;
	font-size: 13px;
}

#forum .top-f .arbo a
{
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

#forum .top-f .arbo a:hover
{
	text-decoration: underline;
}

#forum .top-f .bouton
{
	width: 50%;
	text-align: left;
}

#forum .top-f .bouton a.nouveau-sujet
{
	width: 96px;
	height: 25px;
	display: block;
	background: transparent url(../images/forum/button_topic_new.gif) scroll 0px 0px;
}

#forum .top-f .bouton a.nouveau-sujet:hover
{
	width: 96px;
	height: 25px;
	display: block;
	background: transparent url(../images/forum/button_topic_new.gif) scroll 0px 25px;
}

#forum .top-f .compte
{
	width: 50%;
	text-align: right;
}

#forum .tableau-generale
{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #E40582;
}

#forum .tableau-generale td
{
	color: #fff;
	border: 1px solid #E40582;
	padding-top: 3px;
	padding-bottom: 3px; 
}

#forum .tableau-generale td a.last_message_poster
{
	color: #E40582;
	font-weight: bold;
}

#forum .tableau-generale td.msg-erreur
{
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
}

#forum .tableau-generale td.msg-erreur a
{
	color: #CD0575;
}

#forum .tableau-generale td.header
{
	background: #E40582;
	font-weight: bold;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

#forum .tableau-generale td.forumTexte
{
	border-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#forum .tableau-generale td.forumTexte a:link, #forum .tableau-generale td.forumTexte a:visited, #forum .tableau-generale td.forumTexte a:active
{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#forum .tableau-generale td.forumTexte a:hover
{
	text-decoration: underline;
	color: #E40582;
}

#forum .tableau-generale td.forumImage
{
	text-align: center;
	vertical-align: middle;
	width: 35px;
	border-right: 0;
}

#forum .tableau-generale td.forumSujetMsg
{
	text-align: center;
}

#forum .tableau-generale td.forumLastMsg
{
	padding-left: 10px;
}

#forum .post-large
{
	border: 0;
	border-collapse: collapse;
	margin: 10px 0 10px 10px;
}

#forum .post-large td
{
	border: 0;
	text-align: left;
	vertical-align: top;
}

#forum .post-large td.libelle
{
	width: 150px;
}

#forum .post-large td.champ
{
	width: 550px;
}

#forum input.valid-post
{
	border: 1px solid #666;
	background: url(../images/forum/bg_button.gif) repeat-x top left;
	color: #000;
	padding: 3px 7px;
	font-weight: bold;
}

#forum input.valid-post:hover
{
	border: 1px solid #E40582;
	color: #E40582;
}

#forum .tableau-generale td.texte-1
{
	background: #fff;
	color: #000;
	vertical-align: top;
	padding: 5px;
}

#forum .tableau-generale .top-texte
{
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}

#forum .tableau-generale td.login-1
{
	background: #fff;
	color: #000;
	width: 180px;
	vertical-align: top;
	padding: 5px;
}

#forum .tableau-generale td.texte-2
{
	background: #D983B7;
	color: #000;
	vertical-align: top;
	padding: 5px;
}

#forum .tableau-generale td.login-2
{
	background: #D983B7;
	color: #000;
	width: 180px;
	vertical-align: top;
	padding: 5px;
}

#forum a.editer
{
	width: 57px;
	height: 17px;
	display: block;
	background: transparent url(../images/forum/icon_post_edit.gif) scroll 0px 0px;
}

#forum a.editer:hover
{
	background: transparent url(../images/forum/icon_post_edit.gif) scroll 0px 17px;
}

#forum a.repondre
{
	width: 96px;
	height: 25px;
	display: block;
	background: transparent url(../images/forum/button_topic_reply.gif) scroll 0px 0px;
}

#forum a.repondre:hover
{
	background: transparent url(../images/forum/button_topic_reply.gif) scroll 0px 25px;
}

#forum a.citer
{
	width: 53px;
	height: 17px;
	display: block;
	background: transparent url(../images/forum/icon_post_quote.gif) scroll 0px 0px;
}

#forum a.citer:hover
{
	background: transparent url(../images/forum/icon_post_quote.gif) scroll 0px 17px;
}

#forum a.supprimer
{
	margin-top: 2px;
	width: 16px;
	height: 15px;
	display: block;
	background: transparent url(../images/forum/icon_post_delete.gif) scroll 0px 0px;
}

#forum a.supprimer:hover
{
	background: transparent url(../images/forum/icon_post_delete.gif) scroll 0px 15px;
}

.citation
{
	width: 95%;
	/*background: #000;*/
}

.citation td
{
	text-align: left;
}

.citation .titre
{
	background: #E40582;
	padding-left: 15px;
}

.citation .texte
{
	background: #000;
}

#forum .tableau-generale td.texte-1 table.citation{
	border: 4px solid #E40582;
	border-collapse: collapse;
}

#forum .tableau-generale td.texte-1 table.citation td{
	border: 0px;
}

table.forum_header {
	font-size: 12px;
	margin-bottom: 20px;
	color: #fff;
}

table.forum_header td {
	vertical-align: top;
}

table.forum_header td.right {
	text-align: right;
	padding: 0px;
}

table.forum_header td.left {
	padding: 0px;
	text-align: left;
	padding-right: 7px;
	width: 100%;
}

table.forum_header td.left h4 a {
	color: #E40582;
	font-weight: bold;
	font-size: 12px;
}

table.forum_header div table {
	border-top: 1px solid #E40582;
	border-bottom: 1px solid #E40582;
	width: 100%;
	border-collapse: collapse;
}

table.forum_header div table td {
	padding: 5px;
	padding-left: 0px;
	width: 33%;
}

table.forum_header div table td.border {
	border-right: 1px solid #E40582;
}

table.forum_header div table td.pad {
	padding-left: 5px;
}

table.forum_header div table td span {
	color: #E40582;
	font-weight: bold;
}

table.forum_header div.topics {
	padding-top: 20px;
	padding-bottom: 20px;
}

table.forum_header div.topics span {
	color: #908F8B;
	font-weight: bold;
}
