header,
section,
footer,
aside,
nav,
article,
figure,
figcaption {
	display: block;
}

body {
	color: #333333;
	background-color: #f9f8f6;
	background-image: url("images/fond.jpg");
	background-position: center;
	line-height: 1.4em;
	margin: 0px;
}

.wrapper {
	position: relative;
	width: 940px;
	margin: 20px auto 20px auto;
	border: 2px solid #000000;
	background-color: #ffffff;
}

header {
	height: 160px;
}

h1 {
	width: 940px;
	height: 130px;
	background-image: url(images/header.jpg);
	margin: 0px;
}

nav,
footer {
	clear: both;
	color: #ffffff;
	background-color: #aeaca8;
	height: 30px;
	font-family: "Oswald", sans-serif;
}

nav ul {
	margin: 0px;
	padding: 5px 0px 5px 30px;
}

nav li {
	display: inline;
	margin-right: 40px;
}

nav li a {
	color: #f0f0f0;
}

nav li a:hover,
nav li a.current {
	color: #000000;
}

section.courses {
	float: left;
	width: 659px;
	border-right: 1px solid #eeeeee;
	font-family: "Oswald", sans-serif;
}

article {
	clear: both;
	overflow: auto;
	width: 100%;
}

hgroup {
	margin-top: 40px;
}

figure {
	float: left;
	width: 290px;
	height: 220px;
	padding: 5px;
	margin: 20px;
	border: 1px solid #eeeeee;
}

figcaption {
	font-size: 90%;
	text-align: left;
}

aside {
	width: 230px;
	float: left;
	padding: 0px 0px 0px 50px;
	font-family: "Oswald", sans-serif;
}

aside section a {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #eeeeee;
	color: #000000;
}

aside section a:hover {
	color: #9e2b2b;
}

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

h1,
h2,
h3 {
	font-weight: normal;
}

h2 {
	margin: 10px 0px 5px 0px;
	padding: 0px;
	font-weight: 400;
	font-style: normal;
	font-family: "Permanent Marker", cursive;
}

h3 {
	margin: 0px 0px 10px 0px;
	color: #de6581;
}

aside h2 {
	padding: 30px 0px 10px 0px;
	color: #de6581;
}

footer {
	font-size: 80%;
	padding: 7px 0px 0px 20px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

#finarticles {
	clear: both;
	opacity: 0;
}

figcaption{
	font-family: "Permanent Marker", cursive;
}