@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #d3d5e8;
}

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;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
	background-color: #FFFFFF;
}

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;
	color: #000000;
	background-color: #bdc0dc;
}

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

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

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 {
	color: #242e8d;
	background-color: #242e8d;
}

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

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: #e9e9e9;
	vertical-align: top;
}
#container #content table {
	vertical-align: middle;
	padding: 5px;
	margin: 0px;
}
