/* CSS Document */
/* Classe dédiée à l'impression */
.noprint{ display: none; }
body{ background: #fff url(); color: #000; }
#global,#main,#centre{
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
#global{ width: 1080px; }
#main{
  min-height: 100px;
  margin-top: 340px;
}
#print{ display: block; }
#print img.header{
  position: fixed;
  top: 0;
}
#print img.footer{
  position: fixed;
  bottom: 0;
}
div.transition-thumbstrip{
  height: auto !important;
  overflow: visible !important;
}
div.transition-thumbstrip ul{
  width: 320px !important;
}
span.transition-current span {
  border-color: #fff !important;
}
h1,h2,h3,h4,h5,h6 {page-break-after: avoid;}
ul, ol, li {page-break-inside: avoid;}
table table,tr,td {page-break-before: avoid;page-break-after: avoid;}