CoolClock.config.skins = {

	swissRail: {
		outerBorder: { lineWidth: 1, radius:30, color: "grey", alpha: 1 }, // Contour de l'horloge
		smallIndicator: { lineWidth: 0.6, startAt: 29, endAt: 26, color: "black", alpha: 1 }, // Petite aiguille
		largeIndicator: { lineWidth: 1, startAt: 29, endAt: 24, color: "black", alpha: 1 },
		hourHand: { lineWidth: 2, startAt: -5, endAt: 20, color: "black", alpha: 0.7 },
		minuteHand: { lineWidth: 2, startAt: -5, endAt: 27, color: "black", alpha: 0.7 },
		secondHand: { lineWidth: 1, startAt: -5, endAt: 29, color: "red", alpha: 0.6 },
		secondDecoration: { lineWidth: 1, startAt: 70, radius: 4, fillColor: "red", color: "red", alpha: 0 }
	},
};

