/* CSS Document */
		body {
			background-image:url(images/fond.gif);
		}
		
		#container {
			text-align: center;
			position: absolute;
		
			width: 868px;            /* largeur de ton contenu */
			margin-left: -434px;     /* moitie de width */
			left: 50%;               /* constant, toujours 50% */
			height: 568px;           /* hauteur de ton contenu */
			margin-top: -284px;      /* moitie de height */
			top: 50%;                /* constant, toujours 50% */ 
		}

		.footer { 
			clear:both; bottom:0; text-align:right; 
			position: relative;
			width: 868px;
			height: 10px;
			margin-right: 0px !important;
			margin-top: 4px;
			padding-top: 4px;  
		}

