/* CSS specifique infovirus */

	table.infovirus {
		border-collapse:collapse;
		margin-left:1ex;
		font-size:smaller;
		
	}
	table.infovirus td {
		border-color:#000 #999; border-width:1px; border-style:solid;
		text-align:left;
	}
	table.infovirus th {
		border-color:#000 #999; border-width:1px; border-style:solid;
		background-color:#000; color:#fff;  font-variant:small-caps;
	}
	table.infovirus th.fixel { width:7ex;}

	table.infovirus td.qtot { padding:0 1ex; text-align:right;}
	table.infovirus td.stat { min-width:7ex; text-align:center; font-variant:small-caps;}
	table.infovirus td.cl6 { background-color:#f66; /* rouge  */}
	table.infovirus td.cl5 { background-color:#fc6; /* orange */}
	table.infovirus td.cl4 { background-color:#f6f; /* violet */}
	table.infovirus td.cl3 { background-color:#ff6; /* jaune  */}
	table.infovirus td.cl2 { background-color:#69f; /* bleu   */}
	table.infovirus td.cl1 { background-color:#6f9; /* vert   */}
	table.infovirus td.cl0 { background-color:#fff; /* blanc  */}
