/* CSS Document */

html {
   margin: 0;
   padding: 0;
   background-color: #ffffff;
}


body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;

}

#home{
	width:406px;
	height:592px;
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: center;
    position:absolute;
	left: 50%;
	top: 50%;
	width: 406px;
	height: 592px;
	margin-left: -203px; /* Cette valeur doit être la moitié négative de la valeur du width */
	margin-top: -271px; /* Cette valeur doit être la moitié négative de la valeur du height */
}

a.home {display: block;width: 406px; height: 595px;
background-image: url(../images/home.jpg);background-repeat: no-repeat;}
     


