
#imageFlow {
	position: absolute;
	z-index: 0;
	width: 960px;
	height: 538px;
	top: 125px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	display:none;
}

#imageFlow img {
	border:0px;
}
#imageFlow .diapo {
	position: absolute;
	left: -4000px;
	cursor: pointer;
	-ms-interpolation-mode: nearest-neighbor;
}
#imageFlow .link {
	border: dotted #fff 1px;
	margin-left: -1px;
	margin-bottom: -1px;
}
#imageFlow .text {
	z-index: 99;
	position: absolute;
	left: 0px;
	width: 100%;
	top: 2%;
	text-align: center;
	color: #DDD;
}
#imageFlow .title {
	font-size: 1.7em;
	font-weight: bold;
}
#imageFlow .legend {
	padding: 3px 0px;
	font-size : 10pt;
	font-weight: bold;
}
#imageFlow .depuis {
	z-index: 0;
	padding: 3px 0px;
	font-size : 10pt;
	font-style: italic;
}
#imageFlow .fullDescription {
	z-index: 99;
	font-size : 10pt;
	position: absolute;
	width:78%;
	left: 11%;
	bottom: 6%;
}
#imageFlow .partOne {
	float:left;
	width:52%;
}
#imageFlow .partTwo {
	float:right;
	width:46%;
}
#imageFlow .subPartOne {
	padding: 0px 5px;
	float:left;
}
#imageFlow .subPartTwo {
	padding: 0px 5px;
	float:left;
}
#imageFlow .terme {
	padding: 2px 0px;
	font-style: italic;
}
#imageFlow .valeur {
	padding: 2px 0px;
	font-weight: bold;
}


#imageFlow .scrollbar {
	z-index: 99;
	position: absolute;
	left: 10%;
	bottom: 3%;
	width: 80%;
	height: 16px;
}
#imageFlow .track {
	position: absolute;
	left: 1%;
	width: 98%;
	height: 16px;
	filter: alpha(opacity=30);
	opacity: 0.3;
}
#imageFlow .arrow-left {
	position: absolute;
}
#imageFlow .arrow-right {
	position: absolute;
	right: 0px;
}
#imageFlow .bar {
	position: absolute;
	height: 16px;
	left: 25px;
}
