function SelResaCSS(Niveau)
{



	var TailleLarg= screen.width;
	var TailleHaut= screen.height;

  if (Niveau==0)
	{
		Racine="./";
	}
	else if (Niveau ==1 )
	{
		Racine="../";
	}
	else if (Niveau == 2 )
	{
		Racine="../../";
	}
	else if (Niveau == 3 )
	{
		Racine="../../../";
	}


	if (TailleLarg <= 1024)
	{
          
		Path = Racine+"themes/standard/800/";
	}
	else
	{
                   
		Path = Racine+"themes/standard/1024/";
	}


 //   Path = Racine+"themes/standard/800/";
     


	document.write('<LINK HREF="'+Path + '/AffPhoto.css" REL="stylesheet" TYPE="text/css" media="all">');
	document.write('<LINK HREF="'+Path + '/kit.css" REL="stylesheet" TYPE="text/css" media="all">');
		
}
