@CHARSET "UTF-8";
/*
 *** Produits
 */
.gallerycontainer {
	position: relative;
	/*Add a height attribute and set to largest image's height to prevent overlaying*/
	padding-top:270px;
	}

.gallerycontainer .fond-pieces {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	}

.thumbnail img{
	border: 0px solid white;
	margin: 0 5px 5px 0;
	}

.thumbnail:hover {
	background-color: transparent;
	}

.thumbnail:hover img {
	border: 0px solid blue;
	}

.thumbnail span { /*CSS for enlarged image*/
	
	position: absolute;
	left: -1000px;
	visibility: hidden;
	white-space: nowrap;
	/*
	visibility: visible;
	top: 0;
	left: 0px;
	*/
	color: black;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	}

.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	}

.thumbnail:hover span { /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 0; /*position where enlarged image should offset horizontally */
	z-index: 999;
	}
	
/*
 * Plugins sfSimpleNews
 */
.sfSimpleNews_latest_news {
}

.sfSimpleNews_latest_h2 {
}

.sfSimpleNews_news_title {
	margin-top: 7px;
}

.sfSimpleNews_news_title a {
	padding:0;
	}

.sfSimpleNews_news_intro {
}

.sfSimpleNews_news_singlenews {
}

.sfSimpleNews_singlenews_title {
	font-size: 1.1em;
	font-weight:bold;
}

.sfSimpleNews_singlenews_intro {
}

.sfSimpleNews_singlenews_body {
}

.sfSimpleNews_singlenews_createdAt {
	font-style: italic;
	font-size: 0.9em;
}

.sfSimpleNews_archive {
	margin-top: 5px;
}

.sfSimpleNews_archive_results {
	margin-bottom: 25px;
}

.sfSimpleNews_archive_pager {
	margin-top: 25px;
}

.sfSimpleNews_error {
}