/* CSS Document */

#corps{

 background-color: #433E35;
  background-image: url(../fond_korzen.png);
 background-position: center center;
 background-attachment: fixed;
background-repeat: repeat-x;

}

#conteneur{

 background-color: #433E35;
 width:900px;
 height:621px;
 position:absolute;
 left:50%;
 top:50%;
 margin-top:-310px;
 margin-left:-450px;
 /*
 margin-left: auto;
 margin-right: auto;
 margin-top: auto;
 margin-botton: auto;
 display:table-cell;
 vertical-align: middle;*/
}
/*
#cible{

 background-image: url(../fonjapon2.jpg);
 background-position: center center;
 width:100%;
 height:100%;
    margin-left: auto;
     margin-right: auto;
	 

}*/