@font-face {
	font-family: 'Asap';
	src: url('Asap-Regular-webfont.eot') format('eot'),
		 url('Asap-Regular-webfont.woff') format('woff'),
		 url('Asap-Regular-webfont.ttf') format('ttf'),
		 url('Asap-Regular-webfont.svg') format('svg');
 }

body {
	font-family: 'Asap', arial,sans-serif ;
	background-color: #f5f5eb;
	color: #614440;
}

#bloc_page {
	width: 850px;
	margin: auto;
}

#bandeau img{
	border-radius: 5px;
}

nav ul {
	list-style-type: none;
	background-color: black;
	border-radius: 5px;
	font-family: "AvantGarde Bk BT", 'Asap', arial,sans-serif;
	position: relative;
	}

nav li {
	display: inline-block;
	text-align: center;
	margin-left: 4%;
	margin-top: 5px;
	margin-bottom: 6px;
}

nav li #en_cours {
	color: white;
	background-color: #9f9d5f;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
}

nav a {
	font-size: 1.1em;
	color: #d3eb9a;
	padding-bottom: 3px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
}

nav a:hover {
	color: white;
	background-color: #9f9d5f;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
}

nav a #en_cours{
	color: white;
	background-color: #9f9d5f;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
}

h1{
	text-align: center;
	}
	
em{
	text-decoration: none;
	font-size: 1.2em;
	color: #018ae8;

}

h1{
	text-align: center;
	border-radius: 5px;
	box-shadow: 0px 2px 5px #1c1a19;
	border: 1px solid black;
	}


#dates_liste{
	color: #614440;
	border: 1px solid black;
	background-color: white;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0px 2px 5px #1c1a19;
}

#dates_lien {
	color: black;
	background-color: #e2e0de;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 1px;
	padding-bottom: 10px;
	box-shadow: 0px 2px 5px #1c1a19;
	border-radius: 5px;
	font-size: 0.9em;
	text-align: center;
	}

footer {
	text-align: center;
	font-size: 0.8em;
}



