body {
  background: white;
  font-size: 12pt;
  }
#header, #tools, #sub_header, #colonne1, #nav, #footer, #subfooter {display: none;}
#interne, #content, .colonne, #bkg_interne_col1, nav {
  position:relative;
  left:0px;
  top:0px;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  border: 0;
  float: none !important;
  color: black;
  background: transparent none;
}
#interne {margin: 0 5%;}
  h1,h2,h3,h4,h5,h6 {color:#000000;}
  h1 {font-size:18pt;}
  h2 {font-size:16pt;}
  h3 {font-size:14pt;}

a:link, a:visited {
  color: #520;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}

a, a:link, a:visited, a:hover, a:active {
  background:transparent none repeat scroll 0%;
  color:#552200;

/*
#content a:link:after, #content a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
#content a[href^="/"]:after {
  content: " (http://www.salon-auto.ch" attr(href) ") ";
} 
*/