html, body{
	
	height: 99%;	
	text-align: center;
}

a{outline: none;}
div#global{
	
	width: 1000px;
	min-height: 100%;
	
	margin: 0 auto;
	
	background: url('../images/bgDisclaimer.jpg') 0 -50px no-repeat;	
	text-align: center;
}
* html #global{height:100%;}
div#textplace{
	
	
	font: 18px tahoma, arial, sans-serif;	
	font-weight: bold;
	width: 525px;
	height: 120px;
	
	padding: 20px 50px 30px;
	
	text-align: center;
	margin: 0 auto;
	
	position: relative;
	top: 300px;
	
	
	
	background-image: url('../images/bgTextzone.png') !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='./images/bgTextzone.png');
   	background-image:none;
   	background-repeat: no-repeat;
   	
   	margin-bottom: 15px;
	
}

* html div#textplace{
	
}


div#textplace span.big{
	
	font-size: 24px;	
	
}

a#entrer{
	
	display:block;
	height: 36px;
	width: 72px;	
	margin: 0 auto;
	position: relative;
	top: 300px;
	background-image: url('../images/btnEnter.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	
	text-indent: -20000px;
	
}

a#entrer:hover{
	background-position: 0 -35px;	
}
