//
// POUR QUE DES IMAGES SOIT UTILISÉ
//

function imageq(x){
	img=new Array("images/Photos/896.jpg",
			"images/Photos/874.jpg",
			"images/Photos/890.jpg",
			"images/Photos/893.jpg",
			"images/Photos/961.jpg",
			"images/Photos/louisepare1.jpg",
			"images/Photos/901.jpg",
			"images/Photos/925.jpg",
			"images/Photos/933.jpg",
			"images/Photos/927.jpg",
			"images/Photos/966.jpg",
			"images/Photos/967.jpg",
			"images/Photos/groupe6or.jpg");
	document.images[10].src=img[x];
}

