/* structure de la page

------------------------------ */


html,body {
	background-color: #f38c15;
	font-family: Trebuchet MS;
	text-decoration : none;
	font-size:12px;
	padding: 0;
	margin: 0;
	}	
	
#container{
	width:980px; 
	margin:0 auto;
	}
	
div#container{	
	background-color: #ffffff ;
	}		
	
#topbar{
	width:auto; 
	display:block; 
	height:175px;
	background-color: #ffffff ;
	}

	
#main{
	width:auto; 
	display:block;
	color:#ffffff;
	}
	
#column_left{
	width:680px; 
	margin: 0 0 0 15px;
	float:left;
	padding-top: 45px ;
	}
	
#column_right{
	width:250px; 
	float:right;
	padding: 0;
	margin: 0 15px 0 5px ;
	padding-top: 45px ;
	}

/*
div.spacer, permet de faire deux colonnes dans #container
*/

div.spacer{
	clear:both; 
	height:10px; 
	display:block;
	}
	
/*
bas de page*/	
	
#footer{
	width: 980px; 
	height: 15px;	
	}
	
div#footer{	
	background-color: #cccccc ;
	font-family: Trebuchet MS;
	font-size:12px;
	text-align: center;
	padding: 5px 0 5px 0;
	}	
	

	
	
/* texte
----------------------------------------------- */	

div#titre{
	background-color: #E7511E;
	font-family: Trebuchet MS;
	text-decoration : none;
	font-size: 20px;
	color:#ffffff;
	text-align: left;
	padding: 5px 0 5px 5px;
	margin: 0px 0px 30px 0px;
	}	
	
div#logo{
	width:175px ; 
	position:absolute;
	margin: 15px 0px 0px 15px;

	}

	
div#contact {
	font-family: Trebuchet MS;
	font-size:13px;
	color:#87b046;
	text-align: center;
	line-height: 1.5em ;
	width:560px ; 
	position:relative;
	top:45px;
	left:250px;
	}
	
div#bout{
	position: relative;
	width:140px;
	top: -40px;
	left: 820px;
	}

div#titre-img{	
	background-color: #333333;
	font-family: Trebuchet MS;
	text-decoration : none;
	font-size: 13px;
	color:#ffffff;
	text-align: left;
	padding: 5px 0 5px 5px;
	}	
	
div#baseline{	
	width:960px; 
	position:relative;
	top: -10px ;
	font-family: Trebuchet MS;
	font-size: 17px;
	color:#f38c15;
	text-align: left;
	margin: 0px 10px 5px 10px;
	border-bottom: 1px solid #666666 ;/*Pour faire un trait horizontal*/
	}	
	
div#txt{	
	font-family: Trebuchet MS;
	font-size: 12px;
	color:#000000;
	text-align: left;
	padding: 5px 0px 5px 5px;
	}	
	
div#txt1{	
	font-family: Trebuchet MS;
	font-size: 14px;
	color:#000000;
	text-align: center;
	padding: 5px 0px 5px 5px;
	}	
	
div#txt2{	
	font-family: Trebuchet MS;
	font-size: 14px;
	color:#4d870e;
	text-align: left;
	padding: 5px 0px 5px 5px;
	}	
	
div#txt3{	
	font-family: Trebuchet MS;
	font-size: 20px;
	color:#E7511E;
	text-align: left;
	padding: 5px 0px 5px 5px;
	}	
	
div#txt4{	
	font-family: Trebuchet MS;
	font-size: 20px;
	color:#9F5919;
	text-align: left;
	padding: 5px 0px 5px 5px;
	}	
	
div#txt5{	
	font-family: Trebuchet MS;
	font-size: 20px;
	color:#A7CB7B;
	text-align: left;
	padding: 5px 0px 5px 5px;
	}	
	
div#txt6{	
	font-family: Trebuchet MS;
	font-size: 20px;
	color:#508729;
	text-align: left;
	padding: 5px 0px 5px 5px;
	}
	
div#commentaire-big{	
	font-family: Trebuchet MS;
	font-size: 30px;
	color:#666666;
	text-align: left;
	padding: 5px 0px 5px 5px;
	}
	
div#map {
	padding: 5px; 
	border-radius: 7px;
	border: 1px solid #666666 ;
	}
	
	

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
