html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: #000000;
  }
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight: bold;
	text-decoration:none;

}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;

}
a:hover {
	color: #01A0C7;
	text-decoration:none;
}
.cadre {
	border: 3px solid #FFFFFF;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 708px;
}
.contenant {
	text-align: center;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.calque {
	width: auto;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	height: auto;
	top: 20px;
	left: 100px;
}
