.vignette {
	border: 1px solid #FFFFFF;
	border-spacing: 0px;
}
.vignette:hover {
	border: 1px solid #FFFFFF;
	border-spacing: 0px;
}
.photo {
	border: 1px solid #FFFFFF;
	border-spacing: 0px;	
}
.separ {
	background-position: right;
	background-repeat: repeat-y;
}
.browsing {
	font-family: Tahoma, Verdana, , Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3a5054;
	text-decoration: none;
}
.browsing:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3a5054;
	text-decoration: underline;
}
.browsingborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ccd0db;
	border-right-color: #ccd0db;
	border-bottom-color: #ccd0db;
	border-left-color: #ccd0db;
}
.WithLine {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ccd0db;
	border-right-color: #ccd0db;
	border-bottom-color: #ccd0db;
	border-left-color: #ccd0db;
}