/*
+-----------------------+
|	=> Diaporama		|
+-----------------------+
*/
#diaporama {
	font:bold 10pt/1.2 Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align:center;
}
#diaporama a img {
	border:0;
}

/* Image Grand Format */
#grand_format {
	margin:10px;
	padding:15px;
	background:#DDD;
	border:1px solid #000;
}

/* Jauge / Slider */
#slider {
	width:750px;
	margin:10px auto;
}
#slider a,
#slider div {
	float:left;
}
#barre {
	position:relative;
	width:700px;
	height:20px;
	background:url(barre_fond.gif) 0 0 repeat-x;
}
#barre:hover {
	cursor:w-resize;
}
#curseur {
	position:absolute;
	top:-2px;
	width:23px;
	height:22px;
	padding-top:1px;
	text-align:center;
	color:#FFF;
	font:bold 10pt/1.2 Georgia, Times New Roman, Times, serif;
	background:url(position.gif) 0 0 no-repeat;
}

/* Images petit format */
#defilement {
	clear:both;
	height:150px;
	margin:50px auto;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
}
#defilement img {
	width:100px;
	vertical-align:top;
	margin:auto 1px;
}
	
	




