
/*central */

#central {
	background-color:#000;
	width:950px;
	height:1200px;
	margin:0px auto 0px auto;
}



#croix {
	position: relative;
	top : -20px;
	z-index:1;
	
}


#contenu {
	position:relative;
	z-index:2;
	left: 300px;
	top : -740px;
	width:600px;
	color:#ccc;
	font-family:"geneva";
	font-size: 12px; 
	text-align: justify;
	
}




#contenu strong{
	font-size:20px;
	text-decoration: underline;
	color: #8680ff;
	
}

#contenuIntro {
	font-size:16px;
	text-align:center;
	font-style: italic;
	color: #ccc;
}


#menu {
	position:relative;
	z-index:3;
	top:-770px;
	width:150px;

}


#photodubas {
	position:relative;
	z-index: 5;
	top:-450px;
	left:50px;
	width:800px;
	
}