body {
  width: auto!important;
  margin: auto!important;
  font-family: serif;
  font-size: 12pt;
  background-color: #fff!important;
  color: #000!important;
}

p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol {
  color: #000!important;
  margin: auto!important;
}

#wrapper, #main, #content, .container, .container { 
  margin :0;
  padding:0;
  width:100%;
  border :none;
}

#cRetour, #oformulaire, header, .bg, .sansimpression {
  display :none;
}
.cImpression {
	display: block;
}
p, blockquote {
  orphans: 3; /* pas de ligne seule en bas */
  widows: 3; /* pas de ligne seule en haut */
}
blockquote, ul, ol {
  page-break-inside: avoid; /* pas de coupure dans ces élements */
}
h1 {
  page-break-before: always; /* chaque titre commence sur une nouvelle page */
}
h1, h2, h3, caption {
  page-break-after: avoid; /* pas de saut après ces éléments */
}
a {
  color: #000!important;
  text-decoration: underline!important;
}
a[href]:after {
  content: " (" attr(href) ")"; /* affichage des URL des liens */
}
.cPictoProduits {font-size:2em;float:left;padding: 0 20px 0 0;}
.cTitreProduits {font-size:1.2em;text-align:left;margin:0 20px 20px 20px;}
h1 {padding:0 0 20px 0;}
.col-lg-4 {margin-bottom:20px;}
.col-lg-3 {margin-bottom:20px;}