/* CSS Document */

a {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a img {
	border:5px solid #FFFFFF;
}
.vignette-galerie {
	float:left;
	clear:both;
	margin: 0px 10px 0px 10px;
}
.vignette {
	float:left;
	width:210px;
	height:190px;
	margin:5px 10px 5px 10px;
	text-align:center;
}