/*quelques styles*/
body, h1, h2, form, p, ul{
	margin: 0;
	padding: 0;
}

.s14{
	font-size: 14px;
}

.s16{
	font-size: 16px;
}

.s18{
	font-size: 18px;
}

.s24{
	font-size: 24px;
}

.noir{
	color: #000;
}

.violet{
	color: #800080;
}

.cache{
	display:none;
}

.blue{
	color: #01A9DB;
}

.verdatre{
	color: #5E610B;
}

.orange{
	color: #e53a16;
}

.clear{
	clear: both;
	height: 0;
}

.clear_10{
	clear: both;
	height: 10px;
}

.clear_20{
	clear: both;
	height: 20px;
}

.padd_20{
	/*margin: 30px auto;*/
	padding: 20px 25px;
}

.normal{
	font-weight: normal;
}

.centre{
	text-align: center;
}

.vert{
	color: #92bb12;
}

.rouge{
	color: #e53a16;
}

.majuscule{
	text-transform: uppercase;
}
/*quelques styles*/


/*gabarit*/
body{
	background: url(../images/fond-body.png) repeat-x top left #d6d6d6;
	color: #313131;
	font-family: Arial;
	font-size: 12px;
}
/*/*/


#menuToggle
{
  display: block;
  position: relative;
  top: 70px;
  left: 00px;
  
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 100%;
  margin: -120px 0 0 -70px;
  padding: 50px;
  padding-top: 125px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 20%);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}
/*************************/
/* Control buttons  */
#quote-carousel .carousel-control {
  background: none;
  color: #91ba11;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
  opacity:1;
}

/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
  background: #91ba11;
}
#quote-carousel .carousel-indicators .active {
  background: #fff;;
  border:2px solid #91ba11;
}

/*!
 * Bootstrap v3.1.1 (https://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */


*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.carousel {
  position: relative;
  margin:0 auto;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align:center;
  
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}


@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}


.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-sm-9 {
  backgr7und:#ccc;
  width:80%;
  display:block;
  margin-left:10%;
  margin-bottom:25px;
  padding: 0px 00px;
  }

/**********************/


a{
	color: #313131;
	text-decoration: none;
}

a img{
	border: none;
}
#col {
  column-count: 2;
}

.unevaleur {
  border-spacing: 2px;
}

a:hover{
	text-decoration: underline;
}

#global{
	background: #fff;
	margin: 0 auto;
	width: 995px;
}
/*gabarit*/

/*entete*/
#entete{
	margin: 10px 0 0px 0;
	padding: 13px 11px;
}

h1{
	float: left;
	margin: 0 0px 0 40px;
	width: 180px;
}

h20{
	float: left;
	margin: 0px 0px 0px 0px;
	width: 280px;
}

#menu_smartphone{
	margin: 0;
	padding: 20px 0;
	width: 100%;
}

#menu_smartphone li{
	float: none;
	margin-bottom: 20px;
	width: 100px;
}

#menu_haut/*, #menu_smartphone*/{
	float: left;
	list-style: none;
	padding-top: 62px;
	width: 655px;
}

#menu_haut li/*, #menu_smartphone li*/{
	float: left;
	margin-right: 3px;
	width: 115px;
}

#bouton_photo {
	float: left;
	list-style: none;
	width: 130px;
}

#bouton_photo li {
	float: left;
	margin-right: 3px;
	width: 40px;
	text-align: center; 
}

#menu_haut a, #menu_smartphone a, a.bouton_vert{
	background: rgb(171,212,48) url(../images/fond-menu-haut.png) no-repeat 5px 5px;
	display: block;
	height: 26px;
	line-height: 26px;
	padding-left: 35px;

	/*background: url(../images/fond-menu-haut.png) no-repeat 5px 5px linear-gradient(bottom, rgb(145,187,18) 35%, rgb(171,212,48) 55%);
	background: url(../images/fond-menu-haut.png) no-repeat 5px 5px -o-linear-gradient(bottom, rgb(145,187,18) 35%, rgb(171,212,48) 55%);
	background: url(../images/fond-menu-haut.png) no-repeat 5px 5px -moz-linear-gradient(bottom, rgb(145,187,18) 35%, rgb(171,212,48) 55%);
	background: url(../images/fond-menu-haut.png) no-repeat 5px 5px -webkit-linear-gradient(bottom, rgb(145,187,18) 35%, rgb(171,212,48) 55%);
	background: url(../images/fond-menu-haut.png) no-repeat 5px 5px -ms-linear-gradient(bottom, rgb(145,187,18) 35%, rgb(171,212,48) 55%);*/
}

#menu_haut_c, #menu_smartphone_c{
	background-position: 5px -35px !important;
}

#menu_haut_l, #menu_smartphone_l{
	background-position: 5px -78px !important;
}

a.bouton_vert{
	background-image: none !important;
	height: auto; 
	padding: 0 10px;
	text-align: center; 
  -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#menu_haut a:hover, #menu_haut a.actif, #menu_smartphone a:hover, a.bouton_vert:hover{
	background: rgb(145,187,18) url(../images/fond-menu-haut.png) no-repeat 5px 5px;
	color: #fff;
	text-decoration: none;

	/*background: url(../images/fond-menu-haut.png) no-repeat 5px 5px linear-gradient(bottom, rgb(171,212,48) 35%, rgb(145,187,18) 55%);
	background: url(../images/fond-menu-haut.png) no-repeat 5px 5px -o-linear-gradient(bottom, rgb(171,212,48) 35%, rgb(145,187,18) 55%);
	background: url(../images/fond-menu-haut.png) no-repeat 5px 5px -moz-linear-gradient(bottom, rgb(171,212,48) 35%, rgb(145,187,18) 55%);
	background: url(../images/fond-menu-haut.png) no-repeat 5px 5px -webkit-linear-gradient(bottom, rgb(171,212,48) 35%, rgb(145,187,18) 55%);
	background: url(../images/fond-menu-haut.png) no-repeat 5px 5px -ms-linear-gradient(bottom, rgb(171,212,48) 35%, rgb(145,187,18) 55%);*/
}

#pub{
	/*float: Left;*/
	float: right;
	width: 306px;
}
/*entete*/


/*pied*/
#pied{
	margin: 0 auto;
	padding: 15px 0 15px 0;
	
}

#pied_accroche{
	float: left;
	margin-right: 20px;
	width: 147px;
}

#pied_urbaflux{
	float: left;
	margin-right: 20px;
	width: 122px;
}

#pied_adresse{
	float: left;
	width: 280px;
}

#pied_liens li{
	border-right: 1px solid #000;
	float: left;
	padding: 0 5px;
}

#pied_liens li.dernier{
	border: none;
}

#pied_liens{
	float: left;
	list-style: none;
	width: 260px;
}

#pied_europe{
	float: left;
	margin-top: -20px;
	width: 93px;
}
/*pied*/


/*index*/
#google_map{
	height: 520px;
	margin: 10px 0 20px 0;
	position: relative;
	width: 100%;
}

.contextmenu{
	background-color:white;
	border:1px solid gray;
	font-family: Arial;
	font-size: 12px;
	display: none;
	position: absolute;
	z-index: 1000000;
	width: 100px;
}

.contextmenu a{
	display: block;
	color: #000;
	padding:3px 6px;
	text-decoration: none;
}

.contextmenu a:hover{
	background-color:#CCCCCC;
	text-decoration: none;
}
/*index*/

/*formulaire resa*/
#formReservation{
	margin: 0 auto;
	position: relative;
	width: 480px;
}

.fond_gris{
	background: #f0f0f0;
	border: 1px solid #e3e3e3;
	border-radius: 8px;
	padding: 25px;
}

.retour, .retour_smartphone{
	background: url(../images/fond-retour.png);
	height: 28px;
	position: absolute;
	right: 18px;
	top: 18px;
	width: 31px;
}

.retour_smartphone{
	display: none;
}

#formReservation h2{
	padding-bottom: 30px;
}

#formReservation label{
	float: left;
	font-weight: bold;
	padding: 4px 17px 0 0;
	text-align: right;
	width: 128px;
}

#formReservation select, #formReservation input, #formReservation textarea{
	background: #fff;
	border: 1px solid #e3e3e3;
	float: left;
	width: 143px;
}

#formReservation .clear{
	height: 10px;
}

.info_stationnement{
	background: #fafafa;
	line-height: 1.5em;
	margin: 30px auto;
	padding: 20px 25px;
	width: 315px;
}

#formReservation .submit{
	background: url(../images/fond-submit.png);
	display: block;
	float: none !important;
	height: 51px;
	margin: 24px auto;
	width: 221px;
}

#formReservation .submit:hover{
	background-position: bottom left;
}

#form_dateDeb, #form_dateFin{
	color: #F0F0F0;
}

#form_dateDeb select, #form_dateFin select{
	width: 45px;
}

#form_dateDeb_year, #form_dateFin_year{
	width: 60px !important;
}
/*formulaire resa*/

/*recapitulatif*/
#recapitulatif{
	border-collapse: collapse;
	font-weight: bold;
	margin: 0 auto;
	width: 292px;
}

#recapitulatif td{
	border: 1px solid #fff;
	padding: 10px 15px;
}

.avertissement{
	background: url(../images/fond-avertissement.png) no-repeat left 4px;
	margin: 20px auto 0 auto;
	padding-left: 50px;
	width: 280px;
}

.avertissementTel{
	margin: 20px auto 0 auto; 
	padding-left: 80px;
	width: 400px;
}
/*recapitulatif*/

/*livre or*/
#voir_coms{
	display: block;
	margin-top: 20px;
}

#liste_com, #ajouter_com{
	float: left;
	margin-left: 20px;
	width: 420px;
}

#ajouter_com{
	margin-left: 10px;
}

.commentaire{
	border-bottom: 1px solid #fff;
	margin: 20px 0 0 0;
	padding-bottom: 5px;
}

.date{
	color: #008d8d;
	margin-top: 10px;
	font-style: italic;
}
/*livre or*/


/*modif idweb 03/10/2012*/
.input_like{
	float: left;
	padding-top: 4px;
	width: 75px;
}

.ui-datepicker-trigger{
	float: left;
}

/*modif idweb 03/10/2012*/