/*******************************************************************************
* GLOBAL
*******************************************************************************/
body {
  background: white;
  font-size: 12pt;
  }
#menu,  #heading , #news{
  display: none;
  }
#page, #content {
  width: auto;
  margin: 0 5%;
  padding: 0;
  border: 0;
  float: none !important;
  color: black;
  background: transparent none;
  }
div#content {
  margin-left: 10%;
  padding-top: 1em;
  border-top: 1px solid #930;
  }
  div#logo {
  padding-bottom: 1em;
  }

#footer {
  font-size: 8pt;
  padding-top: 1em;
  border-top: 1px solid #930;
  }
a:link, a:visited {
  color: #520;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
  }
#content a:link:after, #content a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
  }
#content a[href^="/"]:after {
  content: " (http://www.sitc.fr" attr(href) ") ";
  }
h1 { color:#C00;font-size: 15pt;}
h2, h3 { color:#393;font-size: 14pt; }
img { border:none;vertical-align: bottom; }

/*******************************************************************************
* CONTACT PAGE
*******************************************************************************/
#contactForm { display:block; float:left; width:100%; }
#contactForm p { margin-bottom:0; }
#contactForm textarea.input,
#contactForm textarea.error,
#contactForm input.input,
#contactForm input.error {
    padding:2px;
    border:1px solid #ddd;
    width:50%;
    font-size:100%;
}
#contactForm textarea.error,
#contactForm input.error { border:1px solid black; }

#contactForm p.label-name,
#contactForm p.label-email,
#contactForm p.label-subject,
#contactForm p.label-message { background-color:white; color: #699; font-weight:bold; }
