table.forum{
	width        : 100%;
}

td.groupe{
	font-size    : 12px;
	font-weight  : bold;	
	padding-top  : 30px;
	color        : #71a400;
}

tr.rubrique td{
	background-color : #E2F0C2;
	height           : 30px;
}

tr.rubrique a{
	font-weight      : bold;	
	text-decoration  : none;
	color            : black;
}

td a{
	color            :#666666;
}

h1 a{
	color            : #71a400;	
}

div.description{
	width            : 96%;
	background-color : #f6f8f2;
	padding          : 10px;
}

table.forum tr.over:hover{
	background-color : #cccccc;
}

table.forum td{
	padding          : 5px 0px 5px 0px;
}

table.forum_message{
	width: 100%;
}

td.haut_droit_bas{
	background-color : #E2F0C2;
	padding          : 5px;
	vertical-align   : top;
}

td.milieu_droit{
	padding-left     : 5px;	
}

div.message{
	border           : solid 1px #aaaaaa;
}

span.pseudo{
	font-weight      : bold;
}

td.haut_gauche{
	font-weight      : bold;
	padding-left     : 5px;
}

tr.signature{
	height           : auto;
}

tr.signature span{
	padding-left     : 5px;
}

hr{
	color            : #bbbbbb;
	background-color : #bbbbbb;
	height           : 1px;
	border           : 0px;
}

tbody.overTable{
	overflow-y       : scroll;
	overFlow-x       : hidden;
	height           : 200px;
}

div.overDiv{
	overflow-y       : scroll;
	overFlow-x       : hidden;
	height           : 200px;
}

tr.forumPair{
	background-color    : #e0e0e0;
	height              : 30px
}

tr.forumImpair{
	height              : 30px
}

table.navigationForum{
	width               : 100%;
}

table.navigationForum th{
	font-size           : 12px;
}

table.navigationForum td{
	background-color    : #cacaca;
	border              : solid 1px white;
	padding             : 4px;
	text-align          : center;
	color               : black;
}

table.navigationForum td:hover{
	background-color    : #333333;
	color               : white;
}

table.navigationForum td a{
	text-decoration     : none;
	color               : black;
}

table.navigationForum td:hover a{
	text-decoration     : none;
	color               : white;
}
