/* Style du tableau */
.table {
	background-image: url('./fondForum.png');
	background-color: #E6E6E6;
	height: 28px;
	background-repeat: repeat-x;
	border: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	width: 100%;
	margin-bottom: 10px;
}

/* Style des en-têtes du tableau */
.table-entete {
  font-size : 12px;
  font-family : Verdana, arial, helvetica, sans-serif;
  color : #333333;
  background-color : #a7ada7;
}

/* Style du titre du tableau */
.table-titre {
	font-size: 11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	padding: 0px;
	border-bottom-width: 0px;
	margin-bottom: 0px;
	height: 28px;
	background-image: url('./fondForum.png');
}

.table-ligne {
	font-size : 12px;
	font-family : Verdana, arial, helvetica, sans-serif;
	color : #333333;
}

.table-ligne a {
	color:#5FA700;
	text-decoration:none;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.table-ligne a:hover {
	text-decoration: underline;
}

/* Style 1 des cellules */
.table-ligne-1 {
  background-color : #F3F3F3;
}

/* Style 2 des cellules */
.table-ligne-2 {
	background-color : #DFDFDF;
}
