@charset "iso-8859-1";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}

.content {
	position:absolute;
	 width:1500px;
     top: 50%;
	 left: 50%;
     height: 600px;
     margin-top: -350px; /* moitié de la hauteur */
	 margin-left: -750px; /* moitié de la Largeur */
}


.fear {
	display: none;
}

body {
	text-align: center;
	background: #000;
	overflow: hidden;
}

p {
	color: #605b5a;
	font-size: 9px;
	margin-bottom:100px;
}

p.sub_image a {
	display: block;
	background: url(../enterpics/sub-image.gif);
	height: 65px;
	width: 880px;

}

p.sub_image {
	text-align: center;
	height: 80px;
	width: 880px;
	margin: 0 auto;
}

