/*---------------------------*\
  Site Salon Franchise
  MAJ LM 26/02/2016 - 18:45
  \*---------------------------*/
/*** Variables****/
/********* Arche Design ************/
.design-arche {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.design-arche div {
  width: 100%;
  height: 100%;
}
.design-arche iframe {
  width: 100%;
}
.primary-arch-body {
  background-image: url("/REF/REF_LivreParis/images/habillage/habillage-1.png"), url("/REF/REF_LivreParis/images/common/header/bg.png");
  background-position: center;
  background-repeat: no-repeat, repeat;
  background-position-y: -1px;
  /**** Première Date de la Campagne ****/
}
.secondary-arch-body {
  background: #fbbe5c url("/REF/REF_LivreParis/images/habillage/habillage-2.jpg") no-repeat;
  /**** Deuxième Date de la Campagne ****/
}
.thirdary-arch-body {
  background: #fbbe5c url("/REF/REF_LivreParis/images/habillage/habillage-3.jpg") no-repeat;
  /**** Troisième Date de la Campagne ****/
}
.primary-arch-body .top-bar-wrapper,
.secondary-arch-body .top-bar-wrapper,
.thirdary-arch-body .top-bar-wrapper {
  margin: 0;
}
.primary-arch-body #wrapper,
.secondary-arch-body #wrapper,
.thirdary-arch-body #wrapper {
  margin-top: 200px;
  background: none;
}
.primary-arch-body #wrapper #header,
.secondary-arch-body #wrapper #header,
.thirdary-arch-body #wrapper #header {
  width: 1002px;
  margin: 0 auto;
}
