/* Conceptinno - http://www.conceptinno.ch */

* {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.4em;
  color: #222;
  background-color: #ffffff;
}

a { 
  text-decoration: none;
  color: #222;
}

div#submenu, div#menu, div#right, div#left, div#header {
  display: none;
}

h1, h2, h3 {
  margin-bottom: 0.6em;
}

h1 {
  font-size: 1.6em;
  line-height: 1.4em;
  border-bottom: 2px #222 solid;
}

h2 {
  font-size: 1.4em;
  line-height: 1.2em;
}

h3 {
  font-size: 1.2em;
  line-height: 1.0em;
}

h1 a, h2 a, h3 a {
  display: none;
}

h1 span, h2 span, h3 span {
  float: right;
  margin-left: 10px;
  font-weight: normal;
}

h1 span {
  line-height: 3.0em;
  font-size: 0.6em;
}

h2 span {
  line-height: 2.5em;
  font-size: 0.6em;
}

h3 span {
  line-height: 2.0em;
  font-size: 0.6em;
}

div.box, div.box-reverse {
  margin-bottom: 16px;
}

table {
  border-collapse: collapse;
}

table tr td, table tr th {
  font-size: 1em;
}

table tr th {
  font-weight: bold;
  text-align: left;
}

table.photos tr td {
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: center;
}

table.photos tr td.last {
  padding-right: 0px;
}

table.photos tr td img.photo {
  margin-bottom: 5px;
}

table.list {
  width: 100%;
}

table.list tr th {
  text-align: left;
  font-weight: bold;
  padding: 2px;
  border-bottom: 1px #333 solid;
}

table.list tr th a {
  font-weight: normal;
}

table.list tr td {
  padding: 2px;
  border-bottom: 1px #333 dashed;
}

table.membres tr td.informations {
  width: 195px;
  padding: 0px 10px 10px 10px;
  vertical-align: top;
}

table.membres tr td.photo {
  width: 120px;
  padding-bottom: 10px;
  vertical-align: top;
}

table.borders tr td, table.borders tr th {
  border: 1px #333 solid;
}

img {
  border: 0px;
  vertical-align: text-bottom;
}

img.photo {
  border: 1px #333 solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0px 2px 2px 0px;
}

img.left {
  float: left;
  margin: 0px 10px 5px 0px;
}

img.right {
  float: right;
  margin: 0px 0px 5px 10px;
}

ul {
  margin-left: 1.6em;
}

div#footer {
  text-align: center;
}

hr {
  border-top: 1px solid #222;
  background: #ffffff;
  color: #ffffff;
}