@charset "utf-8";

body {
  font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
  background: #b5b9c0;
  margin: 0;
  padding: 0;
  color: #000000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	font-weight: normal;
}

address {
  font-style: normal;
}

a img {
  border: none;
}

a:link {
  color: #414958;
  text-decoration: underline;
}

a:visited {
  color: #4e5869;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
	color: #000000;
	text-decoration: none;
}

div#container {
  width: 80%;
  max-width: 1260px;
  min-width: 780px;
  background: #ffffff;
  margin: 0 auto;
}

section#sidebar {
  float: left;
  width: 231px;
  background: #93a5c4;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
}

section#sidebar > nav ul {
  list-style: none;
  border-top: 1px solid #666666;
  margin-bottom: 15px;
  font-weight: normal;
}

section#sidebar > nav li {
  border-bottom: 1px solid #666666;
}

section#sidebar > nav a,
section#sidebar > nav a:visited {
  padding: 5px 5px 5px 15px;
  display: block;
  text-decoration: none;
  background: #8090ab;
  color: #000000;
}

section#sidebar > nav .highlight {
  font-style: italic;
}

section#sidebar > nav a:hover,
section#sidebar > nav a:active,
section#sidebar > nav a:focus {
  background: #6f7d94;
  color: #ffffff;
  text-align: left;
}

section#contact {
	margin: 53px 3px 72px 15px;
}

section#contact h1 {
  font-size: 19px;
  padding: 0;
}

section#content {
	padding: 10px 0;
	width: 70%;
	float: left;
	padding-left: 15px;
	font-weight: normal;
}

section#content h2 {
  font-weight: normal;
  font-size: 16px;
}

section#content li > a {
  float:right;
}

section#content li {
  margin-bottom: 50px;
}

#Liste {
	padding-left:25px;
}

section#content ul {
  list-style: none;
}

header {
	background: #6f7d94;
	color: #6f7d94;
}

footer {
  width: 100%;
  padding: 10px 0;
  background: #6f7d94;
  position: relative;
  clear: both;
  height: 20px;
  font-size: 13px;
}

footer > span {
  display: block;
  float: left;
}

#table-top {
	background-color: #CCCCCC;
	vertical-align: top;
}

#table-white {
	background-color: #FFFFFF;
	vertical-align: top;
}

#table-grey {
	background-color: #FFFFFF;
	vertical-align: top;
}
