.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  outline-width: medium;
  outline-style: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate3d(0px, 0px, 0px);
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background-color: #f9f9f9;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: #444444;
text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
}

.fancybox-error {
  color: #444444;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0px -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("fancybox_loading.gif");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0px;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  background-image: url("blank.gif");
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev {
  left: 0px;
  visibility: hidden;
}

.fancybox-next {
  right: 0px;
  visibility: hidden;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0px -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0px -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("fancybox_overlay.png");
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0px;
  right: 0px;
}

.fancybox-lock .fancybox-overlay {
  overflow-x: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0px;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding-top: 2px;
  padding-right: 20px;
  padding-bottom: 2px;
  padding-left: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-radius: 15px;
text-shadow: 0px 1px 2px #222222;
  color: white;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: white;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: white;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

@media not all, only screen and (min--moz-device-pixel-ratio: 1.5), not all {
  #fancybox-loading div { background-image: url("fancybox_loading@2x.gif"); background-size: 24px 24px; }
}

#testpolice {
  font-size: 18px;
  font-weight: normal;
}

#pieddepage {
  font-weight: normal;
}

#piedpage {
  font-size: 16px;
}

#policebulle {
  font-weight: normal;
}

#textecontact {
  font-size: 14px;
  font-weight: normal;
}

#policetelephone {
  font-size: 16px;
  font-weight: normal;
}

#policetelephone01 {
  font-size: 13px;
}

#policeencart01 {
  font-weight: normal;
}

#policeencart02 {
  font-weight: normal;
  font-style: normal;
}

#encart03 {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  font-variant: normal;
  font-size: 16px;
}

#policenongras {
  font-weight: normal;
}

#policeproduits02 {
  font-weight: normal;
}

#policeproduits {
  font-size: 18px;
  top: 12px;
  left: 50px;
  font-weight: normal;
  font-variant: normal;
}

#policespvc {
  font-weight: normal;
  font-size: 20px;
}

#policedibond {
  font-weight: normal;
  font-size: 20px;
}

#policepoly {
  font-weight: normal;
  font-size: 20px;
}

#policelettrage {
  font-size: 20px;
}

#policedepoli {
  font-size: 20px;
  font-weight: normal;
}

#policecarte {
  font-size: 20px;
  font-weight: normal;
}

#policevinyle02 {
  font-size: 20px;
}

#policemenuproduits {
  font-weight: bold;
}

#menuproduits {
  font-weight: bold;
}

#policecontact {
  font-weight: normal;
}

#policemenutitre {
  font-size: 25px;
}

#div01 {
  font-weight: normal;
}

#text {
  font-size: 18px;
}

#specialite {
  font-size: 12px;
}

#accueiltexte {
  font-style: italic;
  font-weight: lighter;
  text-align: center;
}

#accueiltexte02 {
  text-align: center;
}

