
/*central */

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



#croix {
	position: absolute;
	top : 90px;
	z-index:1;
}



#contenu {
	position:absolute;
	z-index:3;
	left: 250px;
	top : 170px;
}



#menu {
	position:absolute;
	z-index:2;
	top:200px;
	width:150px;

}


#photodubas {
	position:absolute;
	z-index:4;
	top:880px;
	left : 250px;

}