/*=============== Galerie images (vignettes) ================================*/

table{	
	border: 1px solid gray;
	color: gray;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}
table td{
	border: 1px solid gray;
	cursor: pointer;
	font-size: 13px;
}
table td:hover{
	color: white;
	background: black;
}

table img{
	opacity: 0.8;
}
table img:hover{
	opacity: 0.99;
}