@charset "UTF-8";
/* CSS Document */

	.body {
		background-image: url(../pix/berlin-wall/background.jpg);
		background-repeat: no-repeat;
	}
	#imageFlow { 
		position: absolute; 
		width: 85%; 
		left: 0%; 
		/*height: 70%; 
		top: 30%; */
		overflow: hidden;
		height: 600px;
		top: 50%;
		margin-top: -300px; /* moitié de height */
	/* height: 100%;	 */
	} 
	#imageFlow .diapo { 
		position: absolute; 
		left: -1000px; 
		cursor: pointer; 
		-ms-interpolation-mode: nearest-neighbor;
		-moz-opacity:.85;
		-khtml-opacity:.85;
		filter: alpha(opacity=85);
   		opacity:.85;
	} 
	#imageFlow .link { 
		border: dotted #fff 1px; 
		margin-left: -1px; 
		margin-bottom: -1px; 
	} 
	.bank img {
		-moz-opacity:.7;
		-khtml-opacity:.7;
		filter: alpha(opacity=70);
   		opacity:.7;
	}
	#imageFlow .bank { 
		visibility: hidden; 
	} 
	#imageFlow .text { 
		position: absolute; 
		left: 0px; 
		top: 0px;
		width: 300px;
		/*width: 100%; 
		bottom: 16%; */
		text-align: left; 
		color: #333; 
		font-family: arial, verdana, Helvetica, sans-serif; 
		z-index: 1000; 
	} 
	#imageFlow .title {
		color: #fff;
		text-transform: uppercase;
		font-size: 6em; 
		font-weight: bold;
		line-height: 0.85em;
		-moz-opacity:.7;
		-khtml-opacity:.7;
		filter: alpha(opacity=70);
   		opacity:.7;
	} 
	#imageFlow .legend {
		padding-top: 0.85em;
		font-size: 3em; 
		color: #fff;
		-moz-opacity:.5;
		-khtml-opacity:.5;
		filter: alpha(opacity=50);
   		opacity:.5;
	} 
	#imageFlow .scrollbar { 
		position: absolute; 
		left: 22%;
		bottom: 10%; 
		width: 60%; 
		height: 16px; 
		z-index: 1000; 
	} 
	#imageFlow .track { 
		position: absolute; 
		left: 1%; 
		width: 98%; 
		height: 16px; 
		/*filter: alpha(opacity=30); 
		opacity: 0.3; */
		-moz-opacity:.9;
		-khtml-opacity:.9;
		filter: alpha(opacity=90);
   		opacity:.9;
	} 
	#imageFlow .arrow-left { 
		position: absolute; 
		left: 0px;
		-moz-opacity:.9;
		-khtml-opacity:.9;
		filter: alpha(opacity=90);
   		opacity:.9;
	} 
	#imageFlow .arrow-right { 
		position: absolute; 
		right: 0px; 
		-moz-opacity:.9;
		-khtml-opacity:.9;
		filter: alpha(opacity=90);
   		opacity:.9;
	} 
	#imageFlow .bar { 
		position: absolute; 
		height: 16px; 
		left: 25px; 
		-moz-opacity:.9;
		-khtml-opacity:.9;
		filter: alpha(opacity=90);
   		opacity:.9;
	}
	.noir {
		color: #ccc;
	}
