//on defini la position en px selon l'ordre
//et cela pour tte les fonction
un='300px';
deux='510px';
trois='720px';
quatre='930px';
cinq='1140px';
six='1350px';
sept='1560px';
huit='1770px';
neuf='1980px';
dix='2190px';
onze='2400px';
douze='2610px';

function triprixC() 
{

	if (navigator.appName=='Microsoft Internet Explorer')
	{
		document.all.studio2p.style.top=un;//on modifie la position (absolut) de la div (id=studio2p) et on la remplace par une variable (un=300px)
		document.all.studio4p.style.top=deux;
		document.all.studio6pst.style.top=trois;
		document.all.studio6pavt.style.top=cinq;
		document.all.chalet4p.style.top=quatre;
		document.all.apphotel.style.top=sept;
		document.all.chalet5p.style.top=six;
		document.all.construction.style.top=huit;
		document.all.ptbois.style.top=neuf;
		document.all.tilleul.style.top=dix;
		document.all.grbois.style.top=onze;
		document.all.abri.style.top=douze;
	}
	else
	{
		document.getElementById('studio2p').style.top=un;
		document.getElementById('studio4p').style.top=deux;
		document.getElementById('studio6pst').style.top=trois;
		document.getElementById('studio6pavt').style.top=cinq;
		document.getElementById('chalet4p').style.top=quatre;
		document.getElementById('apphotel').style.top=sept;
		document.getElementById('chalet5p').style.top=six;
		document.getElementById('construction').style.top=huit;
		document.getElementById('ptbois').style.top=neuf;
		document.getElementById('tilleul').style.top=dix;
		document.getElementById('grbois').style.top=onze;
		document.getElementById('abri').style.top=douze;
	}
;}

function triprixD() 
{
	
	if (navigator.appName=='Microsoft Internet Explorer')
	{
		document.all.studio2p.style.top=douze;
		document.all.studio4p.style.top=onze;
		document.all.studio6pst.style.top=dix;
		document.all.studio6pavt.style.top=huit;
		document.all.chalet4p.style.top=neuf;
		document.all.apphotel.style.top=six;
		document.all.chalet5p.style.top=sept;
		document.all.construction.style.top=cinq;
		document.all.ptbois.style.top=quatre;
		document.all.tilleul.style.top=trois;
		document.all.grbois.style.top=deux;
		document.all.abri.style.top=un;
	}
	else
	{
		document.getElementById('studio2p').style.top=douze;
		document.getElementById('studio4p').style.top=onze;
		document.getElementById('studio6pst').style.top=dix;
		document.getElementById('studio6pavt').style.top=huit;
		document.getElementById('chalet4p').style.top=neuf;
		document.getElementById('apphotel').style.top=six;
		document.getElementById('chalet5p').style.top=sept;
		document.getElementById('construction').style.top=cinq;
		document.getElementById('ptbois').style.top=quatre;
		document.getElementById('tilleul').style.top=trois;
		document.getElementById('grbois').style.top=deux;
		document.getElementById('abri').style.top=un;
	}
;}
//-----------------------------------------------------------------------------------------------------------------------------------

function triplaceC() 
{
	
	if (navigator.appName=='Microsoft Internet Explorer')
	{
		document.all.studio2p.style.top=un;
		document.all.studio4p.style.top=deux;
		document.all.studio6pst.style.top=cinq;
		document.all.studio6pavt.style.top=six;
		document.all.chalet4p.style.top=trois;
		document.all.apphotel.style.top=huit;
		document.all.chalet5p.style.top=quatre;
		document.all.construction.style.top=sept;
		document.all.ptbois.style.top=neuf;
		document.all.tilleul.style.top=dix;
		document.all.grbois.style.top=onze;
		document.all.abri.style.top=douze;
	}
	else
	{
		document.getElementById('studio2p').style.top=un;
		document.getElementById('studio4p').style.top=deux;
		document.getElementById('studio6pst').style.top=cinq;
		document.getElementById('studio6pavt').style.top=six;
		document.getElementById('chalet4p').style.top=trois;
		document.getElementById('apphotel').style.top=huit;
		document.getElementById('chalet5p').style.top=quatre;
		document.getElementById('construction').style.top=sept;
		document.getElementById('ptbois').style.top=neuf;
		document.getElementById('tilleul').style.top=dix;
		document.getElementById('grbois').style.top=onze;
		document.getElementById('abri').style.top=douze;
	}
;}

function triplaceD() 
{
	
	if (navigator.appName=='Microsoft Internet Explorer')
	{
		document.all.studio2p.style.top=douze;
		document.all.studio4p.style.top=onze;
		document.all.studio6pst.style.top=huit;
		document.all.studio6pavt.style.top=sept;
		document.all.chalet4p.style.top=dix;
		document.all.apphotel.style.top=cinq;
		document.all.chalet5p.style.top=neuf;
		document.all.construction.style.top=six;
		document.all.ptbois.style.top=quatre;
		document.all.tilleul.style.top=trois;
		document.all.grbois.style.top=deux;
		document.all.abri.style.top=un;
	}
	else
	{
		document.getElementById('studio2p').style.top=douze;
		document.getElementById('studio4p').style.top=onze;
		document.getElementById('studio6pst').style.top=huit;
		document.getElementById('studio6pavt').style.top=sept;
		document.getElementById('chalet4p').style.top=dix;
		document.getElementById('apphotel').style.top=cinq;
		document.getElementById('chalet5p').style.top=neuf;
		document.getElementById('construction').style.top=six;
		document.getElementById('ptbois').style.top=quatre;
		document.getElementById('tilleul').style.top=trois;
		document.getElementById('grbois').style.top=deux;
		document.getElementById('abri').style.top=un;
	}
;}
//-----------------------------------------------------------------------------------------------------------------------------------

function tripieceC() 
{
	
	if (navigator.appName=='Microsoft Internet Explorer')
	{
		document.all.studio2p.style.top=un;
		document.all.studio4p.style.top=deux;
		document.all.studio6pst.style.top=trois;
		document.all.studio6pavt.style.top=quatre;
		document.all.chalet4p.style.top=cinq;
		document.all.apphotel.style.top=six;
		document.all.chalet5p.style.top=sept;
		document.all.construction.style.top=huit;
		document.all.ptbois.style.top=neuf;
		document.all.tilleul.style.top=dix;
		document.all.grbois.style.top=onze;
		document.all.abri.style.top=douze;
	}
	else
	{
		document.getElementById('studio2p').style.top=un;
		document.getElementById('studio4p').style.top=deux;
		document.getElementById('studio6pst').style.top=trois;
		document.getElementById('studio6pavt').style.top=quatre;
		document.getElementById('chalet4p').style.top=cinq;
		document.getElementById('apphotel').style.top=six;
		document.getElementById('chalet5p').style.top=sept;
		document.getElementById('construction').style.top=huit;
		document.getElementById('ptbois').style.top=neuf;
		document.getElementById('tilleul').style.top=dix;
		document.getElementById('grbois').style.top=onze;
		document.getElementById('abri').style.top=douze;
	}
;}

function tripieceD() 
{
	
	if (navigator.appName=='Microsoft Internet Explorer')
	{
		document.all.studio2p.style.top=douze;
		document.all.studio4p.style.top=onze;
		document.all.studio6pst.style.top=dix;
		document.all.studio6pavt.style.top=neuf;
		document.all.chalet4p.style.top=huit;
		document.all.apphotel.style.top=sept;
		document.all.chalet5p.style.top=six;
		document.all.construction.style.top=cinq;
		document.all.ptbois.style.top=quatre;
		document.all.tilleul.style.top=trois;
		document.all.grbois.style.top=deux;
		document.all.abri.style.top=un;
	}
	else
	{
		document.getElementById('studio2p').style.top=douze;
		document.getElementById('studio4p').style.top=onze;
		document.getElementById('studio6pst').style.top=dix;
		document.getElementById('studio6pavt').style.top=neuf;
		document.getElementById('chalet4p').style.top=huit;
		document.getElementById('apphotel').style.top=sept;
		document.getElementById('chalet5p').style.top=six;
		document.getElementById('construction').style.top=cinq;
		document.getElementById('ptbois').style.top=quatre;
		document.getElementById('tilleul').style.top=trois;
		document.getElementById('grbois').style.top=deux;
		document.getElementById('abri').style.top=un;
	}
;}
//-----------------------------------------------------------------------------------------------------------------------------------

function tripopC() 
{

	if (navigator.appName=='Microsoft Internet Explorer')
	{
		document.all.studio2p.style.top=deux;
		document.all.studio4p.style.top=onze;
		document.all.studio6pst.style.top=dix;
		document.all.studio6pavt.style.top=cinq;
		document.all.chalet4p.style.top=huit;
		document.all.apphotel.style.top=sept;
		document.all.chalet5p.style.top=trois;
		document.all.construction.style.top=douze;
		document.all.ptbois.style.top=quatre;
		document.all.tilleul.style.top=un;
		document.all.grbois.style.top=six;
		document.all.abri.style.top=neuf;
	}
	else
	{
		document.getElementById('studio2p').style.top=deux;
		document.getElementById('studio4p').style.top=onze;
		document.getElementById('studio6pst').style.top=dix;
		document.getElementById('studio6pavt').style.top=cinq;
		document.getElementById('chalet4p').style.top=huit;
		document.getElementById('apphotel').style.top=sept;
		document.getElementById('chalet5p').style.top=trois;
		document.getElementById('construction').style.top=douze;
		document.getElementById('ptbois').style.top=quatre;
		document.getElementById('tilleul').style.top=un;
		document.getElementById('grbois').style.top=six;
		document.getElementById('abri').style.top=neuf;
	}
;}

function tripopD() 
{
	
	if (navigator.appName=='Microsoft Internet Explorer')
	{
		document.all.studio2p.style.top=onze;
		document.all.studio4p.style.top=deux;
		document.all.studio6pst.style.top=trois;
		document.all.studio6pavt.style.top=huit;
		document.all.chalet4p.style.top=cinq;
		document.all.apphotel.style.top=six;
		document.all.chalet5p.style.top=dix;
		document.all.construction.style.top=un;
		document.all.ptbois.style.top=neuf;
		document.all.tilleul.style.top=douze;
		document.all.grbois.style.top=sept;
		document.all.abri.style.top=quatre;
	}
	else
	{
		document.getElementById('studio2p').style.top=onze;
		document.getElementById('studio4p').style.top=deux;
		document.getElementById('studio6pst').style.top=trois;
		document.getElementById('studio6pavt').style.top=huit;
		document.getElementById('chalet4p').style.top=cinq;
		document.getElementById('apphotel').style.top=six;
		document.getElementById('chalet5p').style.top=dix;
		document.getElementById('construction').style.top=un;
		document.getElementById('ptbois').style.top=neuf;
		document.getElementById('tilleul').style.top=douze;
		document.getElementById('grbois').style.top=sept;
		document.getElementById('abri').style.top=quatre;
	}
;}
//-----------------------------------------------------------------------------------------------------------------------------------