/* LEGENDE */
.info { 
	padding: 6px 8px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: white;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
}
.legend {
	text-align: left;
	line-height: 18px;
	color: #555;
}
.legend i {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 8px;
	opacity: 0.7;
}

/* MENU DROIT */
.menu-logo {
	background-color: #FFFFFF;
}
.menu-logo li img {
	padding-left : 10px;
	width : auto;
	height : auto;
	Cursor: Pointer;
}
.right-off-canvas-menu {
	width: 220px;
}

/* MENU GAUCHE */
.menu-checkbox li{
	padding-left : 5px;
	color: #FFFFFF;
}
.left-off-canvas-menu {
	width: 270px;
}


/* BARRE DE TITRE */
.left-small {
	width: auto;
}
.right-small {
	width: auto;
}
.tab-bar .middle {
	width: auto;
}
.tab-bar .middle .title {
	font-size: 1.8vw;
}
.middle .tab-bar-section .img {
	width : 200px;
	height : 40px;
}

/* Diaporama */
.rslides {
  list-style: none;
  overflow: hidden;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  width: 320px;
  max-height: 250px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  }

.rslides img {
  max-width: 300px !important;
  max-height: 250px;
  margin: auto;
  }


.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }