body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #311745;
}
#container {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-color: #eae9e6;
	text-align: center;
	position: relative;
	height: 240px;
	width: 100%;
	z-index: 0;
}
#cercle{
	border-radius:50%;
	width:320px;
	height:280px;
	border:none;
	background-color: #eae9e6;
	margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
	/*position: absolute;
	left: 50%;
    transform: translate(-50%, 0);*/
	margin-top: 26px;
	z-index: 1;
}
#image-illu {
	background-color: #311745;
	padding-top: 80px;
	padding-bottom: 40px;
	text-align: center;
}
#promo {
	background-image:-moz-linear-gradient(30deg, #a3a39b, #eae9e6, #a3a39b);
	background-image:-webkit-linear-gradient(30deg, #a3a39b, #eae9e6, #a3a39b);
	background-image:-o-linear-gradient(30deg, #a3a39b, #eae9e6, #a3a39b);
	background-image:linear-gradient(60deg, #a3a39b, #eae9e6, #a3a39b);
	padding-top: 26px;
	color: #311745;
	text-align: center;
	padding-bottom: 26px;
}
h1 {
	font-size: 2em;
	line-height: 1.4em;
}
#footer {
	background-color: #311745;
	height: 150px;
}
