body, h2, p {
	margin: 0;
	padding: 0;
}

body {
	background-color: #C9A0DC;
	color: #333;
	font-family: Helvetica, sans-serif;
}

#book {/*fond du livre*/
	

	background-image:-webkit-linear-gradient(left, #FF0000 0%, #ED7F10 10%, #FFFF00 18%, #00FF00 25%, #25FDE9 35%, #4B0082 42%, #660099 50%);
	background-image: linear-gradient(left, #FF0000 0%, #ED7F10 10%, #FFFF00 18%, #00FF00 25%, #25FDE9 35%, #4B0082 42%, #660099 50%);
	/*background: url("image/fond.jpg");*/
	position: absolute;
	
	width: 830px;
	height: 260px;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -125px;
	border:solid 5px indigo;
	
	
}

.premiereimage {
     position: absolute;
     left: 0px;
     top: 0px;
     height: 100%;
	 margin-left: -25px;
	 z-index: 2;
    }

.segondeimage {
     position: absolute;
     left: 0px;
     top: 50px;
	 width: 100%;
     z-index: 1;
    }




#pages section {/*la page du livre*/
	/*background-image: url("image/liaison.gif") no-repeat;*/
	background-color: #C9A0DC;
	
	display: block;
	width: 400px;
	height: 250px;
	position: absolute;
	left: 415px;
	top: 5px;
	overflow: hidden;
	margin-right: 10px;
	
}

#pages section>div {/*le contenu de la page du livre*/
		display: block;
		width: 400px;
		height: 250px;
		font-size: 0.8em;
		ctx.fillStyle: rgb(200, 0, 0);
        ctx.fillRect:(10, 10, 50, 50);
		
		
	}



#pages section h2,#pages section p {
		padding: 3px 35px;
		line-height: .8em;
		
	}
#pages section h2{
		margin: 15px 0 10px;
	}

#pageflip-canvas {
	position: absolute;
	z-index: 100;
}
