/**
 * CSS
 *
 * @author Georges-Etienne Legendre
 * @version 1.0
 */

.print-hide {
  display: none;
}

#header h1 {
  font-size: 1.9em;
  font-weight: normal;
}

#header ul {
  padding: 0;
  margin: 0 0 0 3em;
}

#header li {
  display: none;
}

#header li.selected {
  font-weight: bold;
  font-size: 130%;
  display: block;
}

#header li.selected a {
  color: #000;
  text-decoration: none;
}

#content ul.lang {
  display: none;
}

#content hr {
  border: 0;
  border-top: 1px solid;
}


/** Contact */

#content.contact ul.phone,
#content.contact ul.web {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

#content.contact ul.web {
  margin-left: 3em;
}

#footer,
#shade-footer {
  display: none;
}