/*************************************/
/*              INDEX                */
/*************************************/
#index #content {
	height: 487px;
}
	#slideshow {
		height: 487px;
		z-index: 1;
	}
	#schedule {
		height: 64px; /* +20 */
		width: 998px;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 100;
		background: url(/images/index/black-50-percent.png) repeat;
		padding-top: 20px;
	}
	* html #schedule {
		/*background: Black;*/
		top: 403px;
	}
		#schedule span {
			display: block;
			text-align: right;
			color: White;
			font-size: 18px;
			margin-right: 40px;
		}
	
	#img-orar {
		position: absolute;
		bottom: 10px;
		right: 0;
		z-index: 200;
	}
	* html #img-orar {
		top: 413px;
	}
	
	/* texte peste slideshow */
	#banner-text {
		position: absolute;
		top: 0;
		right: 33px;
		z-index: 100;
	}
		#banner-text h1.sifr_48_white {
			margin-top: 50px;
			text-align: right;
			color: White;
			font-size: 48px;
			font-weight: bold;
			margin-bottom: 160px;
		}
		#banner-text span.sifr_45_black {
			margin-top: 0px;
			display: block;
			text-align: right;
			color: Black;
			font-size: 45px;
			font-weight: bold;
			padding: 0;
			height: 45px;
		}
		#banner-text span.sifr_51_white {
			margin-top: 0px;
			display: block;
			text-align: right;
			color: White;
			font-size: 51px;
			font-weight: bold;
			padding: 0;
			height: 51px;
		}
		
		*:first-child+html #banner-text span.sifr_45_black {
			float: right;
		}
		*:first-child+html #banner-text span.sifr_51_white {
			clear: right;
			float: right;
		}
	