@charset "utf-8";

.thumbnail a:hover img {
    opacity: 1;
    filter:alpha(opacity=100);
	filter: “alpha(opacity=100)”;
}
.thumbnail a img {
    transition:opacity 1s ease-in-out 0s;
	-webkit-transition:opacity 1s ease-in-out 0s;
	-moz-transition:opacity 1s ease-in-out 0s;
	-ms-transition:opacity 1s ease-in-out 0s;
	-o-transition:opacity 1s ease-in-out 0s;
    opacity: 0;
    filter:alpha(opacity=0);
	filter: “alpha(opacity=0)”;
}
.thumbnail a {
    background-color: transparent;
}
.thumbnail {
    background-image: url(/wp-content/uploads/fond/fond_01.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#post-99, #post-101, #post-103, #post-105, #post-107, #post-113, #post-115, #post-117, #post-119, #post-121, #post-125, #post-543 {
    border: none;
    background-color: transparent;
}