html {
  height: 100%;
}

body {
  background-color:#DFCDB7;
  color:#000000;      
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  padding-top: 20px;
  min-height: 100%;
  position: relative;
}

#menu_langue{
	padding-bottom: 5px;
}

.navbar{
	font-size: 12pt;
	margin-bottom: 10px;
}

#main_container{
	//background-color:#FFFFFF;
	padding-bottom: 200px;
}

#custom_navbar{
	margin-top: 5px;
}

#custom_container{
	padding-top: 5px;
	background-color:#FFFFFF;
	color: #424242;
	padding-left: 10px;
}

#custom_container h1, h2{
	color: #6E5B53;
}

#custom_container p{
	font-size: 10pt;
}

#photos_gallery{
	text-align: center;
}

#photos_gallery a{
	margin:3px;
}

#photos_gallery img{
	margin:5px;
	padding: 4px;
	border: 1px solid #BDBDBD;
}

#table_tarif{
	font-size: 10pt;
}

#footer{
	height:180px;
	background-color: #6E5B53;
	position: absolute; 
	bottom: 0;
	width: 100%;
	font-size: 10pt;
	padding-top:20px;
	border-top: 1px solid #FFFFFF;
}

#footer_table{
	width: 100%;
	color: #EBE1D5;
	//background-color: #FFFFFF;	
}

#footer_table tr, td{
	padding: 5px;
}

#footer_table_adresse{
	//background-color: red;	
}

#footer_table_telephone{
	//background-color: blue;	
}

#footer_table_email{
	//background-color: grey;	
}

#footer .copyright{
	padding-right: 10px;
	color: #EBE1D5;
	font-size: 8pt;
}

#custom_carousel{
	margin-bottom: 10px;
}

* {-moz-box-sizing: border-box; box-sizing: border-box;}
