*{
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
	outline:none;
}
ul{
	list-style:none;
}
body{
	background:#ffffff;
	font-family:"Arial", "Myriad Pro", Helvetica, sans-serif;
	font-size:12px;
	color: #3f3f3f;
	text-transform:normal;	
	letter-spacing:1px;
	overflow:hidden;
}
#titre{
	width:100%;
	height:20px;
	float:left;
	display:block;
	z-index:1000;
}
h2{
	font-size:12px;
	font-weight:bold;
	color:#848484;
	font-family:Arial;	
	margin:10px 0 5px 0;
}
.top_menu{
	height:20px;
	line-height:20px;
	position:absolute;
	top:-20px;
	left:0;
	width:100%;
	overflow:hidden;
	background:#ffffff;
	border-bottom:0px solid #000;
	z-index:100;
	/*-moz-box-shadow:0px 0px 4px #010101;
	-webkit-box-shadow:0px 0px 4px #010101;
	box-shadow:0px 0px 4px #010101;*/
}
.top_menu .back{
	position:absolute;
	top:0px;
	left:-20px;
	height:20px;
	line-height:20px;
	cursor:pointer;
	color:#3f3f3f;
}
.top_menu .back span{
	width:14px;
	height:20px;
	display:block;
	float:left;
	
	margin-right:5px;
	opacity:0.5;
}
.top_menu .back:hover{
	color:#3f3f3f;
	text-decoration:underline;
}
.top_menu .back:hover span{
	opacity:0.9;
}
.top_menu span.description{
	
	position:absolute;
	width:100%;
	text-align:center;
	top:0px;
	left:0px;
	height:20px;
	line-height:20px;
}
.top_menu .info{
	float:right;
	margin-right:10px;
}
.header{
	height:0px;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	overflow:hidden;
	z-index:90;
	background-color:#ffffff;
	/*-moz-box-shadow:0px 0px 10px #010101;
	-webkit-box-shadow:0px 0px 10px #010101;
	box-shadow:0px 0px 10px #010101;*/
}

.preview img{
	position:absolute;
	left:0;
	top:0;
	/*-moz-box-shadow:1px 1px 5px #111;
	-webkit-box-shadow:1px 1px 5px #111;
	box-shadow:1px 1px 5px #111;*/
	-webkit-box-reflect:
			below 5px
			-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(transparent),
			color-stop(0.8, transparent),
			to(rgb(255, 216, 0))
		);
	

}
.footer{
	z-index:100;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:10px;
	background:#ffffff;
	border-top:0px solid #000;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	/*-moz-box-shadow:0px 0px 4px #010101;
	-webkit-box-shadow:0px 0px 4px #010101;
	box-shadow:0px 0px 4px #010101;*/
}
.footer a{
	color:#999;
	text-decoration:none;
	margin:40px;
}
.loader{
	display:none;
	width:200px;
	height:200px;
	background: #000 url(../images/ajax-loader.gif) no-repeat center center;
	position:fixed;
	top:50%;
	left:50%;
	margin:-100px 0px 0px -100px;
	opacity: 0.7;
	z-index:9999;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius:100px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
a.next_image,
a.prev_image{
	width:50px;
	height:50px;
	position:fixed;
	top:50%;
	margin-top:-25px;
	cursor:pointer;
	opacity:1;
	z-index:999999;
	-moz-box-shadow:0px 0px 3px #474647;
	-webkit-box-shadow:0px 0px 3px #474647;
	box-shadow:0px 0px 3px #474647;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
a.next_image:hover{
	background:#828282 url(../images/next.png) no-repeat center center;
}


a.prev_image:hover
{	background:#828282 url(../images/prev.png) no-repeat center center;
	opacity:0.9;
}
a.next_image{
	background:#fff url(../images/next.png) no-repeat center center;
	right:-60px;
}
a.prev_image{
	background:#fff url(../images/prev.png) no-repeat center center;
	left:-60px;
}
.thumbnails_wrapper{
	position:absolute;
	top:-200px;
	left:0px;
	width:100%;
	/*-moz-box-shadow:0px 3px 5px #000;
	-webkit-box-shadow:0px 3px 5px #000;
	box-shadow:0px 3px 5px #000;*/
}
.bubble img{
	position:fixed;
	top:40%;
	left:50%;
	width:0px;
	height:0px;
}
/* Based on Manos Malihu's brilliant thumbnail scroller http://manos.malihu.gr/jquery-thumbnail-scroller */


.tshf_container{
	height:125px;
	position:relative;
	float:left;
	width:100%;
	background:#ffffff;
	margin:1px 0;
	padding:0;
}
.tshf_container .thumbScroller{
	position:relative;
	width:100%;
	overflow:hidden;
}
.tshf_container .thumbScroller,
.tshf_container .thumbScroller .container,
.tshf_container .thumbScroller .content{
	height:85px;
}
.tshf_container .thumbScroller .container{
	position:relative;
	left:0;
}
.tshf_container .thumbScroller .content{
	float:left;
}
.tshf_container .thumbScroller .content div{
	height:100%;
	position:relative;
}
.tshf_container .thumbScroller img{
	border:none;
}
.tshf_container .thumbScroller .content div a{
	display:block;
	height:85px;
	width:85px;
}
.tshf_container .thumbScroller .content div a img{
	width:85px;
}
.tshf_container .thumbScroller .content div a:hover{
	border-color:#fff;
}
.tshf_container .thumbScroller .content div:hover span{
	background:transparent url(../images/thumb_overlay_hover.png) no-repeat top left;
}
.tshf_container .thumbScroller .content span{
	cursor:pointer;
	position:absolute;
	width:85px;
	height:85px;
	top:0px;
	left:0px;
	background:transparent url(../images/thumb_overlay.png) no-repeat top left;
}