<!--
var active=0
function grossit(texte,image){
	if ((texte==txt1&&active!=1)||(texte==txt2&&active!=2)||(texte==txt3&&active!=3)||(texte==txt4&&active!=4)||(texte==txt5&&active!=5)||(texte==txt6&&active!=6)||(texte==txt7&&active!=7)){
		texte.style.color="yellow";texte.style.fontSize="11px";image.filters.alpha.opacity="100";}
}
function retour(texte,image){
	if ((texte==txt1&&active!=1)||(texte==txt2&&active!=2)||(texte==txt3&&active!=3)||(texte==txt4&&active!=4)||(texte==txt5&&active!=5)||(texte==txt6&&active!=6)||(texte==txt7&&active!=7)){
		texte.style.color="#FDE9B4";texte.style.fontSize="12px";image.filters.alpha.opacity="48";
	if (texte==txt1&&active!=1)	texte.style.fontSize="13px";}
}
function clearBoutons(){
	document.all.image1.filters.alpha.opacity="48";txt1.style.fontSize="12px";txt1.style.color="#FDE9B4";txt1.style.zIndex=2;txt1.style.top="10%";txt1.style.filter="shadow(color=#111111,direction=120,enabled=1)";
	document.all.image2.filters.alpha.opacity="48";txt2.style.fontSize="12px";txt2.style.color="#FDE9B4";txt2.style.zIndex=2;txt2.style.top="10%";txt2.style.filter="shadow(color=#111111,direction=120,enabled=1)";
	document.all.image3.filters.alpha.opacity="48";txt3.style.fontSize="12px";txt3.style.color="#FDE9B4";txt3.style.zIndex=2;txt3.style.top="10%";txt3.style.filter="shadow(color=#111111,direction=120,enabled=1)";
	document.all.image4.filters.alpha.opacity="48";txt4.style.fontSize="12px";txt4.style.color="#FDE9B4";txt4.style.zIndex=2;txt4.style.top="10%";txt4.style.filter="shadow(color=#111111,direction=120,enabled=1)";
	document.all.image5.filters.alpha.opacity="48";txt5.style.fontSize="12px";txt5.style.color="#FDE9B4";txt5.style.zIndex=2;txt5.style.top="5%";txt5.style.filter="shadow(color=#111111,direction=120,enabled=1)";
	document.all.image6.filters.alpha.opacity="48";txt6.style.fontSize="12px";txt6.style.color="#FDE9B4";txt6.style.zIndex=2;txt6.style.top="10%";txt6.style.filter="shadow(color=#111111,direction=120,enabled=1)";
	document.all.image7.filters.alpha.opacity="48";txt7.style.fontSize="12px";txt7.style.color="#FDE9B4";txt7.style.zIndex=2;txt7.style.top="10%";txt7.style.filter="shadow(color=#111111,direction=120,enabled=1)";
}
function clicBouton(texte){
	clearBoutons();texte.style.top=-4;texte.style.zIndex=3;texte.style.fontSize="15px";texte.style.color="#F99506";
	switch (texte){
		case txt1:active=1;document.all.image1.filters.alpha.opacity="100";break;
		case txt2:active=2;document.all.image2.filters.alpha.opacity="100";break;
		case txt3:active=3;document.all.image3.filters.alpha.opacity="100";break;
		case txt4:active=4;document.all.image4.filters.alpha.opacity="100";break;
		case txt5:active=5;document.all.image5.filters.alpha.opacity="100";break;
		case txt6:active=6;document.all.image6.filters.alpha.opacity="100";break;
		case txt7:active=7;document.all.image7.filters.alpha.opacity="100";break;
		default: break;
	}
	parent.copyright.document.champs.titrepage.value=active
}
function Home(){clearBoutons();active=0;parent.copyright.document.champs.titrepage.value=0}
//-->
