/*-------------------------------------*/
/* Merde le con ! Il est sur le css…   */
/*-------------------------------------*/

body{
	background: #fb6515 url(img/bg.png) repeat-x;
	margin:0;
	padding:0;
	text-align: center;
}

h1{
	padding: 15px 0 0 0;
	font-family: 'Shojumaru', cursive;
	color:#000;
	margin:0 auto;
	text-shadow: 0 1px 0 #000;
}

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

a:hover{
	color:#fb6515;
}

#conteneur{
	background:#000 url(img/visuel.jpg) no-repeat;
	width:960px;
	height:680px;
    position:absolute; 
	left: 50%;  
	top: 50%; 
	margin-top: -340px; /* moitié de la hauteur */ 
 	margin-left: -480px; /* moitié de la largeur */
 	border:5px solid #000;
}

#intern{
	position: relative;
	width:960px;
	height:680px;
	font-family: 'Bangers', cursive;
}

#un{
	position: absolute;
	left:30px;
	top:150px;	
}

#deux{
	position: absolute;
	left:300px;
	top:130px;	
}

#trois{
	 position: absolute;
	 right:330px;
	 top:110px;
}

#quatre{
	position: absolute;
	right:30px;
	top:150px;
}

/*--------------------------------------------*/
/* Il va quand même pas nous hacker la page ? */
/*--------------------------------------------*/
