.img1 {position : relative; 
	   top : 30px;
	   background-image:url("Dossier_Images/fond.jpg"); }
	   
.d2 {width : 100px; height : 100px;float : right; margin-right : 450px;
	margin-top : 200px;
	background-color : #EDEDED;
	background-size : contain;
	border-style : solid; border-width : 1px;
	animation-duration : 10s;
	animation-timing-function : linear;
	animation-iteration-count : infinite;
	animation-name : fondu;}
	
/*.conteneur {max-width : 580px; margin : 5px auto; position : relative; top : 20px;} */
.conteneur {width : 580px; height : 360px; position : relative; 
			left : 6px; top : -2px;}

@keyframes fondu {
	0%{background-image : url("Dossier_Images/86Z.jpg");}
	40%{background-image : url("Dossier_Images/86M.jpg");}
	80%{background-image : url("Dossier_Images/visage.jpg");}
			  }
