wow…that code didn’t come out well!!
This was the PHP:
$page = $_SERVER['REQUEST_URI'];
//echo stripslashes($page); // /boutique/produits/categorie/leurresouples/
$position = strpos($page, "boutique");
if ($position == 1)
echo "boutique";
else
echo "regpage";
to name the ID in the body tag.