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

    
body {
	background: #edb851 ;
	margin: 0;
	padding: 0;
	font-family: 'Terminal Dosis Light', sans-serif;
	text-transform: uppercase;
}

#parallax {
	position: relative;
	overflow: hidden;
	width: 1000px;
	height: 500px;
	margin-top: 0px;
}

.conteneur {
	width: 1000px;
	margin: 0 auto;
}

.conteneur2 {
	width: 400px;
	margin: 0 auto;
}

.conteneur4 {
	width: 400px;
	margin: 0 auto;
}

.conteneur3 {
	width: 400px;
	margin: 0 auto;
}

.conteneur5 {
	width: 900px;
	height: 100%;
	margin: 10px;
}

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

#footer {
	width: 100%;
	background: #2b2b2b;
	height: 200px;
}

#bloc2 {
	position: fixed;
	width: 400px;
	background: #F1EFEF;
	height: 250px;
	top: 10px;
	left:10px;
	border-radius: 10px;
}

#bloc3 {
	position: fixed;
	width: 400px;
	background: #F1EFEF;
	height: 320px;
	top: 10px;
	right:10px;
	border-radius: 10px;
}

#bloc4 {
	position: fixed;
	width: 400px;
	background: #F1EFEF;
	height: 400px;
	top: 10px;
	right:10px;
	border-radius: 10px;
}

#footer3 {
	position: fixed;
	width: 100%;
	background: #2b2b2b;
	height: 50px;
	bottom:15px;
}

#bloc5 {
	position: relative;
	color: #ffffff;
	width: 900px;
	background: #2b2b2b;
	height: 3650px;
	top: 20px;
	left: 80px;
	border-radius: 10px;
}