//Start Generic CSS

@font-face {
  font-family: 'Tangerine';
  font-style: normal;
  font-weight: 400;
  src: local('Tangerine Regular'), local('Tangerine-Regular'), url('tang-reg.ttf') format('truetype');
}
@font-face {
  font-family: 'Tangerine';
  font-style: normal;
  font-weight: 700;
  src: local('Tangerine Bold'), local('Tangerine-Bold'), url('tang-bold.ttf') format('truetype');
}

html {
	width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
	border: 0px;
}
body {
	color: #554400;
	font-family: arial, helvetica, sans-sherif;
	font-size: 18px;
	background-color: #fff6d5;
	background: url(../img/background.jpg) no-repeat center center fixed;
	background-size: cover;
	min-height: 100%;
}
#container {
	width:990px;
	margin: 0 auto;
	margin-top: 40px;
}
#head {
	display: block;
	width:100%;
	min-height: 150px;
	background-color: #FFFCC6;
	background-color: #FFEEA2;
	padding-top: 20px;
	text-align: center;
}
#navbar {
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 0px;
	width: 100%;
}
#navbar ul {
	display: block;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
	height: auto;
}
#navbar ul li {
	list-style-type: none;
	margin:5px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
}
#navbar ul li a {
	background-color:#FFE687;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border: 2px solid;
	border-color:#FFD42A;
	color: #554400;
	font-size: 20px;
	text-decoration: none;
}
#navbar ul li a:hover {
	background-color: #FFEFA3;
}
#contenu {
	display: block;
	width:100%;
	min-height: 1000px;
	background-color: #FFFCC6;
	background-color: #FFEEA2;
	padding-bottom: 20px;
}
#title {
	margin-bottom: 15px;
	height: auto;
	clear: both;
}
#title h1{
	float: left;
	clear: both;
	font-size: 25px;
	margin: 0px;
	margin-left: 80px;
	margin-bottom: 40px;
}
h2{
	font-size: 20px;
	clear: both;
}
#main{
	clear: both;
	margin-left: 80px;
	margin-right: 80px;
}
.volet {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.volet h2{
	clear: both;
	width: (100% - 80px);
	margin-bottom: 0;
	margin-top: 0;
}
.volet p:first-of-type {
	margin-top: 0;
}
.volet p:last-of-type{
	margin-bottom: 0;
}
.volet .v-text{
	width: 62%;
	float:left;
	margin: 0;
	border: 0;
	padding: 20px 1.999999%;
}
.volet .v-img {
	float: right;
	width: 29%;
	float:right;
	margin: 0;
	border: 0;
	padding: 20px 1.999999%;
}
.volet .v-img img {
	max-width: 98%;
	float: left;
}
.contactcentr {
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25%;
	width: 290px;
}
#contact {
	line-height: 20px;
}
.tel {
	margin-left: 20px;
}
#footer {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
}
#copyright {
	color: black;
	text-align: center;
	font-size: 10px;
	float: left;
	width:100%;
}
