@charset "utf-8";
/* CSS Document */
<!------------------ debut diaporama excursions 2009 ---------------------->
	
	body {
		margin: 0px;
		padding: 0px;
		background: #0000;
		position: absolute;
		width: 100%;
		height: 100%;
		
	}
	#center {
		position:relative;
		left: 0%;
		top: 50%;
	}
	#DHTMLBOOK {
		position: relative;
		background: #ffff;
		width: 709px;
		height: 535px;
		left: 0px;
		top: 0px;
		visibility: hidden;
	}
	#TXTBOX {
		position: absolute;
		font-family: verdana;
		color: #ffffff;
		font-size: .8em;
		width: 710px;
		text-align: center;
		top: 560px;
	}
	.page {
		position: absolute;
		cursor: pointer;
		overflow: hidden;
		width: 50%;
		height: 100%;
		border-left: #000000 solid 1px;
		-ms-interpolation-mode:nearest-neighbor;
	}
	.right {
		left: 50%;
		border-right: #000000 solid 1px;
	}
	.turn {
		background: #000000;
	}
	.img {
		position: absolute;
		height: 100%;
		width: 200%;
	}
.page1 {		position: absolute;
		cursor: pointer;
		overflow: hidden;
		width: 50%;
		height: 100%;
		border-left: #000000 solid 1px;
		-ms-interpolation-mode:nearest-neighbor;
}
.Style95 {color: #CCCCCC}

