/* CSS Document */

body {
	background-color:black;
}

#theater {
	height:300px;
	width:500px;
	margin-right: auto;
	margin-left: -250px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-top: -150px; /* moitié de la hauteur */
	margin-left: -250px; /* moitié de la largeur */
	z-index:0;
}

p {
	text-align:center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#B4B4B4;
}

a {
	color:#B4B4B4;
	text-decoration:none;
}

a:hover {
	border-bottom: 1px solid #999;
}

#theater h1 {
	display:none;
}
