		Stamp = new Date();
		if (Stamp.getMonth() == 0) {
		 Month = "Janvier";
		}
		if (Stamp.getMonth() == 1) {
		Month = "Fevrier";
		}
		if (Stamp.getMonth() == 2) {
		 Month = "Mars";
		}
		if (Stamp.getMonth() == 3) {
		 Month = "Avril";
		}
		if (Stamp.getMonth() == 4) {
		 Month = "Mai";
		}
		if (Stamp.getMonth() == 5) {
		Month = "Juin";
		}
		if (Stamp.getMonth() == 6) {
		 Month = "Juillet";
		}
		if (Stamp.getMonth() == 7) {
		Month = "Aout";
		}
		if (Stamp.getMonth() == 8) {
		 Month = "Septembre";
		}
		if (Stamp.getMonth() == 9) {
		 Month = "Octobre";
		}
		if (Stamp.getMonth() == 10) {
		 Month = "Novembre";
		}
		if (Stamp.getMonth() == 11) {
		Month = "Décembre";
		}	
document.write("© 2005-"+ Stamp.getYear()+" Web Pro tous droits réservés - Design: G.S");