body {
  background: white;
  font-size: 12pt;

  }
#menu, #menu_haut,#bandeau, #footer, #colonne_droite  {
  display: none;
  }
  
  #colonne_milieu h3 {
  margin-top:40px;  
  }
  
  #colonne_milieu h4 {
   margin-top:20px; 
  }
  

  
  
div#container{
 width: auto;
  margin: 0 5%;
  padding: 0;
  border: 0;
  float: none !important;
  color: black;
  background: transparent none;
}
  
#container_header, #header, #barre_header, #prix  {
  margin: 0;
  padding-top: 1em;
  border:0;
  }
  
  #container_header, #header, #barre_header {
  display:none;
  
  }
  
  #prix, #info {
  position:relative;
  margin:0 5%;
  text-align:right;
  color:#000000;
  }
  
 #colonne_droite {
 display:none;
 
 }
  
  #colonne_gauche, #colonne_gauche_droite, #colonne_milieu {
    width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  float: none !important;
  color: black;
  background: transparent none;
  display:inline;
  font-size:14px;
  }
  
div#container {
  margin-bottom: -8px;
  }
div#container img {
  vertical-align: bottom;
  }
a:link, a:visited {
  color: #520;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
  }