garancia-pharmaciens/httpdocs/animez-votre-site-internet.php
2017-05-30 17:55:38 +02:00

79 lines
2.5 KiB
PHP
Executable File
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/*-----------------------------------------------------*/
include_once("_inc/config.php");
/*-----------------------------------------------------*/
$_RUBRIQUE = "animez-votre-site-internet";
/*-----------------------------------------------------*/
include_once("_inc/assets/metas.php");
include_once("_inc/assets/top.php");
/*-----------------------------------------------------*/
?>
<div class="page">
<div id="arianne">
<a href="home.php">Accueil</a> |
<a href="plans-merchandising.php">Animez votre point de vente</a> |
<span class="current">Animez votre site internet</span>
</div>
<div class="page_menu">
<a href="plans-merchandising.php"><span>Plans merchandising</span></a>
<a href="affichettes-visuels-logos.php"><span>Affichettes, Visuels & Logos</span></a>
<a href="cas-de-comptoir-spots-tv.php"><span>Cas de comptoir & Spots TV</span></a>
<a href="animez-votre-site-internet.php" class="current"><span>Animez votre site internet</span></a>
</div>
<div class="clear"></div>
<div class="page_contents">
<p>
Le positionnement "Premium" du Laboratoire Garancia doit être respecté par les sites internet<br />
qui commercialisent les produits de la marque Garancia.<br />
Vous commercialisez déjà ou souhaitez commercialiser les produits de la marque Garancia<br />
sur lespace e-commerce de votre officine ? 
</p>
<p>
Pour cela, vous devez signer le “ Contrat Garancia de vente sur Internet ”
</p>
<p style="text-transform:uppercase;">
Pour connaître la marche à suivre :
</p>
<a href="contact.php" class="btnRightArrow">Contactez-nous</a>
</div>
</div>
<script type="text/javascript">
$(".produitItem .category").each(function(index, element) {
var d = $(this).children("div");
var mt = Math.round((44 - d.innerHeight()) / 2);
d.css("margin-top",mt + "px");
});
$(".produitItem .btns a").mouseover(function(e) {
TweenLite.to($(this),0.1,{backgroundColor:"#b2d11a"});
});
$(".produitItem .btns a").mouseout(function(e) {
TweenLite.to($(this),0.3,{backgroundColor:"#ebebeb"});
});
</script>
<?php
/*-----------------------------------------------------*/
include_once("_inc/assets/footer.php");
/*-----------------------------------------------------*/
?>