// SEPHORA HEADER + FOOTER
<!--
var clickCounter=0;

function changeImage() {
 if (document.images) {
 for (var i=0; i < changeImage.arguments.length; i+=2) {
 document[changeImage.arguments[i]].src = eval(changeImage.arguments[i+1] + ".src");
 }
 }
}

function shouldSubmit(){
 clickCounter++;
 if (clickCounter > 1) {
 return false;
 } else {
 return true;
 }
}

function MM_preloadImages() { //v3.0
 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
 var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
 if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}

}

function MM_swapImgRestore() { //v3.0
 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
 d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
 if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
 for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
 if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
 if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

if (document.images){
parfums = new Image(); parfums.src = "http://a1378.g.akamai.net/7/1378/15456/20100217170037/images-test-sephora-eu.sephora.fr/assets/header/parfum_off.gif";
maquillage = new Image(); maquillage.src = "http://a1378.g.akamai.net/7/1378/15456/20100217170037/images-test-sephora-eu.sephora.fr/assets/header/maquillage_off.gif";
soin = new Image(); soin.src = "http://a1378.g.akamai.net/7/1378/15456/20100217170037/images-test-sephora-eu.sephora.fr/assets/header/soin_off.gif";
cheveux = new Image(); cheveux.src = "http://a1378.g.akamai.net/7/1378/15456/20100217170037/images-test-sephora-eu.sephora.fr/assets/header/cheveux_off.gif";
bienEtre = new Image(); bienEtre.src = "http://a1378.g.akamai.net/7/1378/15456/20100217170037/images-test-sephora-eu.sephora.fr/assets/header/bienetre_off.gif";
accessoires = new Image(); accessoires.src = "http://a1378.g.akamai.net/7/1378/15456/20100217170037/images-test-sephora-eu.sephora.fr/assets/header/accessoires_off.gif";
homme = new Image(); homme.src = "http://a1378.g.akamai.net/7/1378/15456/20100217170037/images-test-sephora-eu.sephora.fr/assets/header/hommes_off.gif";
cadeaux = new Image(); cadeaux.src = "http://a1378.g.akamai.net/7/1378/15456/20100217170037/images-test-sephora-eu.sephora.fr/assets/header/cadeaux_off.gif";
marques = new Image(); marques.src = "http://a1378.g.akamai.net/7/1378/15456/20100217170037/images-test-sephora-eu.sephora.fr/assets/header/marque_off.gif";

parfums_on = new Image(); parfums_on.src = "http://a1378.g.akamai.net/7/1378/15456/20100217170037/images-test-sephora-eu.sephora.fr/assets/header/parfum_on.gif";
maquillage_on = new Image(); maquillage_on.src = "http://a1378.g.akamai.net/7/1378/15456/20100217170037/images-test-sephora-eu.sephora.fr/assets/header/maquillage_on.gif";
soin_on = new Image(); soin_on.src = "http://a1378.g.akamai.net/7/1378/15456/20100217170037/images-test-sephora-eu.sephora.fr/assets/header/soin_on.gif";
cheveux_on = new Image(); cheveux_on.src = "http://a1378.g.akamai.net/7/1378/15456/20100217170037/images-test-sephora-eu.sephora.fr/assets/header/cheveux_on.gif";
bienEtre_on = new Image(); bienEtre_on.src = "http://a1378.g.akamai.net/7/1378/15456/20100217170037/images-test-sephora-eu.sephora.fr/assets/header/bienetre_on.gif";
accessoires_on = new Image(); accessoires_on.src = "http://a1378.g.akamai.net/7/1378/15456/20100217170037/images-test-sephora-eu.sephora.fr/assets/header/accessoires_on.gif";
homme_on = new Image(); homme_on.src = "http://a1378.g.akamai.net/7/1378/15456/20100217170037/images-test-sephora-eu.sephora.fr/assets/header/hommes_on.gif";
cadeaux_on = new Image(); cadeaux_on.src = "http://a1378.g.akamai.net/7/1378/15456/20100217170037/images-test-sephora-eu.sephora.fr/assets/header/cadeaux_on.gif";
marques_on = new Image(); marques_on.src = "http://a1378.g.akamai.net/7/1378/15456/20100217170037/images-test-sephora-eu.sephora.fr/assets/header/marque_on.gif";
}

function cText(t) {
 if (t.value == t.defaultValue) {
 t.value = "";
 } else {
 t.select();
 }
}
function cText(t,defaultValue) {
 if (t.value == defaultValue) {
 t.value = "";
 } else {
 t.select();
 }
}
function dText(t) {
 if (t.value == "") {
 t.value = t.defaultValue;
 }
}
function dText(t, defaultValue) {
 if (t.value == "") {
 t.value = defaultValue;
 }
}

function sscataffmsk(id, etat){
	if(document.getElementById('listtri')){
		if(etat=='aff'){
			aff(id);
		}
		else if (etat=='msk'){
			msk(id);
		}
	}
}

function sscataffmsksearch(id, etat){
	if(document.getElementById('searchlisttri')){
		if(etat=='aff'){
			aff(id);
		}
		else if (etat=='msk'){
			msk(id);
		}
	}
}

function msk(id){
document.getElementById(id).style.visibility="hidden";
}

function aff(id){
document.getElementById(id).style.visibility="visible";
}

function deleteChars (t, speChars) {
 var str = t.value;
 var regExpr = new RegExp( "["+speChars+"]+", "gi");

 if(regExpr.test(str)) {
 t.value = str.replace(regExpr,"");
 }
}


// SEPHORA HEADER
function getHeaderArea() {

document.write('<!--[if IE]>');
document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"');
document.write('"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">');
document.write('<![endif]-->');
document.write("<link rel=\"stylesheet\" href=\"http://www.sephora.fr/includes/style.css\" type=\"text/css\">");
document.write("<link rel=\"stylesheet\" href=\"http://www.sephora.fr/includes/css.jhtml?SectionID=csrService&id=null\" type=\"text/css\">");
document.write("<link rel=\"stylesheet\" href=\"http://www.sephora.fr/includes/css1.css\" type=\"text/css\">");
document.write("<link rel=\"stylesheet\" href=\"http://www.sephora.fr/includes/header.css\" type=\"text/css\">");

document.write('<div id="globaldivG6k">');
document.write('<div class="topG6k">');
document.write('<span class="imggifG6k"><a href="http://www.sephora.fr/browse/indexServices.jhtml"><img src="http://a1378.g.akamai.net/7/1378/8278/20090617091825/www.sephora.fr/assets/header/free_shipping.gif" border="0"/></a></span>');			   
document.write('<span class="toprightG6k">');
document.write('<a href="http://www.sephora.fr/"><img src="http://a1378.g.akamai.net/7/1378/8278/20090617091825/www.sephora.fr/assets/header/accueil.gif" border="0" alt="Accueil" title="Accueil"/></a>');			   
document.write('<a href="http://www.sephora.fr/auth_secure/user/my_profile.jhtml"><img src="http://a1378.g.akamai.net/7/1378/8278/20090617091825/www.sephora.fr/assets/header/compte.gif" border="0" alt="Mon compte" title="Mon compte"/></a>');
document.write('<a href="http://magasins.sephora.fr/"><img src="http://a1378.g.akamai.net/7/1378/8278/20090617091825/www.sephora.fr/assets/header/magasins.gif" border="0" alt="Magasins" title="Magasins"/></a>');
document.write('<a href="http://fidelite.sephora.fr/"><img src="http://a1378.g.akamai.net/7/1378/8278/20090617091825/www.sephora.fr/assets/header/carte_sephora.gif" border="0" alt="Carte Sephora" title="Carte Sephora"/></a>');			document.write('<a href="http://www.sephora.fr/customer_service/csr_service.jhtml"><img src="http://a1378.g.akamai.net/7/1378/8278/20090617091825/www.sephora.fr/assets/header/aide.gif" border="0" alt="Aide" title="Aide"/></a></span></div></div>');
document.write(' <div class="newheaderG6k"><div id="globaldivG6k"><div class="logoG6k"><span class="logosephoraG6k"><a href="http://www.sephora.fr/"><img src="http://a1378.g.akamai.net/7/1378/8278/20090617091825/www.sephora.fr/assets/header/logo.gif" border="0" alt="Achats de produits de beaut&eacute; et conseils 24h/24 sur www.sephora.fr" title="Achats de produits de beaut&eacute; et conseils 24h/24 sur www.sephora.fr" /></a></span><span class="panierG6k"><a href="http://www.sephora.fr/checkout/cart.jhtml" style="text-decoration:none;"><img src="http://a1378.g.akamai.net/7/1378/8278/20090617091825/www.sephora.fr/assets/header/panier.gif" border="0" /><span style="font-weight:bold;color:#ffffff;">Mon panier</span></a></span></div>');
document.write(' <div class="menuG6k" align="left">');
document.write(' <ul><li><a href="http://www.sephora.fr/browse/section.jhtml?categoryId=C301" onmouseout="changeImage(\'parfums\',\'parfums\');" onmouseover="changeImage(\'parfums\',\'parfums_on\');"><img src="http://a1378.g.akamai.net/7/1378/15456/20100217170037/images-test-sephora-eu.sephora.fr/assets/header/parfum_off.gif" border="0" name="parfums" /><!--[if IE 8]><!--></a><!--<![endif]--><!--[if IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]--><ul><li><a onmouseout="changeImage(\'parfums\',\'parfums\');" onmouseover="changeImage(\'parfums\',\'parfums_on\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C309">Parfum Femme</a></li>');
document.write(' <li><a onmouseover="changeImage(\'parfums\',\'parfums_on\');" onmouseout="changeImage(\'parfums\',\'parfums\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C310">Parfum Homme</a></li>');
document.write(' <li><a onmouseover="changeImage(\'parfums\',\'parfums_on\');" onmouseout="changeImage(\'parfums\',\'parfums\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C313">Parfum Enfant</a></li>');
document.write(' <li><a onmouseover="changeImage(\'parfums\',\'parfums_on\');" onmouseout="changeImage(\'parfums\',\'parfums\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C7601">Coffrets et G&eacute;ants</a></li>');
document.write(' <li><a onmouseover="changeImage(\'parfums\',\'parfums_on\');" onmouseout="changeImage(\'parfums\',\'parfums\');" href="http://www.sephora.fr/browse/topsellers.jhtml">Nos Meilleures Ventes</a></li>');
document.write(' <li><a onmouseover="changeImage(\'parfums\',\'parfums_on\');" onmouseout="changeImage(\'parfums\',\'parfums\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C7872">Bonnes Affaires</a></li>');
document.write(' <li class="boldG6k"><a onmouseover="changeImage(\'parfums\',\'parfums_on\');" onmouseout="changeImage(\'parfums\',\'parfums\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C301" class="borderlastG6k">Voir tous les produits</a></li>');
document.write(' </ul><!--[if lte IE 6]></td></tr></table></a><![endif]--></li></ul>');
document.write(' <ul><li><!--[if lte IE 6]><a onmouseout="changeImage(\'maquillage\',\'maquillage\');sscataffmsk(\'listmark\',\'aff\');sscataffmsk(\'sscat_listmark\',\'msk\');sscataffmsksearch(\'listsearch\',\'msk\');sscataffmsksearch(\'searchlisttri\',\'aff\');" onmouseover="changeImage(\'maquillage\',\'maquillage_on\');sscataffmsk(\'listmark\',\'msk\');sscataffmsk(\'sscat_listmark\',\'aff\');sscataffmsksearch(\'listsearch\',\'aff\');sscataffmsksearch(\'searchlisttri\',\'msk\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C302"><![endif]-->');
document.write(' <!--[if !IE 6]><a onmouseout="changeImage(\'maquillage\',\'maquillage\');" onmouseover="changeImage(\'maquillage\',\'maquillage_on\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C302"><!--<![endif]-->');
document.write('  <!--[if !IE]>');
document.write(' <!--<-->');
document.write(' <a onmouseout="changeImage(\'maquillage\',\'maquillage\');" onmouseover="changeImage(\'maquillage\',\'maquillage_on\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C302">');
document.write(' <!-->');
document.write(' <![endif]-->');
document.write(' <img src="http://a1378.g.akamai.net/7/1378/15456/20100217170037/images-test-sephora-eu.sephora.fr/assets/header/maquillage_off.gif" border="0" name="maquillage" /><!--[if IE 8]><!--></a><!--<![endif]--><!--[if IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]--><ul><li><a onmouseover="changeImage(\'maquillage\',\'maquillage_on\');" onmouseout="changeImage(\'maquillage\',\'maquillage\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C342">Teint</a></li>');
document.write(' <li><a onmouseover="changeImage(\'maquillage\',\'maquillage_on\');" onmouseout="changeImage(\'maquillage\',\'maquillage\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C343">Yeux</a></li>');
document.write(' <li><a onmouseover="changeImage(\'maquillage\',\'maquillage_on\');" onmouseout="changeImage(\'maquillage\',\'maquillage\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C344">L&egrave;vres</a></li>');
document.write(' <li><a onmouseover="changeImage(\'maquillage\',\'maquillage_on\');" onmouseout="changeImage(\'maquillage\',\'maquillage\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C345">Ongles</a></li>');
document.write(' <li><a onmouseover="changeImage(\'maquillage\',\'maquillage_on\');" onmouseout="changeImage(\'maquillage\',\'maquillage\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C347">Palettes</a></li>');
document.write(' <li><a onmouseover="changeImage(\'maquillage\',\'maquillage_on\');" onmouseout="changeImage(\'maquillage\',\'maquillage\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C7873">Bonnes Affaires</a></li>');
document.write(' <li class="boldG6k"><a onmouseover="changeImage(\'maquillage\',\'maquillage_on\');" onmouseout="changeImage(\'maquillage\',\'maquillage\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C302" class="borderlastG6k">Voir tous les produits</a></li></ul><!--[if lte IE 6]></td></tr></table></a><![endif]--></li></ul>');
document.write(' <ul><li><!--[if lte IE 6]><a onmouseout="changeImage(\'soin\',\'soin\');sscataffmsk(\'listmark\', \'aff\');sscataffmsk(\'sscat_listmark\',\'msk\');sscataffmsksearch(\'listsearch\',\'msk\');sscataffmsksearch(\'searchlisttri\',\'aff\');" onmouseover="changeImage(\'soin\',\'soin_on\');sscataffmsk(\'listmark\',\'msk\');sscataffmsk(\'sscat_listmark\',\'aff\');sscataffmsksearch(\'listsearch\',\'aff\');sscataffmsksearch(\'searchlisttri\',\'msk\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C303"><![endif]-->');
document.write(' <!--[if !IE 6]><a onmouseout="changeImage(\'soin\',\'soin\');" onmouseover="changeImage(\'soin\',\'soin_on\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C303"><!--<![endif]-->');
document.write('  <!--[if !IE]>');
document.write(' <!--<-->');
document.write(' <a onmouseout="changeImage(\'soin\',\'soin\');" onmouseover="changeImage(\'soin\',\'soin_on\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C303">');
document.write(' <!-->');
document.write(' <![endif]-->');
document.write(' <img src="http://a1378.g.akamai.net/7/1378/15456/20100217170037/images-test-sephora-eu.sephora.fr/assets/header/soin_off.gif" border="0" name="soin" /><!--[if IE 8]><!--></a><!--<![endif]--><!--[if IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]--><ul><li><a onmouseover="changeImage(\'soin\',\'soin_on\');" onmouseout="changeImage(\'soin\',\'soin\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C7634">Hydratant</a></li>');
document.write(' <li><a onmouseover="changeImage(\'soin\',\'soin_on\');" onmouseout="changeImage(\'soin\',\'soin\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C7635">Purifiant, Matifiant</a></li>');
document.write(' <li><a onmouseover="changeImage(\'soin\',\'soin_on\');" onmouseout="changeImage(\'soin\',\'soin\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C7636">Anti-rides, Anti-&acirc;ge</a></li>');
document.write(' <li><a onmouseover="changeImage(\'soin\',\'soin_on\');" onmouseout="changeImage(\'soin\',\'soin\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C420">Raffermissant et Liftant</a></li>');
document.write(' <li><a onmouseover="changeImage(\'soin\',\'soin_on\');" onmouseout="changeImage(\'soin\',\'soin\');" href="http://www.sephora.fr/browse/topsellers.jhtml">Nos Meilleures Ventes</a></li>');
document.write(' <li><a onmouseover="changeImage(\'soin\',\'soin_on\');" onmouseout="changeImage(\'soin\',\'soin\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C7874">Bonnes Affaires </a></li>');
document.write(' <li class="boldG6k"><a onmouseover="changeImage(\'soin\',\'soin_on\');" onmouseout="changeImage(\'soin\',\'soin\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C303" class="borderlastG6k">Voir tous les produits</a></li></ul><!--[if lte IE 6]></td></tr></table></a><![endif]--></li></ul>');
document.write(' <ul><li><!--[if lte IE 6]><a onmouseout="changeImage(\'cheveux\',\'cheveux\');sscataffmsk(\'listmark\',\'aff\');sscataffmsk(\'sscat_listmark\',\'msk\');sscataffmsksearch(\'listsearch\',\'msk\');sscataffmsksearch(\'searchlisttri\',\'aff\');" onmouseover="changeImage(\'cheveux\',\'cheveux_on\');sscataffmsk(\'listmark\',\'msk\');sscataffmsk(\'sscat_listmark\',\'aff\');sscataffmsksearch(\'listsearch\',\'aff\');sscataffmsksearch(\'searchlisttri\',\'msk\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C307"><![endif]-->');
document.write(' <!--[if !IE 6]><a onmouseout="changeImage(\'cheveux\',\'cheveux\');" onmouseover="changeImage(\'cheveux\',\'cheveux_on\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C307"><!--<![endif]-->');
document.write(' <!--[if !IE]>');
document.write(' <!--<-->');
document.write(' <a onmouseout="changeImage(\'cheveux\',\'cheveux\');" onmouseover="changeImage(\'cheveux\',\'cheveux_on\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C307">');
document.write(' <!-->');
document.write(' <![endif]-->');
document.write(' <img src="http://a1378.g.akamai.net/7/1378/15456/20100217170037/images-test-sephora-eu.sephora.fr/assets/header/cheveux_off.gif" border="0" name="cheveux"/><!--[if IE 8]><!--></a><!--<![endif]--><!--[if IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]--><ul><li><a onmouseover="changeImage(\'cheveux\',\'cheveux_on\');" onmouseout="changeImage(\'cheveux\',\'cheveux\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C447">Shampooing</a></li>');
document.write('<li><a onmouseover="changeImage(\'cheveux\',\'cheveux_on\');" onmouseout="changeImage(\'cheveux\',\'cheveux\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C448">Soin et Apr&egrave;s-Shampooing</a></li>');
document.write('<li><a onmouseover="changeImage(\'cheveux\',\'cheveux_on\');" onmouseout="changeImage(\'cheveux\',\'cheveux\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C406">Traitement cibl&eacute;</a></li>');
document.write('<li><a onmouseover="changeImage(\'cheveux\',\'cheveux_on\');" onmouseout="changeImage(\'cheveux\',\'cheveux\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C454">Coiffant et Modelant</a></li>');
document.write('<li><a onmouseover="changeImage(\'cheveux\',\'cheveux_on\');" onmouseout="changeImage(\'cheveux\',\'cheveux\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C453">Accessoires</a></li>');
document.write('<li><a onmouseover="changeImage(\'cheveux\',\'cheveux_on\');" onmouseout="changeImage(\'cheveux\',\'cheveux\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C7874">Bonnes Affaires</a></li>');
document.write('<li class="boldG6k"><a onmouseover="changeImage(\'cheveux\',\'cheveux_on\');" onmouseout="changeImage(\'cheveux\',\'cheveux\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C307" class="borderlastG6k">Voir tous les produits</a></li></ul><!--[if lte IE 6]></td></tr></table></a><![endif]--></li></ul>');
document.write('<ul><li><!--[if lte IE 6]><a onmouseout="changeImage(\'bienEtre\',\'bienEtre\');sscataffmsk(\'listmark\', \'aff\');sscataffmsk(\'sscat_listmark\', \'msk\');sscataffmsksearch(\'listsearch\',\'msk\');sscataffmsksearch(\'searchlisttri\',\'aff\');" onmouseover="changeImage(\'bienEtre\',\'bienEtre_on\');sscataffmsk(\'listmark\',\'msk\');sscataffmsk(\'sscat_listmark\',\'aff\');sscataffmsksearch(\'listsearch\',\'aff\');sscataffmsksearch(\'searchlisttri\',\'msk\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C304"><![endif]-->');
document.write('<!--[if !IE 6]><a onmouseout="changeImage(\'bienEtre\',\'bienEtre\');" onmouseover="changeImage(\'bienEtre\',\'bienEtre_on\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C304"><!--<![endif]-->');
document.write('<!--[if !IE]>');
document.write('<!--<-->');
document.write('<a onmouseout="changeImage(\'bienEtre\',\'bienEtre\');" onmouseover="changeImage(\'bienEtre\',\'bienEtre_on\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C304">');
document.write('<!-->');
document.write('<![endif]-->');
document.write('<img src="http://a1378.g.akamai.net/7/1378/15456/20100217170037/images-test-sephora-eu.sephora.fr/assets/header/bienetre_off.gif" border="0" name="bienEtre" /><!--[if IE 8]><!--></a><!--<![endif]--><!--[if IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]--><ul><li><a onmouseover="changeImage(\'bienEtre\',\'bienEtre_on\');" onmouseout="changeImage(\'bienEtre\',\'bienEtre\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C473">Bain</a></li>');
document.write('<li><a onmouseover="changeImage(\'bienEtre\',\'bienEtre_on\');" onmouseout="changeImage(\'bienEtre\',\'bienEtre\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C7655">Hydratant</a></li>');
document.write('<li><a onmouseover="changeImage(\'bienEtre\',\'bienEtre_on\');" onmouseout="changeImage(\'bienEtre\',\'bienEtre\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C7656">Minceur</a></li>');
document.write('<li><a onmouseover="changeImage(\'bienEtre\',\'bienEtre_on\');" onmouseout="changeImage(\'bienEtre\',\'bienEtre\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C482">Gommage et Peeling</a></li>');
document.write('<li><a onmouseover="changeImage(\'bienEtre\',\'bienEtre_on\');" onmouseout="changeImage(\'bienEtre\',\'bienEtre\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C7659">Soin cibl&eacute;</a></li>');
document.write('<li><a onmouseover="changeImage(\'bienEtre\',\'bienEtre_on\');" onmouseout="changeImage(\'bienEtre\',\'bienEtre\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C7874">Bonnes Affaires</a></li>');
document.write('<li class="boldG6k"><a onmouseover="changeImage(\'bienEtre\',\'bienEtre_on\');" onmouseout="changeImage(\'bienEtre\',\'bienEtre\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C304" class="borderlastG6k">Voir tous les produits </a></li></ul><!--[if lte IE 6]></td></tr></table></a><![endif]--></li></ul>');
document.write('<ul><li><!--[if lte IE 6]><a onmouseout="changeImage(\'accessoires\',\'accessoires\');aff(\'calqueSelect\');msk(\'calqueSelectImg\');sscataffmsk(\'listtri\', \'aff\');sscataffmsk(\'sscat_listtri\',\'msk\');" onmouseover="changeImage(\'accessoires\',\'accessoires_on\');msk(\'calqueSelect\');aff(\'calqueSelectImg\');sscataffmsk(\'listtri\',\'msk\');sscataffmsk(\'sscat_listtri\',\'aff\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C305"><![endif]-->');
document.write('<!--[if !IE 6]><a onmouseout="changeImage(\'accessoires\',\'accessoires\');" onmouseover="changeImage(\'accessoires\',\'accessoires_on\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C305"><!--<![endif]-->');
document.write('<!--[if !IE]>');
document.write('<!--<-->');
document.write('<a onmouseout="changeImage(\'accessoires\',\'accessoires\');" onmouseover="changeImage(\'accessoires\',\'accessoires_on\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C305">');
document.write('<!-->');
document.write('<![endif]-->');
document.write('<img src="http://a1378.g.akamai.net/7/1378/15456/20100217170037/images-test-sephora-eu.sephora.fr/assets/header/accessoires_off.gif" border="0" name="accessoires" /><!--[if IE 8]><!--></a><!--<![endif]--><!--[if IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->');
document.write('<ul><li><a onmouseover="changeImage(\'accessoires\',\'accessoires_on\');" onmouseout="changeImage(\'accessoires\',\'accessoires\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C7649">Visage</a></li>');
document.write('<li><a onmouseover="changeImage(\'accessoires\',\'accessoires_on\');" onmouseout="changeImage(\'accessoires\',\'accessoires\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C7650">Yeux</a></li>');
document.write('<li><a onmouseover="changeImage(\'accessoires\',\'accessoires_on\');" onmouseout="changeImage(\'accessoires\',\'accessoires\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C7651">L&egrave;vres</a></li>');
document.write('<li><a onmouseover="changeImage(\'accessoires\',\'accessoires_on\');" onmouseout="changeImage(\'accessoires\',\'accessoires\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C525">Ongles</a></li>');
document.write('<li><a onmouseover="changeImage(\'accessoires\',\'accessoires_on\');" onmouseout="changeImage(\'accessoires\',\'accessoires\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C529">Voyage</a></li>');
document.write('<li><a onmouseover="changeImage(\'accessoires\',\'accessoires_on\');" onmouseout="changeImage(\'accessoires\',\'accessoires\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C4101">Bonnes Affaires</a></li>');
document.write('<li class="boldG6k"><a onmouseover="changeImage(\'accessoires\',\'accessoires_on\');" onmouseout="changeImage(\'accessoires\',\'accessoires\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C305" class="borderlastG6k">Voir tous les produits</a></li></ul><!--[if lte IE 6]></td></tr></table></a><![endif]--></li></ul>');
document.write('<ul><li><!--[if lte IE 6]><a onmouseout="changeImage(\'homme\',\'homme\');aff(\'calqueSelect\');sscataffmsk(\'listtri\',\'aff\');msk(\'calqueSelectImg\');sscataffmsk(\'sscat_listtri\',\'msk\');" onmouseover="changeImage(\'homme\',\'homme_on\');msk(\'calqueSelect\');sscataffmsk(\'listtri\',\'msk\');aff(\'calqueSelectImg\');sscataffmsk(\'sscat_listtri\',\'aff\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C306"><![endif]-->');
document.write('<!--[if !IE 6]><a onmouseout="changeImage(\'homme\',\'homme\');" onmouseover="changeImage(\'homme\',\'homme_on\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C306"><!--<![endif]-->');
document.write('<!--[if !IE]>');
document.write('<!--<-->');
document.write('<a onmouseout="changeImage(\'homme\',\'homme\');" onmouseover="changeImage(\'homme\',\'homme_on\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C306">');
document.write('<!-->');
document.write('<![endif]-->');
document.write('<img src="http://a1378.g.akamai.net/7/1378/15456/20100217170037/images-test-sephora-eu.sephora.fr/assets/header/hommes_off.gif" border="0" name="homme" /><!--[if IE 8]><!--></a><!--<![endif]--><!--[if IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->');
document.write('<ul><li><a onmouseover="changeImage(\'homme\',\'homme_on\');" onmouseout="changeImage(\'homme\',\'homme\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C492">Parfum</a></li>');
document.write('<li><a onmouseover="changeImage(\'homme\',\'homme_on\');" onmouseout="changeImage(\'homme\',\'homme\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C494">Rasage</a></li>');
document.write('<li><a onmouseover="changeImage(\'homme\',\'homme_on\');" onmouseout="changeImage(\'homme\',\'homme\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C7640">Visage</a></li>');
document.write('<li><a onmouseover="changeImage(\'homme\',\'homme_on\');" onmouseout="changeImage(\'homme\',\'homme\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C7641">Corps</a></li>');
document.write('<li><a onmouseover="changeImage(\'homme\',\'homme_on\');" onmouseout="changeImage(\'homme\',\'homme\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C496">Cheveux</a></li>');
document.write('<li><a onmouseover="changeImage(\'homme\',\'homme_on\');" onmouseout="changeImage(\'homme\',\'homme\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C4101">Bonnes Affaires</a></li>');
document.write('<li class="boldG6k"><a onmouseover="changeImage(\'homme\',\'homme_on\');" onmouseout="changeImage(\'homme\',\'homme\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C306" class="borderlastG6k">Voir tous les produits</a></li></ul><!--[if lte IE 6]></td></tr></table></a><![endif]--></li></ul>');
document.write('<ul><li><a onmouseout="changeImage(\'cadeaux\',\'cadeaux\');" onmouseover="changeImage(\'cadeaux\',\'cadeaux_on\');" href="http://www.sephora.fr/browse/section.jhtml?categoryId=C308"><img src="http://a1378.g.akamai.net/7/1378/15456/20100217170037/images-test-sephora-eu.sephora.fr/assets/header/cadeaux_off.gif" border="0" name="cadeaux" /></a></li></ul>');
document.write('<ul><li><a onmouseout="changeImage(\'marques\',\'marques\');" onmouseover="changeImage(\'marques\',\'marques_on\');" href="http://www.sephora.fr/brands/complete_list.jhtml?SectionID=brands"><img src="http://a1378.g.akamai.net/7/1378/15456/20100217170037/images-test-sephora-eu.sephora.fr/assets/header/marque_off.gif" border="0" name="marques" /></a></li></ul></div></div></div>');
document.write('<div class="bgbottomG6k">');
document.write(' <div id="globaldivG6k"><form action="http://www.sephora.fr/search/TextSearchResults.jhtml" method="POST" name="navSearchForm">');
document.write(' <input type="hidden" name="mainSearchSubmit" value="searchOrRedirect" />');
document.write(' <input type="hidden" name="sortKey" value=""/>');
document.write(' <input type="hidden" name="page" value="1"/>');
document.write(' <input type="hidden" id="mainDimensionId" name="mainDimensionId" value="" />');
document.write(' <input type="hidden" id="dimensionId" name="dimensionId" value="" />');
document.write(' <input type="hidden" id="dimensionAction" name="dimensionAction" value="removeAllDimensions" />');
document.write(' <input type="hidden" id="multiSelect" name="multiSelect" value="" />');
document.write(' <input type="hidden" id="redirectionUrl" name="redirectionUrl" value="" />');
document.write(' <div class="searchG6k"><img src="http://a1378.g.akamai.net/7/1378/8278/20090617091825/www.sephora.fr/assets/header/rechercher.gif" align="absmiddle" alt="Rechercher" title="Rechercher"/>');
document.write('<input type="text" style="vertical-align:middle;font-size:12px;" onchange="deleteChars(this, \'<>\')" onblur="dText(this,\'\')" onfocus="cText(this,\'\')" name="searchString" maxlength="70" size="23"/>');
document.write('<input type="hidden" value=" " name="_D:searchString"/>&nbsp;&nbsp;<input id="ok" type="image" src="http://a1378.g.akamai.net/7/1378/8278/20090617091825/www.sephora.fr/assets/header/ok.gif" align="absmiddle" alt="Ok" title="Ok" /></div></form>');
document.write('<form method="get" action="http://www.sephora.fr/browse/brand_hierarchy.jhtml">');
document.write('<div class="listemarkG6k"><img id="calqueSelectImg" src="http://a1378.g.akamai.net/7/1378/8278/20090617091825/www.sephora.fr/assets/header/liste.jpg" align="absmiddle" class="selectHommeImgG6k"/><img src="http://a1378.g.akamai.net/7/1378/8278/20090617091825/www.sephora.fr/assets/header/marques.gif" align="absmiddle" alt="Marques" title="Marques" /> <select id="calqueSelect" onchange="this.form.submit();" name="brandId" style="font-family:arial,sans-serif; font-size:50,5%; height:20px; width:180px; vertical-align:middle;" class="selectHommeG6k">');
document.write('<option value="fullList">S&eacute;lectionner une marque</option>');
document.write('<option value="fullList">Liste Compl&egrave;te</option>');
document.write('<option value="SEPHO">Marque Sephora</option>');
document.write('<option value="fullList">------------------------</option>');
document.write('<option value="ACQUA">Acqua Di Parma</option>');
document.write('<option value="AHAVA">Ahava</option>');
document.write('<option value="ALCHI">Alchimie Forever</option>');
document.write('<option value="PINK">Aquolina</option>');
document.write('<option value="RMANI">Armani</option>');
document.write('<option value="MINIM">Arthur et les Minimoys</option>');
document.write('<option value="AZZAR">Azzaro</option>');
document.write('<option value="BALMS">Balmshell</option>');
document.write('<option value="BARE">bareMinerals</option>');
document.write('<option value="BENEF">Benefit</option>');
document.write('<option value="BERDO">Berdoues</option>');
document.write('<option value="BIOTH">Biotherm</option>');
document.write('<option value="BIOTHOMME">Biotherm Homme</option>');
document.write('<option value="BLACK">black\'Up</option>');
document.write('<option value="BLISS">Bliss</option>');
document.write('<option value="BROWN">Bobbi Brown</option>');
document.write('<option value="BOUCH">Boucheron</option>');
document.write('<option value="BURB">Burberry</option>');
document.write('<option value="BULGA">Bvlgari</option>');
document.write('<option value="TERRY">By Terry</option>');
document.write('<option value="CACHA">Cacharel</option>');
document.write('<option value="CALVI">Calvin Klein</option>');
document.write('<option value="CARGO">Cargo</option>');
document.write('<option value="CARIT">Carita</option>');
document.write('<option value="HERRE">Carolina Herrera</option>');
document.write('<option value="CARON">Caron</option>');
document.write('<option value="CARTI">Cartier</option>');
document.write('<option value="GUETT">Cathy Guetta</option>');
document.write('<option value="CERUT">Cerruti</option>');
document.write('<option value="CHANE">CHANEL</option>');
document.write('<option value="CHANT">Chantal Thomass</option>');
document.write('<option value="CHLOE">Chlo&eacute;</option>');
document.write('<option value="ROBIN">Christophe Robin</option>');
document.write('<option value="CKBEAUTY">ck Calvin Klein</option>');
document.write('<option value="CLARI">Clarins</option>');
document.write('<option value="ClarinsMen">ClarinsMen</option>');
document.write('<option value="IRENE">Clayeux</option>');
document.write('<option value="CLINI">Clinique</option>');
document.write('<option value="COLOR">Color On</option>');
document.write('<option value="COMOD">Comodynes</option>');
document.write('<option value="COROL">Corolle</option>');
document.write('<option value="DG">D&amp;G</option>');
document.write('<option value="DALI">Dali</option>');
document.write('<option value="DAVID">Davidoff</option>');
document.write('<option value="DECLE">Decl&eacute;or</option>');
document.write('<option value="DIESE">Diesel</option>');
document.write('<option value="DIOR">Dior</option>');
document.write('<option value="CECIL">Disney</option>');
document.write('<option value="DOLCE">Dolce &amp; Gabbana</option>');
document.write('<option value="BRAND">Dr. Brandt Skincare</option>');
document.write('<option value="EDEN">Eden Park</option>');
document.write('<option value="HARDY">Ed Hardy</option>');
document.write('<option value="ELIZA">Elizabeth Arden Soin</option>');
document.write('<option value="ERBOR">Erborian</option>');
document.write('<option value="ESCAD">Escada</option>');
document.write('<option value="LAUDE">Est&eacute;e Lauder</option>');
document.write('<option value="ESTHE">Esthederm</option>');
document.write('<option value="bank">Eyliplex-2</option>');
document.write('<option value="FAUCH">Fauchon</option>');
document.write('<option value="bankbis">Folidense</option>');
document.write('<option value="FEKKA">Fr&eacute;d&eacute;ric Fekkai</option>');
document.write('<option value="FRED">Fred Farrugia</option>');
document.write('<option value="FUSIO">Fusion Beauty</option>');
document.write('<option value="GAP">Gap</option>');
document.write('<option value="GARAN">Garancia</option>');
document.write('<option value="BEENE">Geoffrey Beene</option>');
document.write('<option value="STAHL">Georges Stahl</option>');
document.write('<option value="GIAMB">Giambertone</option>');
document.write('<option value="BEVER">Giorgio Beverly Hill</option>');
document.write('<option value="GIVEN">Givenchy</option>');
document.write('<option value="SMILE">GoSMILE</option>');
document.write('<option value="GRASS">Grassroots</option>');
document.write('<option value="GRES">Gr&egrave;s</option>');
document.write('<option value="GUCCI">Gucci</option>');
document.write('<option value="GUERL">Guerlain</option>');
document.write('<option value="GUESS">Guess</option>');
document.write('<option value="LAROC">Guy Laroche</option>');
document.write('<option value="ARILA">Hairgum Move</option>');
document.write('<option value="HANAE">Hanae Mori</option>');
document.write('<option value="RUBIN">Helena Rubinstein</option>');
document.write('<option value="HASBR">Hello Kitty</option>');
document.write('<option value="HERBO">Herborist</option>');
document.write('<option value="HEROME">H&eacute;r&ocirc;me</option>');
document.write('<option value="HIP">Hip</option>');
document.write('<option value="FRAGR">Houbigant</option>');
document.write('<option value="BOSS">Hugo Boss</option>');
document.write('<option value="IKKS">IKKS</option>');
document.write('<option value="InstantlYoung">InstantlYoung</option>');
document.write('<option value="ISSEY">Issey Miyake</option>');
document.write('<option value="JACAD">Jacadi</option>');
document.write('<option value="JACOM">Jacomo</option>');
document.write('<option value="JCBRO">Jean-Charles Brossea</option>');
document.write('<option value="SCHRR">Jean Louis Scherrer</option>');
document.write('<option value="PIAUB">Jeanne Piaubert</option>');
document.write('<option value="PATOU">Jean Patou</option>');
document.write('<option value="GAULT">Jean Paul Gaultier</option>');
document.write('<option value="LOPEZ">Jennifer Lopez</option>');
document.write('<option value="SANDE">Jil Sander</option>');
document.write('<option value="FRIED">John Frieda</option>');
document.write('<option value="JGALL">John Galliano</option>');
document.write('<option value="JOOP">Joop!</option>');
document.write('<option value="JUICE">Juice Beauty</option>');
document.write('<option value="KALOO">Kaloo</option>');
document.write('<option value="KANEB">Kanebo</option>');
document.write('<option value="KANEL">Kanellia</option>');
document.write('<option value="KENZO">Kenzo</option>');
document.write('<option value="KENZOKI">Kenzoki</option>');
document.write('<option value="KEYL">Keyline</option>');
document.write('<option value="KIRIK">Kirikou</option>');
document.write('<option value="DIACO">Kiss</option>');
document.write('<option value="LACOS">Lacoste</option>');
document.write('<option value="LALIQ">Lalique</option>');
document.write('<option value="LANCA">Lancaster</option>');
document.write('<option value="LANCO">Lanc&ocirc;me</option>');
document.write('<option value="NEIGE">LaNeige</option>');
document.write('<option value="LANVI">Lanvin</option>');
document.write('<option value="PRAIR">La Prairie</option>');
document.write('<option value="LARIC">La Ric</option>');
document.write('<option value="LASH">Lash Plus</option>');
document.write('<option value="SABA">La Sultane de Saba</option>');
document.write('<option value="DUMON">Laurence Dumont</option>');
document.write('<option value="BOOT">LeBootCamp</option>');
document.write('<option value="LEONO">Leonor Greyl</option>');
document.write('<option value="LOLIT">Lolita Lempicka</option>');
document.write('<option value="MAKE">Make Up For Ever</option>');
document.write('<option value="MARC">Marc Jacobs</option>');
document.write('<option value="MAVAL">Mavala</option>');
document.write('<option value="MARA">Max Mara</option>');
document.write('<option value="MENAR">Menard</option>');
document.write('<option value="MOLIN">Molinard</option>');
document.write('<option value="MOLYN">Molyneux</option>');
document.write('<option value="MOSCH">Moschino</option>');
document.write('<option value="MURAD">Murad</option>');
document.write('<option value="RODRI">Narciso Rodriguez</option>');
document.write('<option value="NARS">Nars</option>');
document.write('<option value="NICKE">Nickel</option>');
document.write('<option value="NINA">Nina Ricci</option>');
document.write('<option value="NONO">No!No!</option>');
document.write('<option value="OPI">OPI</option>');
document.write('<option value="OSDLR">Oscar De La Renta</option>');
document.write('<option value="OXBOW">Oxbow</option>');
document.write('<option value="OXYPR">Oxyprolane</option>');
document.write('<option value="PACO">Paco Rabanne</option>');
document.write('<option value="PICAS">Paloma Picasso</option>');
document.write('<option value="SMITH">Paul Smith</option>');
document.write('<option value="SOLBA">Phytosolba</option>');
document.write('<option value="SOLBA23">Phytospecific</option>');
document.write('<option value="PIM">Pim</option>');
document.write('<option value="PORSC">Porsche Design</option>');
document.write('<option value="PRADA">Prada</option>');
document.write('<option value="PREVA">Prevage</option>');
document.write('<option value="PUCCI">Pucci</option>');
document.write('<option value="QUIKS">Quiksilver</option>');
document.write('<option value="RALPH">Ralph Lauren</option>');
document.write('<option value="REMIN">Reminiscence</option>');
document.write('<option value="REXAL">Rexaline</option>');
document.write('<option value="PIGUE">Robert Piguet</option>');
document.write('<option value="ROCHA">Rochas</option>');
document.write('<option value="ROGER">Roger&amp;Gallet</option>');
document.write('<option value="SALVA">Salvatore Ferragamo</option>');
document.write('<option value="SAMPA">Sampar</option>');
document.write('<option value="SCULT">Sculptinex</option>');
document.write('<option value="SEPHO">Sephora</option>');
document.write('<option value="SEXY">Sexy Hair</option>');
document.write('<option value="SHISE">Shiseido</option>');
document.write('<option value="SHUME">shu uemura</option>');
document.write('<option value="SKEEN">Skeen</option>');
document.write('<option value="SKINV">SkinVitals</option>');
document.write('<option value="SLEND">Slendertone</option>');
document.write('<option value="SMASH">Smashbox</option>');
document.write('<option value="BANK">Smooth 365</option>');
document.write('<option value="SOFT">SoftSheen-Carson</option>');
document.write('<option value="RKIEL">Sonia Rykiel</option>');
document.write('<option value="AIRVA">Spiderman</option>');
document.write('<option value="STELL">Stella McCartney</option>');
document.write('<option value="STILA">Stila</option>');
document.write('<option value="STRIV">StriVectin</option>');
document.write('<option value="SBABY">SugarBaby</option>');
document.write('<option value="TALIK">Talika</option>');
document.write('<option value="TARTINE">Tartine et Chocolat</option>');
document.write('<option value="TASK">Task essential</option>');
document.write('<option value="LAPID">Ted Lapidus</option>');
document.write('<option value="MUGLE">Thierry Mugler</option>');
document.write('<option value="FORD">Tom Ford</option>');
document.write('<option value="TOM">Tom Robinn</option>');
document.write('<option value="TOO">Too Faced</option>');
document.write('<option value="TRIAK">Tri-Aktiline</option>');
document.write('<option value="ULTRA">Ulltra</option>');
document.write('<option value="UNGAR">Ungaro</option>');
document.write('<option value="URBAN">Urban Decay</option>');
document.write('<option value="CLEEF">Van Cleef &amp; Arpels</option>');
document.write('<option value="VEGEB">Vegetables</option>');
document.write('<option value="VEGET">Vegeticals</option>');
document.write('<option value="WANG">Vera Wang</option>');
document.write('<option value="VERSA">Versace</option>');
document.write('<option value="ROLF">Viktor &amp; Rolf</option>');
document.write('<option value="WEIL">Weil</option>');
document.write('<option value="WELLB">Wellbox</option>');
document.write('<option value="YES">YESforLOV</option>');
document.write('<option value="CARRO">Yes to Carrots</option>');
document.write('<option value="YSL">Yves Saint Laurent</option>');
document.write('<option value="ZELEN">Zelens</option>');
document.write('<option value="ZIRH">Zirh</option>');
document.write('</select></div></form>');
document.write('</div>');
document.write('</div>');
}

// SEPHORA FOOTER
function getFooterArea() {
	document.write('<link href="http://www.sephora.fr/includes/footer_ie.css" type="text/css" rel="stylesheet">');
	document.write('<!--[if !IE]>');
	document.write('<!--<-->');
	document.write('<link href="http://www.sephora.fr/includes/footer.css" type="text/css" rel="stylesheet">');
	document.write('<!-->');
	document.write('<![endif]-->');
	
	document.write('<div id="globalG6K" align="left">');
	document.write('<div class="calG6K">');
	document.write('<form method="post" action="http://www.sephora.fr/util/lookup.jhtml"/><div class="emailG6K">');
	document.write('<input type="text" style="width: 153px;vertical-align:middle;"  onchange="deleteChars(this, \'<>\')" onblur="dText(this,\'Adresse e-mail\')" onfocus="cText(this,\'Adresse e-mail\')"  value="Adresse e-mail" size="20" name="emailAddress" /> ');
	document.write('<input type="image" src="http://www.sephora.fr/assets/footer/ok.gif" align="absmiddle" /></div>');
	document.write('<div class="listG6K"><span class="leftG6K"><ul><li><a href="http://www.sephora.fr/help/about_sephora.jhtml">Sephora Entreprise</a></li>');
	document.write('<li><a href="http://www.leffetsephora.com" target="_blank">Carri&egrave;res</a></li>');
	document.write('<li><a href="http://www.sephora.fr/secure/user/login.jhtml?next=subscriptions&nextpage=/auth_secure/user/subscriptions.jhtml&location=catalog">Newsletter</a></li>');
	document.write('<li><a href="http://fidelite.sephora.fr">Carte Sephora</a></li>');
	document.write('</ul>');
	document.write('</span>');
	document.write('<span class="middleG6K">');
	document.write('<ul>');
	document.write('<li><a href="http://www.sephora.fr/auth_secure/user/order_history.jhtml">&Eacute;tat de votre commande</a></li>');
	document.write('<li><a href="http://magasins.sephora.fr/">Magasins</a></li>');
	document.write('<li><a href="http://www.sephora.fr/customer_service/csr_service.jhtml">Aide</a></li>');
	document.write('<li><a href="http://www.sephora.fr/customer_service/csr_controller.jhtml">Nous contacter</a></li>');
	document.write('</ul>');
	document.write('</span>');
document.write('<span class="rightG6K">');
	document.write('<ul>');
	document.write('<li><a href="http://www.sephora.fr/includes/cgv.jhtml">Conditions g&eacute;n&eacute;rales de vente</a></li>');
	document.write('<li><a href="http://www.sephora.fr/includes/mentionslegales.jhtml">Mentions l&eacute;gales</a></li>');
	document.write('<li><a href="http://www.sephora.com/international.jhtml">International</a></li>');
	document.write('<li><a href="http://www.sephora.fr/customer_service/copy/siteindex.jhtml">Plan du site</a></li>');
	document.write('</ul></span></div></div></div><br>');
}

-->	