#tbcategorie {
	visibility: visible ;
	width: 80% ; 
	position: relative ;
	} 
	
#tbcategorie table {
	font : 95%/120% Verdana, Arial, Helvetica, sans-serif ;
	color : black ;
	}
	
#tbcategorie td {
	text-align : left ; 
	background-color: #F5FAF5 ;
	padding: 0px 2px 0px 2px ;
	border-width: 2px 2px 2px 2px ;
	border-style: solid ;
	border-color: #ffffff #C5CCC5 #C5CCC5 #ffffff
	}

#tbcategorie th {
	text-align : center ; 
	padding: 0px 2px 0px 2px ;
	border-width: 2px 2px 2px 2px ;
	border-style: solid ;
	border-color: #ffffff #C5CCC5 #C5CCC5 #ffffff ;
	background-color: #d5ddd5 ;
	}
	
#tbcategorie .fond-vert {
	background-color : green ;
	color : white ;
	}
	
#tbcategorie .fond-rouge {
	background-color : red ;
	color : white ;
	}

