#corps_forum
{
	background-color: transparent;
	border: 0px silver solid;
}


/*/////////////////////////////////////////////*/
/* ============= ACCUEIL ==================== */
#table_accueil
{
	width: 100%;
	border-right: 1px solid #e2e2e2;
	font-size: 0.95em;
}

.tr_ligne_forums_accueil
{
	background-color: #eff9fe;
	/*background-color: #e8f7fe;*/
	border-bottom: 1px solid #e2e2e2;

}
.td1_ligne_forums_accueil, .td2_ligne_forums_accueil, .td3_ligne_forums_accueil, .td4_ligne_forums_accueil, .td5_ligne_forums_accueil
{
	border-bottom: 1px solid #e2e2e2;
}
.td1_ligne_forums_accueil
{
	border-left: 1px solid #e2e2e2;
	text-align: center;
	width: 5%;
}
.td3_ligne_forums_accueil, .td4_ligne_forums_accueil, .td5_ligne_forums_accueil
{
	text-align: center;
	font-size: 0.9em;
}

tr.forum_enonces_cat
{
	background-color: black;
	background-image: url('../images/forum/accueil_cat_back_haut.png');
	background-repeat: repeat-x;
	background-position: top;
	color: white;
	height: 25px;
	vertical-align: middle;
	text-align: center;
}

.forum_description
{
	font-size: 0.85em;
}

.td2_ligne_forums_accueil
{
	width: 50%;
}
.td3_ligne_forums_accueil
{
	width: 10%;
	font-size: 0.9em;
	text-align: center;
}
.td4_ligne_forums_accueil
{
	width: 10%;
	font-size: 0.9em;
	text-align: center;
}
.td5_ligne_forums_accueil
{
	width: 25%;
	text-align: center;
}

/* ============= ACCUEIL ==================== */
/*/////////////////////////////////////////////*/

/*/////////////////////////////////////////////*/
/* ============= VOIR FORUM ==================== */
#table_annonces_voirforum
{
	width: 100%;
	border-right: 1px solid #e2e2e2;
	font-size: 0.90em;
	background-color: #FFF9DF;
}
#table_sujets_voirforum
{
	width: 100%;
	border-right: 1px solid #e2e2e2;
	font-size: 0.90em;
}

.vf_forum_enonces
{
	background-color: black;
	background-image: url('../images/forum/accueil_cat_back_haut.png');
	background-repeat: repeat-x;
	background-position: top;
	color: white;
	height: 25px;
	text-align: center;
}


.vf_tr1
{
	background-color: #F7F7F7;
}

.vf_tr2
{
	/*background-color: #ddeff7;*/
	background-color: transparent;
}

.vf_td1, .vf_td2, .vf_td3, .vf_td4, .vf_td5, .vf_td6
{
	border-bottom: 1px solid #e2e2e2;
    word-wrap: break-word;
}

.vf_td1
{
	border-left: 1px solid #e2e2e2;
	text-align: center;
	width:8%;
}
.vf_td2
{
	width:50%;
}
.vf_td3
{
	text-align: center;
}
.vf_td4
{
	text-align: center;
}
.vf_td5
{
	text-align: center;
}
.vf_td6
{
	text-align: center;
}
/* ============= VOIR FORUM ==================== */
/*/////////////////////////////////////////////*/

/*/////////////////////////////////////////////*/
/* ============= VOIR TOPIC ==================== */
.forum_avatar
{
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border-color: silver;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}

#table_voirtopic
{
	width: 100%;
	border-right: 1px solid #e2e2e2;
	font-size: 0.9em;
}
.vt_forum_enonces
{
	background-color: black;
	background-image: url('../images/forum/accueil_cat_back_haut.png');
	background-repeat: repeat-x;
	background-position: top;
	color: white;
	height: 25px;
	text-align: center;
	/*background-color : rgb(244,238,250);*/
}
.vt_tr_1
{
	background-color: #F7F7F7;
}
.vt_tr_2
{
	/*background-color: transparent;*/
	background-color: #f4fcff;
}

.vt_tr1_td1, .vt_tr1_td2
{
	border-bottom: 0px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	background-image: url('../images/forum/enonces_messages.png');
	/*background-color: #B1E4FD;*/
	color: #666666;
    word-wrap: break-word;
}
.vt_tr1_td1
{
	width:19%;
	text-align: center;
}
.vt_tr1_td2
{
	/*text-align: right;*/
	font-size: 0.85em;
}

.vt_tr2_td1
{
	font-size: 0.85em;
	text-align: center;
}
.vt_tr2_td2
{
	color: #333333;
}

.vt_tr2_td1, .vt_tr2_td2
{
	border-left: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	vertical-align: top;
    max-width: 650px;
    word-wrap: break-word;
}

.signature
{
    color: #9A9A9A;
    font-style: italic;
    font-size: 0.8em;
    border:0px dotted silver;
    margin:20px 3px 3px 3px;
    padding:3px;
    word-wrap: break-word;
}
/* ============= VOIR TOPIC ==================== */
/*/////////////////////////////////////////////*/
