body {
    
    margin: 0;
	padding: 0;
	width: 100%;
}





.diaporama12{
	align-content: flex-start
	margin:0 auto;
	width: 618px;
	height:412px;
	background-image:url("image/01inachevees3/01.jpg");
		
	webkit-animation-name: diapo12;
	webkit-animation-duration:9s;
	webkit-animation-timing-function:linear;
	webkit-animation-interation-count:infinite;
	webkit-animation-direction:normal;
	
	moz-animation-name: diapo12;
	moz-animation-duration:9s;
	moz-animation-timing-function:linear;
	moz-animation-interation-count:infinite;
	moz-animation-direction:normal;
	
	animation-name: diapo12;
	animation-duration:9s;
	animation-timing-function:linear;
	animation-interation-count:infinite;
	animation-direction:normal;
}
@-webkit-keyframes diapo12{ 
0%{background-image:url("image/01inachevees3/806A4775.jpg");}
	25%{background-image:url("image/01inachevees3/01small.jpg");}
	50%{background-image:url("image/01inachevees3/02small.jpg");}
	75%{background-image:url("image/01inachevees3/03small.jpg");}
}	
	
@-moz-keyframes diapo12{ 
0%{background-image:url("image/01inachevees3/806A4775.jpg");}
	25%{background-image:url("image/01inachevees3/01small.jpg");}
	50%{background-image:url("image/01inachevees3/02small.jpg");}
	75%{background-image:url("image/01inachevees3/03small.jpg");}
}


@keyframes diapo12{ 
0%{background-image:url("image/01inachevees3/806A4775.jpg");}
	25%{background-image:url("image/01inachevees3/01small.jpg");}
	50%{background-image:url("image/01inachevees3/02small.jpg");}
	75%{background-image:url("image/01inachevees3/03small.jpg");}
	
}
@charset "utf-8";
/* CSS Document */

