@charset "UTF-8";
/* CSS Document */

	#center {
	position: relative;	
	width: 750px;	
	height: 588px;
	top: 50%;
	margin-top: -295px; /* moitié de height */
	/* height: 100%;
	margin-left: auto;
	margin-right: auto;	 */
	text-align: left;
		margin-left: auto;
		margin-right: auto;

	}
	#DHTMLBOOK {
		position: relative;
		background: #000;
		width: 706px;
		height: 500px;
		float: left;
		/*left: -210px;
		top: -160px;*/
		visibility: hidden;
	}
	#TXTBOX {
		position: absolute;
		width: 706px;
		text-align: left;
		top: 500px;
		color: #808080;
		font-size: 10px;
	}
	#texte {
		float: left;
		margin-left: 18px;
		width: 530px;
		text-align: left;
		}
	.page {
		position: absolute;
		cursor: pointer;
		overflow: hidden;
		width: 50%;
		height: 100%;
		border-left: #fff solid 1px;
		-ms-interpolation-mode:nearest-neighbor;
	}
	.right {
		left: 50%;
		border-right: #fff solid 1px;
	}
	.turn {
		background: #000;
	}
	.img {
		position: absolute;
		height: 100%;
		width: 200%;
	}