/* print styles */
body {color: black; background: white; font-size: 11pt}
A:link, A:visited {background: white; color: black; text-decoration: underline;
   font-weight: bold;}
H1, H2, H3 {background: white; color: black; padding-bottom: 1px;
   border-bottom: 1px solid gray;}
#navigation {display: none;}
#top {display: none;}
#dessous {display: none;}
#map { width: 50%; }
.heading {display: none; }
#colonne1 ul {display: none;}
#galerie {display: none;}
/* #formulaire {display: none;} */
textarea, input {display: none;}
#colonne1,#colonne2 {
float:none;
width:100%;
border: 1pt solid black;
margin: 20pt;
padding: 10pt;
line-height:1.5em;
}
#footer {font-size:9pt;}
.noprint {display: none;}
#global a:link:after, #global a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}