

#gdf_back
{
	position:absolute;
	width: 150px;
	z-index: 100;
	top:20px;
	left: 200px;
}

#gdf
{
	position : absolute;
	margin-top: 45px;
	margin-bottom: -40px;
	margin-left: 20px;
}

body
{
	/* background-color: #1E1B11; */
	background-color: #5B391E;
	color: #999999;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
div.container_body
{
  color: #999999;
}

.colorBody
{
  color: #999999;
}

.navbar-inverse
{
	background-color: #AC8F57;
	z-index: 5;
}
.navbar
{
	z-index: 10;
}

#menu
{
	font-size: 22px;
	/*font-family: Arial Black, Cooper Black, Sans-Serif;*/
	font-family: Calibri, sans-serif;
	text-align: center;
}

#menu li a
{
	color: #F5F5F5;
}

#menu li
{
	margin-top: 10px;
}

#menu li a:hover
{
	color:white;
	text-decoration: underline;
}

#menu ul.dropdown-menu
{
  background-color:#AC8F57;
  font-size: 18px;
}

#menu ul.dropdown-menu li a
{
	color: white;
	text-align: left;
}
#menu ul.dropdown-menu li a:hover
{
	color: #696767;
}

#menu ul.nav
{
	margin-left: 160px;
}

#floatcontainer
{
	float: right;
	margin-right: 85px;
	margin-top: 15px;
}

#murier
{
	position: fixed;
	z-index : 10;
	width: 120px;
}

.navbar-inverse .navbar-brand
{
	/*padding-left: 360px;*/
	
}
.main_title
{
	text-align: center;
}
.main_title .navbar-brand
{
	color : #e7e7e7;
	width: 100%;
	font-size: 6em;
	margin-top: 0px;
	font-weight:bold;
	margin-top: 10px;
	/*font-family: Georgia, "Times New Roman", Serif;*/
	font-family : Calibri, sans-serif;
	/*text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;*/
	/*-webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;*/
 text-shadow:
    -2px -2px 0 #000,
    -2px 2px 0 #000,
    -2px 0 0 #000,
    2px -2px 0 #000,
    2px 2px 0 #000,
    2px 0 0 #000,
    0 -2px 0 #000,
    0 2px 0 #000;
}

.container.marketing
{

}

.container_body
{
	margin-top: 80px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #5B391E;
	color : white;
}

#intro
{
	padding: 20px;
	padding-top: 50px;
	text-align: center;
	padding-bottom: 100px;
}

#intro img
{
	margin: auto;
	width: 100%;
	height: 550px;
	border : 1px solid black;
	border-radius: 15px;
}

#image_center
{
	margin: auto;
	width: 90%;
	padding: 20px;
}

#img_description
{
	width: 550px;
	height: 80px;
	background:rgba(100,100,100,0.85);
	position: relative;
	z-index: 9;
	margin-top: -200px;
	margin-left: 250px;
	border-radius: 15px;
	color: white;
	padding-top: 1px;
}

footer .limitFooter
{
	background-color: #AC8F57;
	height: 20px;
	right:0;
	bottom:0;
	left:0;
	margin-bottom: 20px;
}

footer
{
	background-color: #5B391E;

	color: #999999;
}

/*#moulin
{
	margin-top: 150px;
}*/

.gallery
{
	padding-bottom: 25px;
	border-radius: 15px;
	/*padding-right: -10px;*/
	padding-top: 20px;
	text-align: center;
	margin-bottom: 50px;
}
.gallery img
{
	border:1px solid gray;
	border-radius: 5px;
	margin: auto;
}

.descrGite
{
	font-weight: bold;
	color:white;
}

#slideshow
{
	margin-bottom: -80px;
}



/*  Tarifs.html */
.tarifsTab tr
{
  background-color: #e0cda7;
}

.tarifsTab tr.headTR
{
  background-color: #c3eee7;
}

.tarifsTab .emptyRow
{
  background-color: #5B391E;
}
/* activites.html*/
.activites h2
{
  color:#9eab7d;
}

.activites ul li
{
  color:#8fb5e3;
}

/*conditions.html*/
/*.numberlist li:hover{
        background: #c3eee7Hover;
      }*/
.numberlist li:before{
  background-color: #c3eee7;
}

ol.list-group
{
  background-color:#5B391E;
}

ol.list-group li
{
  background-color: #c3eee7;
}




@media screen and (max-width: 990px){
	#gdf
    {
    	display: none;
    }
    #murier
    {
    	display: none;
    }
	.main_title .navbar-brand
	{
		font-size: 4em;
	}
	img
	{
		max-width: 100%;
	}
	#menu
	{
		width: 100%;
	}
	#menu ul.nav
	{
		margin-left: 0px;
	}
	.navbar-toggle
	{
		margin: 0px;
		margin-top: -40px;
		margin-right: 20px;
		margin-bottom: 10px;
		background-color: #5B391E;
	}
}

@media screen and (max-width: 500px){
	.main_title .navbar-brand
	{
		font-size: 2em;
	}
}