* {
	padding: 0;
	margin:0;
}

html, body {
	height: 100%;
	background-color: #F3ECDA;
	margin: 0;
}

h1 {
	text-align: center;
}

div {
	font-size: 20px;
}

#header {
  	background-color: #AFA079;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

footer {
  	background-color: #AFA079;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#boutonHeader {
	position:relative;
	width: 100%;
}

#logo {
	background-image: url("lotus.png");
  	background-repeat : no-repeat;
  	background-position: bottom;
  	background-size: 20%;
}

#barreMenu {
	width: 100%;
  	background-color: #3F3213;
}

.actuel {
	font-weight: bold;
}

#coreCentral {
	width: 50%;
	text-align: justify;
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left: auto;
	margin-right: auto;
}

#coreGauche {
	float: left;
	width: 25%;
	text-align: center;
	margin-top: 5%;
	margin-bottom: 15%;
}

#coreGauchePadding {
	padding: 10%;
}

#navBouton {
	width: 20%;
}

#footerTable {
	width: 25%;
	font-weight: normal; 
	text-align: left;
}

button {
	width: 100%;
	height: 100%;
	background-color: #AFA079;
	border:none;
	font-size: 15px;
	overflow: none;
	cursor: pointer;
}

#boutonMentions {
	height: auto;
	width: auto;
}

#boutonContact {
	background-color: #F3ECDA;
	height: auto;
	width: auto;
}

.h1Gauche {
	text-align: left;
}

.separator.small.left {
    margin: 10px 0 20px 0;
    width: 201px;
    background-color: #AFA079;
    height: 2px;
    position: relative;
}