/* CSS Document */

body {
	background-color:black;
	margin: 0;
	padding: 0;
	}

#theater {
	width:960px;
	height:700px;
	margin: -350px 0 0 -480px; /* moitie de la hauteur et de la largeur */
	position:absolute;
	left: 50%;
	top: 50%;
	z-index:0;
	background: url(../img/HuissiersBGFinal.jpg) no-repeat top left;
	}
	
.uk {
	background: url(../img/HuissiersBGFinalUK.jpg) no-repeat top left !important;
	}	
	
#video {
	width: 600px;
	height: 276px;
	position: absolute;
	left: 180px;
	top: 212px;
	}

a#telecharger {
	display:block;
	width:300px;
	height:47px;
	position: absolute;
	left: 330px;
	top: 497px;
	text-indent:-5000px;
	outline: 0;
	}
	
a#englishver {
	display:block;
	width:210px;
	height:35px;
	position: absolute;
	left: 375px;
	top: 555px;
	text-indent:-5000px;
	outline: 0;
	}	

#theater h1, #theater h2, #theater h3 {
	display:none;
	}
