/* CSS Document */
body{
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto
}
div, img, p, h1, h2, h3, ul, li{
	padding:0;
	margin:0;
	}
.blank {
	font-size:0px; line-height:0px; clear:both;
	}
.flash {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


ul{
	list-style-type:none;
	}
/* Font */

h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	color: #603913;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	padding:1em 0;
}
h2 {
	font-size: 18px;
	color: #0996bd;
	font-family: "Open Sans", "Open Sans Extrabold", "Open Sans Light", "Open Sans Semibold";
	font-weight: normal;
	margin:1em 0;
}
h3 {
	font-size: 17px;
	color: #007495;
	font-weight: normal;
	background-image: url(images/fd_h3.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left: 0px;
	font-family: "Open Sans", "Trebuchet MS", Georgia;
	line-height: normal;
	margin:1em 0;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #603913;
	text-align: justify;
}
.citation {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #0ABAE9;
	font-weight: lighter;
	text-align: center;
	line-height: 0.5px;
}
.centrer {
	text-align: center;
}
.centrer {	text-align: center;
}
.citation {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #0ABAE9;
	font-weight: lighter;
	text-align: center;
    line-height: 30px;
    padding: 15px 0;
}
}

a {
	font-size: 14px;
	color: #0ABAE9;
}
a:visited {
	color: #353535;
}
a:hover {
	color: #0ABAE9;
}
a:active {
	color: #0ABAE9;
}

/*---------------------header part-------*/
.container {
	position: relative;
	width: 1400px;
	margin: 0 auto;
	text-align: justify;
} 

@media (max-width: 1400px) {
  .container {
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	padding:0 10px;
  }
}

#flash {
	width:100%;
	margin:0 auto 0 auto;
}

#header {
		background: #fff url(images/fd2-header.png) repeat-x;
	    background-size: auto 100%;

}


#header img{
	max-width:100%;
	height:auto;
	margin-left: 100px;
}
#navigation {
	background: #897667;
  overflow:hidden;
}

}
#navigation:after {
    clear: both;
}

#navigation ul{
	width:1500px;
	display:inline;
	float:left;
	font-size:0px;
	right: 200px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 5px;
	}

/* Cas des écrans Grand */
@media (max-width: 1400px) {
#navigation {
	width:100%;
	margin: 0;
}
#navigation ul{
	width:100%;
}
#header img{
	max-width:100%;
	height:auto;
	margin-left: 0;
}


}


#navigation ul li{
	display:block;
	margin:0 10px 0 0px;
	float:left;
	}
#navigation ul li a{
	display:block;
	line-height:22px;
	_text-indent:10px;
	padding: 10px 15px;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	}
#navigation ul li a.active{	
background-color: #5EB9D4;	
}	
@media (max-width: 992px) {
	#navigation ul li a{
		font-size: 14px;
    }
	#navigation ul li{
	margin-right:0px;
	}
}
#navigation {
	width:100%;
	margin: 0;
}
#navigation ul{
	width:100%;
}
#header img{
	max-width:100%;
	height:auto;
	margin-left: 0;
}


}	
	
	
#navigation ul li a.active,
#navigation ul li a:hover{
	color: #FFF;
	background-color: #5EB9D4;
}
#header h2{
	width:128px; padding:32px 0 0 49px;	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:48px;	color:#1892AC;	font-weight:normal;	display:block;	float:left; background-color:#FFFFFF;
	}
#header h2 span{
	font-size:30px;
	}
#header p{
	width:531px;
	display:block;
	margin:20px 0 13px 24px;
	float:left;
	font-size:14px;
	line-height:18px;
	}
#header h3{
	font-size:24px;
	line-height:22px;
	width:auto;
	font-weight:normal;
	margin:0 0 0 0px;
	padding:0px 60px 0 1px;
	display:block;
	float:right;
}

/*---------------------FLASH-------*/

#flash{
	float:left;
	top: 0px;
	}

	/* Grid */
	.row {
	overflow: hidden;
	clear:both;
    margin-left: -7px;
    margin-right: -7px;
	/*Permet d'indiquer que la largueur de la colonne dépend du padding, border, margin */   
	  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;    /* Firefox, other Gecko */
       box-sizing: border-box;         /* Opera/IE 8+ */
}
	}

	.row:after {
	clear:both;
	}
	.row:before {
	    content: " ";
	    display: table;
	}

	[class*="col"] {
	  float:left;
	  padding-left: 7px;
	  padding-right: 7px;
	  /*Permet d'indiquer que la largueur de la colonne dépend du padding, border, margin */   
	  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;    /* Firefox, other Gecko */
       box-sizing: border-box;         /* Opera/IE 8+ */
	}
	
	.col-lg-12 { width: 100%;}
	.col-lg-10 { width: 84%;}
	.col-lg-9 { width: 75%;}
	.col-lg-8 { width: 66%;}
	.col-lg-7 { width: 58%;}
	.col-lg-6 { width: 50%;}
	.col-lg-5 { width: 41%;}
	.col-lg-4 { width: 32%;}
	.col-lg-3 { width: 25%;}
	.col-lg-2 { width: 14%;}

	@media (max-width: 992px) {
	.col-md-12 {width: 100%;}
	.col-md-10 {width: 86%;}
	.col-md-9 {width: 75%;}
	.col-md-8 {width: 66%;}
	.col-md-7 {width: 58%;}
	.col-md-6 {width: 50%;}
	.col-md-5 {width: 41%;}
	.col-md-4 {width: 32%;}
	.col-md-3 {width: 25%;}
	.col-md-2 {width: 14%;}
	}

	@media (max-width: 500px) {
	.col-xs-12 {width: 100%;}
	.col-xs-10 {width: 84%;}
	.col-xs-9 {width: 75%;}
	.col-xs-8 {width: 66%;}
	.col-xs-7 {width: 58%;}
	.col-xs-6 {width: 50%;}
	.col-xs-5 {width: 41%;}
	.col-xs-4 {width: 32%;}
	.col-xs-3 {width: 25%;}
	.col-xs-2 {width: 14%;}
	}

/*-------------------------middle-------------*/
#mid{
	_float:left;
	color:#584200;
	background-color:#FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 100%;
	}
#midDiv{
	width:70%;
	height:auto;
	padding-left:100px;
	padding-top:342px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

.sidebar {
	float:left;
	_width:14%;
	_padding-left: 7px;
	_padding-right: 7px;
}
.content {
	float:right;
	_width:84%;
	_padding-left: 7px;
	_padding-right: 7px;
}
.float {
	float:left;
	
}
.clear {
	clear:both;
	
}


/* Cas des écrans Grand */
@media (min-width: 1500px) {
   #mid{
	_float:none;
	_width:1500px;
   }
}

/* Cas des écrans petie */
@media (max-width: 1024px) {
   .sidebar{
	_float:none;;
	_width:100%;
   }
	.content {
		_float:none;
		_width:100%;
	}
}


/* container */
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}	


/*---------------footer---------*/
#foo1{
	width:100%;
	height:150px;
	float:left;
	background-color:#353535;
	color:#fff;
	}
#footer_div{
	_width:700px;
	_margin:0 auto 0 auto;
	_height:150px;
	}
#footer_div ul{
	_width:700px;
	_height:20px;
	display:block;
	list-style-type:none;
	margin:32px 0 0px 20px;
	overflow:hidden;	
	}
#footer_div ul li{
	display:block;
	float:left;
	font:12px/11px Arial, Helvetica, sans-serif;
	color:#FFFFFF; background-color:#353535;
		}
#footer_div ul li a{
	font:12px/16px Arial, Helvetica, sans-serif; color:#FDFDFD;	text-decoration:none; background-color:#353535;
	margin:0 8px 0 8px;
	}
#footer_div ul li a:hover{
	text-decoration:underline;
	}

#footer_div p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFF;
	margin:0px 0 0 50px;
	background-color:#353535;
	text-align: center;
	}
#footer_div p a {
	color:#FDFDFD;
	background-color:#353535;
	text-decoration:underline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
#footer_div p a:hover {
	color:#FDFDFD;
	background-color:#4E4E4E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
#footer_div ul.css{
	width:160px;
	display:block;
	margin:10px 0 0px 75px;
	font-size:0px;
	padding:0px;
	}
#footer_div ul.css li{
	display:block;
	float:left;
	margin:0 0 0 0;
	}
#footer_div ul.css li a{
	display:block;
	text-indent:-2000px;
	height:24px;
	margin:0 2px 0 0;
	font-size:0px;
	}
.titre {
}

.gallerie img{
	max-width:100%;

}
.gallerie div{
	padding:2px;
}
.gallerie.row {
	display: flex;
    align-items: center;
}    
@media (max-width: 500px) {
	.gallerie.row {display: block;}
}	
    
.avis {
padding-bottom:1em;
}	

.avis .note{
float:right;
}	
.avis .note{
float:right;
color: #0ABAE9;
}	
.avis h4{
margin-top:0;
}		

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}	
.btn,
a.btn {
	color: #fff;
    background-color: #5EB9D4;
}

a.btn:hover {
	color: #fff;
    background-color: #3d9db7;
}


