﻿a.ForumTitre 
{
	font-size: 15px;
	font-weight: bold;
}

table.ListeForums 
{
	width: 100%
}


table.ListeForums tr.Type_301Hover,
table.ListeForums tr.Type_302Hover 
{
	background: #EEEEEE;
	cursor: pointer;
}

table.ListeForums tr.Type_301
{
	background: #F8F5F2;
	cursor: pointer;
}

table.ListeForums th 
{
	white-space: nowrap;
	padding: 0px 5px 0px 5px;
	text-align: center;
	background: #1561AC;
	color: White;
	border: solid 1px gray;	
}

table.ListeForums td 
{
	border: solid 1px gray;
	padding: 5px;
}

table.ListeForums th.Icones,
table.ListeForums td.Icones
{
	width: 25px;
}

table.ListeForums tr.Type_301 td.Icones,
table.ListeForums tr.Type_301Hover td.Icones
{
	background-image: url(Forum/groupes.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

table.ListeForums tr.Type_302 td.Icones,
table.ListeForums tr.Type_302Hover td.Icones
{
	background-image: url(Forum/forums.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

table.ListeForums th.Forums,
table.ListeForums td.Forums
{
	vertical-align: top;
}

table.ListeForums th.Discussions,
table.ListeForums td.Discussions
{
	width: 75px;
}

table.ListeForums th.Messages,
table.ListeForums td.Messages
{
	width: 65px;
}

table.ListeForums th.LastMessage,
table.ListeForums td.LastMessage
{
	width: 190px;
}

table.ListeForums td.Discussions
{
	text-align: center;
}

table.ListeForums td.Messages
{
	text-align: center;
}

table.ListeForums td.LastMessage
{
	text-align: center;
}
	
table.ListDiscussions 
{
	width: 100%
}

table.ListDiscussions tr.Hover 
{
	background: #EEEEEE;
	cursor: pointer;
}

table.ListDiscussions th 
{
	white-space: nowrap;
	padding: 0px 5px 0px 5px;
	text-align: center;
	background: #1561AC;
	color: White;
	border: solid 1px gray;	
}

table.ListDiscussions td 
{
	border: solid 1px gray;
	padding: 5px;
}

table.ListDiscussions th.LastMessage,
table.ListDiscussions td.LastMessage 
{
	width: 120px;
}

table.ListDiscussions th.NbReply,
table.ListDiscussions td.NbReply 
{
	width: 70px;
}

table.ListDiscussions th.NbRead,
table.ListDiscussions td.NbRead 
{
	width: 70px;
}

table.ListDiscussions td.NbReply 
{
	text-align: center;
}

table.ListDiscussions td.NbRead 
{
	text-align: center;
}

table.ListDiscussions span.Auteur 
{
	font-style: italic;
}

table.FormulaireForum 
{
	margin-left: 30px;
	margin-top: 10px;
	width: 400px;
}

div.Posts span.Auteur 
{
	font-weight: bold;
}

div.Posts span.Participation 
{
	font-style: italic;
	font-size: small;
}