@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	background: #212121;
}
#nav ul li {
	background: f2bc19;
	display: inline;
	background-color: f2bc19;
}
#barre-jaune-2 {
	background: #f2bc19;
	z-index: 99;
	height: 15px;
	width: 100%;
	position: fixed;
	background-color: #f2bc19;
	padding-top: 10px;
}
#flashcontent {
	position: relative;
	height: 600;
	width: 700;
	margin-top: 65px;
	margin-right: auto;
	margin-left: auto;
	background-color: #212121;
}
#barrejaune3 {
	background: #f2cb19;
	position: fixed;
	z-index: 99;
	height: 15px;
	width: 100%;
}

