/*
  ====== TABLE OF CONTENT ======

  Habillage graphique :
  body

  Conteneurs 3 TPL :
  #wrapper
    #header
      #headerpm
    #page
  #struct_page
    #struct_full
    #struct_footer
  #table_gen
    #fix_border
*/

html body#popupcontent,
html body.popup{
padding: 5px 7px;
background:none;
}
.siteBody{
  background-color: #FFF !important;
  max-width: 2000px !important;
  padding: 0 !important;
  margin: 0 auto;
}
html body.popup .siteBody,
html body#popupcontent .siteBody{
  width: auto;
}
#wrapper,
#struct_page,
#table_gen{
  /*background-color: #FFF;*/
  margin: 0;
  padding: 0;
}
/* autres : ajustemens / corrections */
#pricetv  #struct_page #struct_full{
  padding-right: 315px;
}
#struct_page #struct_full:after{
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
#fpda #product .pm_prm  {
  z-index: 1;
}
html body #header{
 margin-top: 0;
}
#struct_page #headerpm,
#wrapper #headerpm,
#table_gen #headerpm  {
  padding-top: 5px;
}
/*************************************************/
