* {
	padding		: 0;
	margin		: 0;
}

html, body {
	background	: #eee url('../images/background.gif') top left repeat-x;
	height		: 100%;
	padding		: 0;
	margin		: 0 auto;
	font			: 11px "Lucida Grande","Lucida Sans Unicode",sans-serif;
	color			: #aaa;
}

html {
	margin-bottom: 0.01em;
}

body {
   text-align	: center; /* pour corriger le bug de centrage IE */
	width		: 300px;
}

img {
	border		: 0;
}

a {
	color		: #000;
	text-decoration: none;
	margin		: 0 20px;
}

.langue {
	margin		: 10px;
}

h1 {
	background	: transparent url('../images/logo.gif') top left no-repeat;
	text-indent	: -3000px;
	width		: 300px;
	height		: 27px;
}

#global {
	position	: absolute;
	top			: 50%;
	left		: 50%;
	width		: 300px;
	height		: 100px;
	margin-left	: -150px;
	margin-top	: -80px;
}
