	hs.graphicsDir = 'http://www.renepaul.net/code/highslide/graphics/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade']; 
	hs.outlineType = 'rounded-white';
	hs.wrapperClassName = 'controls-in-heading';
	hs.fadeInOut = true;
	//hs.dimmingOpacity = 0.75;
	//*** paramètres suivants ajoutés par RP ***
	hs.showCredits = false;
	hs.captionEval = 'this.a.title';
	//hs.captionEval = 'this.thumb.alt';
	//hs.captionEval = 'this.thumb.title';
	//hs.allowSizeReduction = false;
	//hs.numberPosition = 'caption'; //heading, caption
	//hs.lang.number = '%1/%2'; 
	//hs.autoplay = true;
	hs.blockRightClick = true;
	/*
	hs.dimmingDuration = 0;
	hs.expandDuration = 1;
	hs.loadingOpacity = 1;
	hs.numberOfImagesToPreload = 1;
	hs.restoreDuration = 1;
	hs.transitionDuration = 1;
	*/
	hs.headingId = 'heading';

	// Add the controlbar
	if (hs.addSlideshow) hs.addSlideshow({
		//slideshowGroup: 'group1',
		interval: 5000,
		repeat: false,
		useControls: true,
		fixedControls: false, //default: fit ,true, false
		overlayOptions: {
			opacity: 1,
			position: 'top right',
			hideOnMouseOut: false
		}
	});
	
// French language strings
hs.lang = {
	cssDirection: 'ltr',
	loadingText: 'Chargement...',
	loadingTitle: 'Cliquer pour annuler',
	focusTitle: 'Cliquer pour amener au premier plan',
	fullExpandTitle: 'Afficher à la taille réelle',
	creditsText: 'Développé sur <i>Highslide JS</i>',
	creditsTitle: 'Site Web de Highslide JS',
	previousText: 'Précédente',
	nextText: 'Suivante',
	moveText: 'Déplacer',
	closeText: 'Fermer',
	closeTitle: 'Fermer (esc ou Échappement)',
	resizeTitle: 'Redimensionner',
	playText: 'Lancer',
	playTitle: 'Lancer le diaporama (barre d\'espace)',
	pauseText: 'Pause',
	pauseTitle: 'Suspendre le diaporama (barre d\'espace)',
	previousTitle: 'Précédente (flèche gauche)',
	nextTitle: 'Suivante (flèche droite)',
	moveTitle: 'Déplacer',
	fullExpandText: 'Taille réelle',
	number: 'Image %1 of %2',
	restoreTitle: 'Cliquer pour fermer l\'image, cliquer et faire glisser pour déplacer, utiliser les touches flèches droite et gauche pour suivant et précédent.'
};
