html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/background.jpg);
	background-position: center center;
}

#global {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 1024px;
	height: 768px;
	margin-left: -512px;
	margin-top: -384px; /* moitié de la hauteur */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#global-ecard {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 600px;
	height: 482px;
	margin-left: -300px;
	margin-top: -241px; /* moitié de la hauteur */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#boutons {
	height: 331px;
	width: 325px;
	margin-top: 75px;
	margin-left: 137px;
	text-align: center;
}