*, html{
	margin: 0;
	padding: 0;
}

body{
	background: #d9deee url('images/accueil_bg_body.png') repeat-x;
}

#global{
	margin: 0 auto;
	width: 950px;
	height: 714px;
	background: url('images/accueil_bg_global.png') no-repeat;
	top: -22px;
	position: relative;
}

#accueil a{
	text-indent: -9999px;
	display: block;
	width: 950px;
	height: 714px;
}

a:focus{
	outline: none;
}

#header, .menu, #footer{
	display: none;
} 

