/* CSS Document */

body {
	background-image: url(AP/BODY.jpg);
}

#index {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 480px;
     height: 551px;
     margin-top: -275px; /* moitié de la hauteur */
     margin-left: -240px; /* moitié de la largeur */
	 
     }
	 
	 #indexG {
	 position: absolute;
	 left: 0;
	 top: 0;
	 }

	 #indexD {
	 position: absolute;
	 right: 0;
	 top: 0;
	 }

#logo {
	position: absolute;
	bottom: 130px;
	left: 135px;
	width: 250px;
	height:200px;
	background-image: url(ICONO/logo.png) ;
	z-index: 200;
}

#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 922px;
     height: 584px;
     margin-top: -292px; /* moitié de la hauteur */
     margin-left: -461px; /* moitié de la largeur */
     }

#frameG {
	position: absolute;
	margin-top: 30px;
	margin-left: 0px;
	width: 40px;
	height: 550px;
	background-image: url(ICONO/pepinieresG.jpg);
	}
	
#framePhoto {
	position: absolute;
	margin-top: 30px;
	margin-left: 40px;
	width: 200px;
	height: 550px;
	background-image: url(ICONO/main.jpg);
	}
	
#framePrincipale {
	position: absolute;
	margin-top: 30px;
	margin-left: 240px;
	width: 650px;
	height: 550px;
	background-image: url(ICONO/feuilleD.jpg);
	}


	img {
	border: none;
}

