/* Disclaimer */
div#disclaimer { 
    text-align:left; 
}
div#disclaimer-fond { 
    position:fixed; 
	z-index:1000; 
	width:100%; 
	height:1200px; 
    background:#000000; 
	filter:alpha(opacity=85); 
	-moz-opacity:0.8; 
	opacity: 0.8; 
	text-align:left; 
	line-height:normal; 
	clear:both; 
}
div#disclaimer-conteneur { 
    position:fixed; 
	z-index:1001; 
	width:100%; 
	text-align:center; 
	clear:both; 
}
div#disclaimer-cadre { 
    width:565px;
	height:406px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align:left; 
	margin-top:25px;
	border: none; 
	background: url(disclaimerback.png) top left no-repeat; 
	color:#555; 
} 
div#disclaimer-cadre2 { 
    padding-top:120px;
	padding-left:250px;
    font-size:12px; 
	color:#000; 
}
div#disclaimer-cadre3 { 
	padding-left:250px;
	height:65px;
}
div#disclaimer-cadre4 { 
	margin-left:18px;
    font-size:12px; 
	color:#fff;
	padding-top:5px;
}
div#linkenter { 
    cursor:pointer;
    width:117px;
	height:39px; 
    text-decoration:none; 
	background: url(backenter.png) top left no-repeat;
	font-size:14px; 
	font-weight:bold; 
	color:#ffffff; 
	float:left;
	margin-right:30px;
	text-align:center;
	padding-top:11px;
}
div#linkout { 
    cursor:pointer;
    width:117px;
	height:39px; 
    text-decoration:none; 
	background: url(backout.png) top left no-repeat;
	font-size:14px; 
	font-weight:bold; 
	color:#ffffff; 
	float:left;
	text-align:center;
	padding-top:11px;
}
div#linkenter:hover { 
    cursor:pointer;
    width:117px;
	height:39px; 
    text-decoration:none; 
	background: url(backenter-h.png) top left no-repeat;
	font-size:14px; 
	font-weight:bold; 
	color:#000000; 
	float:left;
	margin-right:30px;
	text-align:center;
	padding-top:11px;
}
div#linkout:hover { 
    cursor:pointer;
    width:117px;
	height:39px; 
    text-decoration:none; 
	background: url(backout-h.png) top left no-repeat;
	font-size:14px; 
	font-weight:bold; 
	color:#000000; 
	float:left;
	text-align:center;
	padding-top:11px;
}