

/* Commun forum */

div.forum_top {
	background: url(../images/forum_top.gif) repeat-x;
	border-left: 1px solid #5A9400;
	border-right: 1px solid #5A9400;
	padding: 8px 0 9px 10px;
	height: 16px;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	margin: 10px 0 0 0;
}


table.forum  {
	width: 886px;
	border-left: 1px solid #B1B1B1;
	border-right: 1px solid #B1B1B1;
	border-bottom: 1px solid #B1B1B1;
	margin: 0px 0 0 0;
}

table.forum tr {
	
}

table.forum tr td {
	padding: 2px 2px 2px 2px;
}

table.forum tr td a.lien_forum {
	font-weight: bold;
	color: #000000;
}

table.forum tr td a.lien_forum_sans_gras {
	color: #000000;
}

table.forum tr td a.lien_forum:hover, table.forum tr td a.lien_forum_sans_gras:hover {
	color: #e37f1c;
}


table.forum tr.forum_legend {
	
}

table.forum tr.forum_legend td {
	background: url(../images/forum_legende.png) repeat-x;
	height: 25px;
	color: #4B4B50;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}


table.forum tr.barre_fin {
	
}

table.forum tr.barre_fin td {
	background: url(../images/forum_bottom.gif) repeat-x;
	height: 18px;
	border: 1px solid #B1B1B1;
}


table.forum tr.forum td {
	height: 50px;
}

table.forum tr.topic td {
	height: 25px;
}

table.forum tr td.gris_moyen {
	background: #F1F1F1;
}

table.forum tr td.gris_clair {
	background: #F7F7F7;
	border: 1px solid #F1F1F1;
}

span.vert {
	color: #6ECE0A;
	font-weight: bold;
}

div.forum_bouton_new a {
	background: url(../images/forum_btn_newpost.png) no-repeat;
	display: block;
	width: 82px;
	height: 25px;
}

div.forum_bouton_reponse a {
	background: url(../images/forum_btn_reply.png) no-repeat;
	display: block;
	width: 82px;
	height: 25px;
}

div.forum_boutons_et_page_haut {
	margin: 10px 0 15px 0;
}

div.forum_boutons_et_page_bas {
	margin: 15px 0 5px 0;
}

div.forum_boutons {
	float: left;
}

div.forum_boutons div {
	float: left;
	margin: 0 10px 0 0;
}

div.forum_pagination {
	float: right;
	padding: 4px 10px 4px 10px;
	border-top: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
}

/* Page accueil forum */

#accueil_liste_forum {
	
}

#accueil_liste_forum table {
	
}

#accueil_liste_forum table tr {
	
}

#accueil_liste_forum table tr td {
	
}

#accueil_liste_forum table tr td.image {
	width: 36px;
}

#accueil_liste_forum table tr td.titre {
	width: 530px;
	padding-left: 10px;
	padding-right: 10px;
}

#accueil_liste_forum table tr td.titre a.titre {
	font-size: 12px;
}

#accueil_liste_forum table tr td.titre p.description {
	color: #4B4B50;
}

#accueil_liste_forum table tr td.nombresujets {
	width: 40px;
	text-align: center;
}

#accueil_liste_forum table tr td.nombremessages {
	width: 60px;
	text-align: center;
}

#accueil_liste_forum table tr td.derniermessage {
	width: 200px;
}

/* Liste des forum d'une catégorie */

#categ_liste_forum {
	
}


/* Liste des topic d'un forum */

#liste_topic {
	
}

#liste_topic table {
	
}

#liste_topic table tr {
	
}

#liste_topic table tr td {
	
}

#liste_topic table tr td.no_topic {
	height: 50px;
	text-align: center;
}

#liste_topic table tr td.titre {
	width: 530px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}

#liste_topic table tr td.titre a.titre {
	/*font-weight: bold;*/
	color: #000000;
}

#liste_topic table tr td.titre a.titre:hover {
	color: #e37f1c;
}

#liste_topic table tr td.titre p.description {
	color: #4B4B50;
}

#liste_topic table tr td.nombremessages {
	width: 40px;
	text-align: center;
}

#liste_topic table tr td.nombrevu {
	width: 60px;
	text-align: center;
}

#liste_topic table tr td.derniermessage {
	width: 200px;
}



/* Liste des post d'un topic */

#liste_post {
	
}

#liste_post table {
	
}

#liste_post table tr {
	
}

#liste_post table tr td {
	
}

#liste_post table tr td.partie_gauche {
	width: 140px;
	padding: 5px 5px 5px 5px;
}

#liste_post table tr td.partie_droite {
	width: 726px;
	padding: 5px 5px 5px 5px;
}

#liste_post table tr td.no_post {
	height: 50px;
	text-align: center;
}

#liste_post table tr.ligne_1 td.pseudo img {
	vertical-align: middle;
	display: inline-block;
}

#liste_post table tr.ligne_1 td.partie_droite div.date_post {
	float: left;
}

#liste_post table tr.ligne_1 td.partie_droite div.bouton_post {
	float: right;
}

#liste_post table tr.ligne_2 td {
	vertical-align: top;
	padding-bottom: 20px;
}

#liste_post table tr.ligne_2 td.profil img {
	width: 150px;
}

#liste_post table tr.ligne_2 td.profil {
	
}

#liste_post table tr.ligne_2 td.message_signature {
	padding-top: 15px;
}

#liste_post table tr.ligne_2 td.message_signature hr {
	margin: 20px 0 10px 0;
}




























