* {
	font-family: Arial;
	margin: 0;
	padding: 0;
}

header {
	position: absolute;
	top: 0;
	width: 100%;
	height: 120px;
	background: #3E393D url("../images/banniere.png") repeat-x left top;
}

header img {
	float: left;
	width: 190px;
}

header div.above , header div.under {
	font-weight: bold;
	font-size: xx-large;
	line-height: 58px;
}

header div.above {
	color: #E2001A;
}

header div.under {
	font-size: x-large;
	color: white;
	top: 62px;
}

nav {
	position: absolute;
	top: 140px;
	width: 130px;
	float: left;
	margin-left: 10px;
}

nav ul {
	list-style-type: none;
	left: 0;
    margin: 5px 0px 0px 0px;
}

nav ul li {
	margin-bottom: 20px;
	font-weight: bold;
	padding: 6px 0px 6px 0px;
}

nav ul li.active , nav ul li a {
	padding: 6px 40px 6px 15px;
}

nav ul li.active {
	color: #E2001A;
	border-left: 5px solid #3E393D;
	background-color: #F0F0F0;
}

nav ul li a {
	border-left: 5px solid #E2001A;
	cursor:pointer;
	color: black;
	text-decoration: none;
}

nav ul li a:hover {
	color: white;
	background-color: #E2001A;
}

section {
	margin: 140px 0 20px 140px;
	background-color: #F0F0F0;
	padding: 20px;
	min-height: 200px;
}

article {
	border-left: 2px solid #E2001A;
	padding-left: 2%;
}

h1 , h2 , h3 , p {
	margin: 20px 0;
}

h2 {
	margin-top: 0px;
}

iframe {
	Border: 1px solid #3E393D;
}

footer {
	width: 100%;
	height: 20px;
	font-size: x-small;
	font-style: italic;
	line-height: 20px;
	color: white;
	background-color: #3E393D;
	text-align: center;
}