	html, body, div, span, img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


html, body{
  width:100%;
  height:100%;
	line-height: 1;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #232323;
	}

#element{
	position : relative;
	/* centrage horizontal */
  width:1028px;
	margin-left:auto;
	margin-right:auto;
	/* centrage vertical */
  height:633px;
	top:50%;
	margin-top:-317px; /* moitié de la hauteur */
	background-color: #FFF;
}


		

#bg {
	position:fixed; 
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;
}
#bg img {
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;
}

.homeleft {
	display: block;
	float: left;
	overflow: hidden;
	padding: 0px;
	width: 514px;
	margin: 0px;
}
.homeright {
	display: block;
	float: right;
	overflow: hidden;
	padding: 0px;
	width: 514px;
	margin: 0px;
	height: 633px;
	background-image: url(../images/logo02.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

#home_container div span {
	position:absolute;
	bottom:25px;
	right:40%;
	left: 40%;
	width: 20%;
	text-align: center;
}
#home_container div span a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	opacity:0.8;
	color: #000;
	text-decoration: none;
}

#home_container div span a:hover {
	color: #9f9f9f;
}
