#diaporama {
	width:500px;
	height:500px;
	position:relative;
		
}
#diaporama div img + .grande {
		display:none;
	    }
#diaporama {
	width:500px;
	height:500px;
}
#diaporama div img:hover + .grande {
		display:inline;
		position:absolute;
		width:400px;
		left:50%;
		margin-left:-200px;
		height:400px;
		top:50%;
		margin-top:-200px;
		z-index:1;
	    }
#diaporama img {
		float:left;
		width:50px;
		height:50px;
		  }
#diaporama .haut, #diaporama .bas {
		width:500px;
		height:50px;
	    }
 #diaporama .gauche {
		float:left;
		width:50px;
		height:400px;
	    }
#diaporama .centre {
		float:left;
		width:400px;
		height:400px;
			
	    }
#diaporama .centre .contenu {
		background-color : white;
		position:relative;
		width:90%;			/* Réduction de la largeur de 100px */
		margin-left:auto;
		margin-right:auto;	/* Centrage de .contenu */
		margin-top:auto;
		font-family: Tahoma, Geneva, Kalimati, sans-serif; 
		text-align:center;
			/* Application de la couleur de fond */
		opacity:0.7;			/* Transparence légère */
		-moz-border-radius: 15px;	/* Arrondissement des angles */
		-webkit-border-radius: 15px;
		-o-border-radius: 15px;
		-khtml-border-radius: 15px;
		border-radius: 15px;
	    }
#diaporama .centre img {
		position:absolute;
		width:400px;
		height:400px;
	    }
#diaporama a {
		text-decoration:none;
		font-weight:bold;
		color:#781F19;
		font-size:1.5em;
	    }