table tr td.id,
table tr td.id:hover {
	background: #fafafa;
	color: transparent;
	overflow : hidden;
	max-width : 0;
	cursor : help;
}
table tr td.noir,
table tr td.noir:hover {
	background: #333;
	color: transparent;
	overflow : hidden;
	max-width : 0;
	cursor : help;
}
table tr td.rouge,
table tr td.rouge:hover {
	background: #d8062b;
	color: transparent;
	overflow : hidden;
	max-width : 0;
	cursor : help;
}
table tr td.vert,
table tr td.vert:hover {
	background: #2ca15c;
	color: transparent;
	overflow : hidden;
	max-width : 0;
	cursor : help;
}
