@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	background:#000;
}
#centre {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-270px ;
	margin-left:-425px;
	background-color:#000;
	width:850px;
	height:350px;
}
#texte {
	height:190px;
	width:400px;
	font-size:10px;
	font:Verdana, Geneva, sans-serif;
	color:#FFF;
	margin: 170px 0 0 380px;
}
#logo {
	width:400px;
	height:175px;
	background:url(images/5sur5-festival.jpg) no-repeat;
	margin: 170px 0 0 0;
	float:left;
}
#boutonenter {
	margin:7px 0 0 -7px;
}
a.enter {
	background: url(images/enter.jpg) no-repeat 0 0;
	width: 194px;
	height: 42px;
	display:block;
	text-indent:-999em;
	float:left;
	outline:none;
}
a.enter:hover {
	background-position: 0 -43px;
}
h1 {
	text-transform:uppercase;
	color:#F00;
	font-size:15px;
	font:bold;
}
h2 {
	text-transform:uppercase;
	color:#FFF;
	font-size:14px;
	font:bold;
}
