html{
	font-size: 100%;
}

html, body {
	height: 100%;
	margin: 0;
	/* overflow-x: hidden; */
}
body {
	font-size: 0.8em;
	/* background:#ececec url(/lib3/grey-noise-background.png); */
	background-color:#F5F5F5;
	padding: 0;
}

*{
	/* font-family: 'Roboto', Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
}

a{
	color: #2980b9;
}
a:hover{
	color: #feba02;
}

.fake_a{
	color: #2980b9;
	cursor: pointer;
	text-decoration: underline;
}
.fake_a:hover{
	color: #feba02;
}

hr{
	border: 0;
	border-top: 1px solid grey;
	margin-top: 20px;
	margin-bottom: 20px;	
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

input[type=text], input[type=button], input[type=submit], input[type=email], input[type=file], input[type=url], input[type=tel], input[type=number], textarea, select{
	margin-bottom: 5px;
}
input[type=file], textarea, select{
	padding: 6px;
	padding-top: 7px;
	border-radius: 3px;
	border: 1px solid #cccccc;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], input[type=number]{
	padding: 5px;
	padding-top: 6px;
	border-radius: 3px;
	border: 1px solid #cccccc;
}

input, textarea, select{
	vertical-align: middle;
}
input, textarea, select{
	font-size: 1em;
}

select{
	cursor: pointer;
	padding: 4px;
	padding-right: 10px;
	-webkit-appearance: textfield;
	background-color: #FFFFFF;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/lib3/dropdown-arrow.png);
	-webkit-padding-end: 12px;
}
select::-ms-expand {
  display: none;
}
select:disabled{
	background-image: url(/lib3/dropdown-arrow-disabled.png);
	cursor: auto;
}
input:focus, textarea:focus, select:focus{
	outline: 1px solid #0896ff;
}

input[type=button], input[type=submit]{
	padding: 5px;
	border-radius: 3px;
	cursor: pointer;
	outline: 0;
}

img[usemap], map area, a, button, input[type=radio], input[type=checkbox]{
 outline: none;
}

label{
	display: inline-block;
}
label img{
	pointer-events: none;
}
label, input[type=checkbox], input[type=radio]{
	cursor: pointer;
}

.no-wrap {
	white-space: nowrap;
}

.input_calendar{
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/lib3/calendar.png);
	cursor: pointer;
}

.placeholder{
	color: #aaaaaa;
}

#body-container {
	position: relative;
	min-height: calc(100% - 1px);
	box-sizing: border-box;
	margin-bottom: -20px;
}

#header-site{
	width: 100%;
	/*min-width: 500px;*//*480 + 2x10 padding content*/
	background-color: #ffffff;
	color: #2c3e50;
	height: 60px;
}

#header-site-content{
	max-width: 1024px;
	/*min-width: 480px;*/
	margin: auto;
	padding: 10px;
	position: relative;
}

#lien-annonces-sauvegardees {
	display: inline-block;
	position: relative;
	top: 13px;
	left: 190px;
	font-weight: bold;
	font-size: 1.1em;
}

#logo{
	float: left;
}

#flags{
	position: absolute;
	right: 84px;
	top: 2px;
	white-space: nowrap;
}
#lang_selected{
	display: inline-block;
	position: absolute;
	box-sizing: border-box;
	color: #2c3e50;
	padding: 5px;
	margin-left: 35px;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
}
#lang_selected img{
	border: 1px solid #d5d5d5;
	vertical-align: middle;
}
#list_flags{
	width: 114px;
	box-sizing: border-box;
	background-color: #ffffff;
	position: absolute;
	display: none;
	margin-top: 25px;
	margin-left: -40px;
	z-index: 10000;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 5px 0px #d5d5d5;
	-webkit-box-shadow: 0px 0px 5px 0px #d5d5d5;
	-o-box-shadow: 0px 0px 5px 0px #d5d5d5;
	box-shadow: 0px 0px 5px 0px #d5d5d5;
}
#flags span{
}
#list_flags img{
	vertical-align: middle;
	border: 1px solid #d5d5d5;
}
#list_flags ul{
	padding: 0;
	margin: 0;
}
#list_flags li{
	display: block;
	vertical-align: middle;
}
#list_flags a{
	text-decoration: none;
	color: #2980b9;
	display: block;
	padding: 4px;
}
#list_flags a:hover{
	background-color: #2980b9;
	color: #ffffff;
}

#currencies{
	position: absolute;
	/* right: 130px; */
	right: 50px;
	top: 2px;
	white-space: nowrap;
}
#currency_selected{
	display: inline-block;
	/* position: absolute; */
	box-sizing: border-box;
	color: #2c3e50;
	padding: 5px;
	/* margin-left: 35px; */
	text-decoration: none;
	cursor: pointer;
	text-align: center;
}
#currency_selected img{
	vertical-align: middle;
	margin-top: -4px;
}
#list_currencies{
	box-sizing: border-box;
	background-color: #ffffff;
	position: absolute;
	display: none;
	/* margin-top: 25px; */
	margin-top: 2px;
	/* margin-left: -60px; */
	margin-left: -90px;
	z-index: 10000;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 5px 0px #d5d5d5;
	-webkit-box-shadow: 0px 0px 5px 0px #d5d5d5;
	-o-box-shadow: 0px 0px 5px 0px #d5d5d5;
	box-shadow: 0px 0px 5px 0px #d5d5d5;
}
#currencies span{
}
#list_currencies img{
	vertical-align: middle;
	border: 1px solid #d5d5d5;
}
#list_currencies ul{
	padding: 0;
	margin: 0;
}
#list_currencies li{
	display: block;
	vertical-align: middle;
}
#list_currencies a{
	text-decoration: none;
	color: #2980b9;
	display: block;
	padding: 4px;
}
#list_currencies a:hover{
	background-color: #2980b9;
	color: #ffffff;
}


#header_links{
	float: right;
	margin-right: 90px;
}
#header_links a{
	text-decoration: none;
}

#menu{
	width: 100%;
	/*min-width: 500px;*//*480 + 2x10 padding content*/
	color: #ffffff;

	background: #43b4e5;
	background: -moz-linear-gradient(top,  #43b4e5 0%, #419ee5 100%);
	background: -webkit-linear-gradient(top,  #43b4e5 0%,#419ee5 100%);
	background: linear-gradient(to bottom,  #43b4e5 0%,#419ee5 100%);
}
#menuImage{
	display:none;
}
#menu-container{
	max-width: 1024px;
	/*min-width: 480px;*/
	margin: auto;
	display: block;
}
#menu-content{
	margin: left;
	display: table;
}
#menu-content a, #menu-content div{
	display: table-cell;
	height: 40px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	vertical-align: middle;
	font-size: 1.15em;
}
#menu-content a:hover{
	background: #f39c12;
	background: -moz-linear-gradient(top, #e8e8e8 0%, #e9bf17 3%, #eb9b1b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(3%,#e9bf17), color-stop(100%,#eb9b1b));
	background: -webkit-linear-gradient(top, #e8e8e8 0%,#e9bf17 3%,#eb9b1b 100%);
	background: -o-linear-gradient(top, #e8e8e8 0%,#e9bf17 3%,#eb9b1b 100%);
	background: -ms-linear-gradient(top, #e8e8e8 0%,#e9bf17 3%,#eb9b1b 100%);
	background: linear-gradient(to bottom, #e8e8e8 0%,#e9bf17 3%,#eb9b1b 100%);
}
#menu-content #acc{
	width: 6%;
}
#menu-content #ho{
	padding-left: 20px;
	padding-right: 20px;
}
#menu-content #ch{
	padding-left: 20px;
	padding-right: 20px;
}
#menu-content #gi{
	padding-left: 20px;
	padding-right: 20px;
}
#menu-content #ap{
	padding-left: 20px;
	padding-right: 20px;
}
#menu-content #ca{
	padding-left: 20px;
	padding-right: 20px;
}
#menu-content #to{
	padding-left: 20px;
	padding-right: 20px;
}
#menu-content .selected{
	background: #f39c12;
	background: -moz-linear-gradient(top, #e8e8e8 0%, #e9bf17 3%, #eb9b1b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(3%,#e9bf17), color-stop(100%,#eb9b1b));
	background: -webkit-linear-gradient(top, #e8e8e8 0%,#e9bf17 3%,#eb9b1b 100%);
	background: -o-linear-gradient(top, #e8e8e8 0%,#e9bf17 3%,#eb9b1b 100%);
	background: -ms-linear-gradient(top, #e8e8e8 0%,#e9bf17 3%,#eb9b1b 100%);
	background: linear-gradient(to bottom, #e8e8e8 0%,#e9bf17 3%,#eb9b1b 100%);
}

/*le menu est toujours affiché sur les écrans "normaux"*/
#menu-container.menu_disp{
	display: block;
}
#menu-container.menu_hide{
	display: block;
}

#fil-ariane{
	margin-bottom: 20px;
}
#fil-ariane b{
	color: #CC0000;
}

#header-page{
	margin-bottom: 10px;
}
#header-page h1{
	font-size: 2em;
	color: #000088;
	font-weight: bold;
	display: inline;
}
#header-page .addthis_share{
	float: right;
	margin-top: 10px;
}

#footer{
	width: 100%;
	/*min-width: 500px;*//*480 + 2x10 padding content*/
	color: #ffffff;
	position: absolute;
	bottom: 0;
	background-color: #2c3e50;
	height: 50px;
}

#footer-content{
	max-width: 1024px;
	/*min-width: 480px;*/
	margin: auto;
	padding: 10px;
}

#footer-content img{
	border: 0;
}
.footer-div{
	display: inline-block;
	width: 33%;
	vertical-align: middle;
	box-sizing: border-box;
}
.footer-left{
	text-align: left;
}
.footer-center{
	text-align: center;
}
.footer-center a{ 
	margin-left: 5px;
	margin-right: 5px;
}
.footer-right{
	text-align: right;
}
#footer-content a{
	color: #ffffff;
}
#footer-content a:hover{
	color: #feba02;
}

#body-content{
	max-width: 1024px;
	/*min-width: 480px;*/
	margin: auto;
	padding: 10px;
	padding-bottom: 65px; /* hauteur footer + 15 */
	box-sizing: border-box;
}
#body-content-hotel-direct, #body-content-print{
	max-width: 1024px;
	/*min-width: 480px;*/
	margin: auto;
	padding: 10px;
	/* padding-bottom: 0; pas de footer sur les hotels en direct */
}
#body-content-print{
	max-width: 650px;
}

#error404,#error403{
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #c0392b;
}

#error404 b,#error403 b{
	color: #c0392b;
	font-size: 2em;
}

.alert_big{
	color: #c0392b;
	font-size: 1.3em;
}
.highlight{
	color: #c0392b;
}
.highlight_ok{
	color: #3c763d;
}

#searchbox{
	width: 100%;
	background-color: #f1c40f;
	color: #FFFFFF;
	margin: auto;
}
#searchbox-header{
	background-color: #f39c12;
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px;
}
#searchbox-content{
	padding: 5px;
}

#panoSV{
	clear: both;
	height:400px;
	border: 1px solid #d5d5d5;
	background-image: url(/lib3/loader_image_map.gif);
	background-position:center;
	background-repeat:no-repeat;
}

.drapeau{
	border: 1px solid #d5d5d5;
	margin-bottom: -3px;
}

.drap-ch{
	margin-left: 3px;
	margin-right: 3px;
}
.drap-np{
	margin-left: 4px;
	margin-right: 4px;
}

.decale{
	margin-left: 10px;
}

.button-gris{
	color: #000000;

	border: 1px solid #929292;

	background: #dddddd;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#dddddd 100%);
	background: -o-linear-gradient(top, #f5f5f5 0%,#dddddd 100%);
	background: -ms-linear-gradient(top, #f5f5f5 0%,#dddddd 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%,#dddddd 100%);
}
.button-gris:hover{
	background: #e4e4e4;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e4e4e4));
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#e4e4e4 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%,#e4e4e4 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%,#e4e4e4 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%,#e4e4e4 100%);
}

.button-bleu{
	color: #ffffff;

	border: 1px solid #2980b9;

	background: #32a0f5;
	background: -moz-linear-gradient(top, #32a0f5 0%, #3c8cf5 100%);
	background: -webkit-linear-gradient(top, #32a0f5 0%,#3c8cf5 100%);
	background: linear-gradient(to bottom, #32a0f5 0%,#3c8cf5 100%);
}
.button-bleu:hover{/* +20 en lightness par rapport au bleu */
	background: #3c8cf5;
	background: -moz-linear-gradient(top, #3c8cf5 0%, #32a0f5 100%);
	background: -webkit-linear-gradient(top, #3c8cf5 0%,#32a0f5 100%);
	background: linear-gradient(to bottom, #3c8cf5 0%,#32a0f5 100%);
}

.button-turquoise{
	color: #ffffff;

	border: 1px solid #27ae60;

	background: #1abc9c;
	background: -moz-linear-gradient(top, #1abc9c 0%, #16a085 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1abc9c), color-stop(100%,#16a085));
	background: -webkit-linear-gradient(top, #1abc9c 0%,#16a085 100%);
	background: -o-linear-gradient(top, #1abc9c 0%,#16a085 100%);
	background: -ms-linear-gradient(top, #1abc9c 0%,#16a085 100%);
	background: linear-gradient(to bottom, #1abc9c 0%,#16a085 100%);
}
.button-vert{
	color: #ffffff;

	border: 1px solid #16A085;

	background: #2ecc71;
	background: -moz-linear-gradient(top, #2ecc71 0%, #27ae60 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ecc71), color-stop(100%,#27ae60));
	background: -webkit-linear-gradient(top, #2ecc71 0%,#27ae60 100%);
	background: -o-linear-gradient(top, #2ecc71 0%,#27ae60 100%);
	background: -ms-linear-gradient(top, #2ecc71 0%,#27ae60 100%);
	background: linear-gradient(to bottom, #2ecc71 0%,#27ae60 100%);
}
.button-orange{
	color: #ffffff;

	border: 1px solid #f1c40f;

	background: #f1c40f;
	background: -moz-linear-gradient(top, #f1c40f 0%, #f39c12 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1c40f), color-stop(100%,#f39c12));
	background: -webkit-linear-gradient(top, #f1c40f 0%,#f39c12 100%);
	background: -o-linear-gradient(top, #f1c40f 0%,#f39c12 100%);
	background: -ms-linear-gradient(top, #f1c40f 0%,#f39c12 100%);
	background: linear-gradient(to bottom, #f1c40f 0%,#f39c12 100%);
}
.button-orange:hover{/* +20 en lightness par rapport à l'orange */
	background: #f4cf3e;
	background: -moz-linear-gradient(top, #f4cf3e 0%, #f5b143 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4cf3e), color-stop(100%,#f5b143));
	background: -webkit-linear-gradient(top, #f4cf3e 0%,#f5b143 100%);
	background: -o-linear-gradient(top, #f4cf3e 0%,#f5b143 100%);
	background: -ms-linear-gradient(top, #f4cf3e 0%,#f5b143 100%);
	background: linear-gradient(to bottom, #f4cf3e 0%,#f5b143 100%);
}

.button-violet{
	color: #ffffff;

	border: 1px solid #8e44ad;

	background: #9b59b6;
	background: -moz-linear-gradient(top, #9b59b6 0%, #8e44ad 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9b59b6), color-stop(100%,#8e44ad));
	background: -webkit-linear-gradient(top, #9b59b6 0%,#8e44ad 100%);
	background: -o-linear-gradient(top, #9b59b6 0%,#8e44ad 100%);
	background: -ms-linear-gradient(top, #9b59b6 0%,#8e44ad 100%);
	background: linear-gradient(to bottom, #9b59b6 0%,#8e44ad 100%);
}
.button-rouge{
	color: #ffffff;

	border: 1px solid #C0392B;

	background: #e74c3c;
	background: -moz-linear-gradient(top, #e74c3c 0%, #c0392b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e74c3c), color-stop(100%,#c0392b));
	background: -webkit-linear-gradient(top, #e74c3c 0%,#c0392b 100%);
	background: -o-linear-gradient(top, #e74c3c 0%,#c0392b 100%);
	background: -ms-linear-gradient(top, #e74c3c 0%,#c0392b 100%);
	background: linear-gradient(to bottom, #e74c3c 0%,#c0392b 100%);
}
.button-rouge:hover{/* +20 en lightness par rapport au rouge */
	background: #ec7264;
	background: -moz-linear-gradient(top, #ec7264 0%, #d7594b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec7264), color-stop(100%,#d7594b));
	background: -webkit-linear-gradient(top, #ec7264 0%,#d7594b 100%);
	background: -o-linear-gradient(top, #ec7264 0%,#d7594b 100%);
	background: -ms-linear-gradient(top, #ec7264 0%,#d7594b 100%);
	background: linear-gradient(to bottom, #ec7264 0%,#d7594b 100%);
}

#homesearch{
	display: table;
	margin: auto;
	width: 100%;
	position: relative;
}
.homesearch-bg{
	background-repeat: no-repeat;
	background-position: center;
	height: 377px;
	position: absolute;
	left: 0;
	right: 0;
}
#homesearch-content{
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	display: table-cell;
	text-align: center;
	height: 377px;
	vertical-align: bottom;
}

#destinationbox{
	text-align: left;
	display: inline-block;
	width: 75%;
	max-width: 850px;
	/*min-width: 480px;*/
	background: rgba(255, 255, 255, .90);
	color: #000000;
	margin: auto;
	vertical-align: middle;
	border-radius: 3px;
	border-top: 1px solid #ffffff;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 2px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 2px 3px rgba(0,0,0,0.5);
	-o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 2px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 2px 3px rgba(0,0,0,0.5);
}
#destinationbox-header{
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px;
}
#destinationbox-content{
	padding: 5px;
}
#search-destination{
	font-weight: normal;
	display: table;
	border-spacing: 5px;
	border-collapse: separate;
	width: 100%;
	margin-bottom: 10px;
}
#search-destination label{
	display: table-cell;
	font-size: 1.2em;
	border: 1px solid transparent;
	background-color: rgba(128,128,128,0.2);
	border-radius: 3px;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
}

#search-destination label.selected{
	color: #ffffff;

	border: 1px solid #3c8cf5;

	background: #32a0f5;
	background: -moz-linear-gradient(top, #32a0f5 0%, #3c8cf5 100%);
	background: -webkit-linear-gradient(top, #32a0f5 0%,#3c8cf5 100%);
	background: linear-gradient(to bottom, #32a0f5 0%,#3c8cf5 100%);
}
#search-destination input[type=radio]{
	vertical-align: middle;
	margin-bottom: 3px;
}
.arrow_box {
	position: relative;
	background: #3c8cf5;
	border: 2px solid #3c8cf5;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(41, 128, 185, 0);
	border-top-color: #3c8cf5;
	border-width: 4px;
	margin-left: -4px;
}
.arrow_box:before {
	border-color: rgba(41, 128, 185, 0);
	border-top-color: #3c8cf5;
	border-width: 7px;
	margin-left: -7px;
}

#htmlform *{
	box-sizing: border-box;
}
#htmlform input, #htmlform select{
	font-size: 1.2em;
	width: 100%;
}
.accueil_form{
	display: table;
	width: 100%;
}
.accueil_form_input{
	display: table-cell;
	padding-right: 5px;
	box-sizing: border-box;
	position: relative;
}

#annoncesbox{
	width: 100%;
	/*background-color: #3498db;*/
	color: #000000;
	margin: auto;
	border-radius: 3px;
	background-color: #cdeafe;
	box-sizing: border-box;
	border: 1px solid #92c7ea;
}
#annoncesbox-header{
	background-color: #2980b9;
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px;
}
#annoncesbox-content{
	padding: 8px;
	line-height: 2.5;
	position: relative;
}
#annoncesbox-content a{
	color: #000088;
}

#annoncesbox-content input[type=text], #annoncesbox-content select{
	margin-bottom: 2px;
}
#annoncesbox-content input[type=text]{
	padding-bottom: 6px;
}

.tourisme_form{
	display: table;
	width: 100%;
}
.tourisme_form_input{
	display: table-cell;
	padding-right: 5px;
	box-sizing: border-box;
}
#tourismebox{
	width: 100%;
	background-color: #3498db;
	color: #FFFFFF;
	margin: auto;
	border-radius: 3px;
	background-color: #cdeafe;
	box-sizing: border-box;
	border: 1px solid #92c7ea;
}
#tourismebox-content{
	padding: 8px;
	line-height: 2.5;
	position: relative;
}
#tourismebox-content a{
	color: #FFFFFF;
}
#tourismebox input, #tourismebox select{
	width: 100%;
	margin-bottom: 2px;
}

#mots_cles_destination{
	background-image:url(/lib3/zoom.png);
	background-position: 5px 50%;
	background-repeat: no-repeat;
	padding-left: 25px;
}

#mots_cles_destination_sugg{
	line-height: 1.5;
	margin: auto;
	margin-top: -7px;
	color: #000000;
	border: 1px solid black;
	background-color: #ffffff;
	padding: 0;
	position: absolute;
	display: none;
	z-index: 10000;
	border: 1px solid #cccccc;
	text-align: left;
}
#mots_cles_destination_sugg b{
	color: #000088;
	font-size: 1.2em;
	padding-left: 5px;
	padding-bottom: 0;
}
#mots_cles_destination_sugg a{
	padding: 5px;
	display: block;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
#mots_cles_destination_sugg a:hover{
	background-color: #feba02;
}
#mots_cles_destination_sugg a img{
	margin-bottom: -1px;
	border: 1px solid #d5d5d5;
}

#annoncesbox-advanced{
	position: relative;
}
.divhidden{
	display: none;
}

#annoncesbox label{
	white-space: nowrap;
	width: 16.5%;
	padding-right: 4px;
	box-sizing: border-box;
}
#annoncesbox label img{
	vertical-align: middle;
}

.annoncesbox_input {
    /*padding-right: 5px;*/
	display: inline-block;
}

#annoncesbox .keywords_form_ann{
	width: 43%;
	width: calc(45% - 4px);
	margin-right: 4px;
}
#annoncesbox .keywords_form_hot{
	width: 23%;
	width: calc(25% - 4px);
	margin-right: 4px;
}

/* LES TAILLES CSS DES DIFFERENTS CHAMPS DU MOTEUR HOTELS */
#annoncesbox #datepicker{
	width: 18%;
	width: calc(20% - 4px);
	margin-right: 4px;
}
#annoncesbox #nb_nuits{
	width: 13%;
	width: calc(15% - 4px);
	margin-right: 4px;
}
#annoncesbox #nb_personnes{
	width: 13%;
	width: calc(15% - 4px);
	margin-right: 4px;
}
#annoncesbox #nb_personnesa{
	width: 13%;
	width: calc(15% - 4px);
	margin-right: 4px;
}
#annoncesbox #adresse{
	width: 15%;
	width: calc(17% - 4px);
	margin-right: 4px;
}
#annoncesbox #adresseb{
	width: 13%;
	width: calc(15% - 4px);
	margin-right: 4px;
}
#annoncesbox #rayon{
	width: 7%;
	width: calc(8% - 4px);
	margin-right: 4px;
}
#annoncesbox #rayona{
	width: 13%;
	width: calc(15% - 4px);
	margin-right: 4px;
}
#annoncesbox #rayonb{
	width: 8%;
	width: calc(10% - 4px);
	margin-right: 4px;
}
#annoncesbox #prix_mini{
	width: 8%;
	width: calc(10% - 4px);
	margin-right: 4px;
}
#annoncesbox #prix_minia{
	width: 13%;
	width: calc(15% - 4px);
	margin-right: 4px;
}
#annoncesbox #prix_minib{
	width: 8%;
	width: calc(10% - 4px);
	margin-right: 4px;
}
#annoncesbox #prix_maxi{
	width: 8%;
	width: calc(10% - 4px);
	margin-right: 4px;
}
#annoncesbox #prix_maxia{
	width: 13%;
	width: calc(15% - 4px);
	margin-right: 4px;
}
#annoncesbox #prix_maxib{
	width: 8%;
	width: calc(10% - 4px);
	margin-right: 4px;
}
#annoncesbox #nb_chambres{
	width: 13%;
	width: calc(15% - 4px);
	margin-right: 4px;
}
#annoncesbox #nb_chambresa{
	width: 13%;
	width: calc(15% - 4px);
	margin-right: 4px;
}
#annoncesbox #nb_etoiles{
	width: 13%;
	width: calc(15% - 4px);
	margin-right: 4px;
}

#bloc-button-criteria{
	text-align: right;

	position: absolute;
	top: 8px;
	right: 8px;
}
.button-search-moteur{
	font-weight: bold;
}

#results-with-map{
	display: table;
	width: 100%;
}

.bloc-data{
	background-color: #FFFFFF;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #dfe0e4;
	border-bottom: 1px solid #c9c9cd;
	margin-bottom: 10px;
	position: relative;
}
.bloc-data-dept-photo{
	min-height: 298px;
}

.bottom_txt_long{
	position:absolute;
	bottom: 0;
	z-index:999;
	background:url(/lib3/bottom_txt_long.png);
	background-repeat: repeat-x;
	height: 60px;
	width: 100%;
}

.table-data-recap{
	width: 100%;
}
.table-data-recap td{
	padding: 5px;
	vertical-align: top;
	line-height: 2;
}
.table-data-recap a{
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}

.table-data-liste-villes{
	width: 100%;
}
.table-data-liste-villes td{
	padding: 5px;
	vertical-align: top;
	line-height: 2;
}
.table-data-liste-villes a{
	text-decoration: none;
}
.table-data-liste-villes .distance-proche{
	font-size: 0.8em;
}

.table-data-liste-villes-depts{
	width: 100%;
}
.table-data-liste-villes-depts a{
	font-weight: normal;
	font-size: 1em;
}

.table-data-large{
	width: 100%;
}
.table-data-large a{
	text-decoration: none;
}
.table-data-large b.title{
	font-size: 1.5em;
	color: #000088;
}
.table-data-large td{
	padding: 2px;
	vertical-align: top;
}

.double-line-height{
	line-height: 2;
}

.bloc-listing{
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
}
.bloc-listing-50{
	width: 50%;
}
.listing-left-pane{
	padding-right: 5px;
}
.listing-right-pane{
	padding-left: 5px;
}

.bloc-listing a.etab{
	display: block;
	border-radius: 3px;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #dfe0e4;
	border-bottom: 1px solid #c9c9cd;
	color: #000000;
	text-decoration: none;
	position: relative;
	margin-bottom: 5px;
	padding-right: 5px;
	min-height: 124px;
	line-height: 1.35;
}

/* si taille modifiée => modifier sur .bloc-listing a.etab .etab-content et dans css_maps.css -> .gm-style-iw .etab-content */
.bloc-listing a.etab{
	width: 100%;
	display: table;
	box-sizing: border-box;
}
.bloc-listing a.etab *{
	pointer-events: none;
}
.bloc-listing a.etab img{
	pointer-events: auto;
	vertical-align: top;
}

.bloc-listing a:hover.etab{
	border-radius: 2px;
	-moz-box-shadow: 2px 2px 5px 0px #656565;
	-webkit-box-shadow: 2px 2px 5px 0px #656565;
	-o-box-shadow: 2px 2px 5px 0px #656565;
	box-shadow: 2px 2px 5px 0px #656565;
}
.bloc-listing a.etab .etab-content{
	padding-left: 167px;
}

.bloc-listing a.etab .etab-content .etab-phone{
	font-size: 0.85em;
}

.etab-content-illus{
	/* Attention, si changement de width, il faudra modifier .noteEtoiles */
	display: table-cell;
	width: 1%;
	background-image: url(/lib3/loader_image.gif);
	background-position:center;
	background-repeat:no-repeat;
	
	min-width: 162px;
}
.etab-content-illus img{
	width: 162px;
	height: 124px;
}
.noteEtoiles {
	position: absolute;
	left: -162px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.3);
	padding-bottom: 1px;
	width: 162px;
}

.etab-content-body{
	display: table-cell;
	width: 99%;
	padding-left: 5px;
	position: relative;
	vertical-align: top;
	min-width: 130px;
	height: 124px;
}
.etab-content-address{
	color:#888888;
}
.etab-content-phone{
	font-size: 0.85em;
}

.etab-content-footer{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.etab-content-footer-item{
	display: inline-block;
	width: 33%;
	vertical-align: top;
	box-sizing: border-box;
	vertical-align: bottom;
}
.etab-content-footer-dist{
	vertical-align: bottom;
	font-size: 1.2em;
	color:#888888;
	text-align: left;
	line-height: 1;
	padding-top: 0px;
}
.etab-content-footer-avis{
	vertical-align: bottom;
	text-align: center;
	font-size: 1.2em;
	color:#2980b9;
	line-height: 1;
}
.etab-content-footer-tarif{
	text-align: right;
	font-size: 1.2em;
	color:#339933;
	padding-right: 2px;	
}
.footer-tarif-annonce{
	font-size: 1em;
	line-height: 1;
	bottom: -4px;
}
.etab-footer-tarif-emphase{
	display: inline-block;
	padding: 3px 0px;
	border-radius: 3px;
	background-color:#f2f1ef;
	text-align: center;
	min-width: 60px;
	margin-top: 3px;
}

.moyenne-etab{
	display: inline-block;
	margin-top: 3px;
	padding: 3px;
	text-align:center;
	font-weight: bold;
	color: #2980b9;
	background-color:#f2f1ef;
	line-height: 1;
	border-radius: 2px;
	min-width: 60px;
}
.moyenne-etab-hotel{
	display: inline-block;
	margin-top: 3px;
	padding: 0;
	min-width: 0;
	line-height: 1.35;
	text-align:center;
	font-weight: bold;
	color: #2980b9;
	border-radius: 2px;
}
.mini-moyenne{
	font-size: 0.8em;
	font-weight: normal;	
}
.mini-mention{
	font-size: 0.8em;
	font-weight: normal;	
}
.mini-texte{
	font-size: 0.8em;
	font-weight: normal;	
}
.mini-texte2{
	font-size: 0.6em;
	font-weight: normal;	
}

.tarif-etab{
	display: inline-block;
	margin-top: 3px;
	padding: 3px;
	text-align:center;
	font-weight: bold;
	color: #339933;
	background-color:#f2f1ef;
	line-height: 1;
	border-radius: 2px;
	min-width: 60px;
}
.tarif-etab-hotel{
	font-size: 1.2em;
}

.mini-tarif{
	font-size: 0.8em;
	font-weight: normal;
}
.mini-tarif-hotel{
	font-size: 0.6em;
	font-weight: normal;
}

.bloc-listing .title{
	font-size: 1.1em;
	color: #2980b9;
}
.bloc-listing .link{
	text-decoration: none;
}
.bloc-listing a:hover .title{
	color: #feba02;
	text-decoration: underline;
}
.bloc-listing span.description{
	font-size: 1em;
}

a.etab.bloc-listing-boost{
	border: 2px solid #feba02;
}

/* Style de la barre de tri */
#sort-bar{
	background-color: #FFFFFF;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #dfe0e4;
	border-bottom: 1px solid #c9c9cd;
	margin-bottom: 10px;
}
#tab-sort-bar{
	display: table;
	width: 100%;
}
#title-sort-bar{
	display: table-cell;
	text-align: left;
	width: 138px;/* largeur des photos de listing + 5 */
}
#sort-bar-etoiles{
	display: inline-block;
	width: 162px;
}
#conteneur-sort-bar{
	display: inline-block;
	width: calc(100% - 166px);
}
.sort-bar-item{
	/* display: table-cell; */
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	width: 32%;
}
#sort-bar-distance{
	text-align: left;
	padding-left: 4px;
}
#sort-bar-tarifs{
	text-align: right;
}


/* la liste des boost sur la page des départements */
#boost_list{
	height: 360px;
	margin-bottom: 5px;
	overflow-y: hidden;
	position: relative;
	padding-right: 5px;
}
#bottom_boost_list{
	position:absolute;
	bottom: 0;
	z-index:999;
	background-image: url('//www.cybevasion.fr/lib3/bottom_boost_list.png');
	background-repeat: repeat-x;
	height: 30px;
	width: 100%;
}
#show_more_boost{
	text-align: center;
	margin-bottom: 10px;
	color: #2980b9;
}
#show_more_boost:hover{
	cursor: pointer;
	color: #feba02;
}

.bloc-listing .tarif{
	font-size: 1.5em;
	color: #339933;
	position: absolute;
	top: 5px;
	right: 5px;
}

.form-login{
	padding: 30px;
	height: 250px;

	width: 100%;
	max-width: 400px;
	margin: auto;
}

.form-login .bloc{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	width: 100%;
	margin: auto;
	padding: 5px;
	text-align: center;
	box-sizing: border-box;
}

.form-login .bloc input[type=text], .form-login .bloc input[type=password], .form-login .bloc input[type=submit], .form-login .bloc input[type=email] {
	width: 100%;
	padding: 10px;
	font-size: 1.2em;
}

.div_message{
	box-sizing: border-box;
	border-collapse: separate;
	display: inline-block; /*table*/
	padding: 5px;
	margin: auto;
	text-align: center;
}

.div_message_full{
	padding: 5px;
	text-align: center;
	box-sizing: border-box;
}

.div_error{
	background-color: #f2dede !important;
	border: 1px solid #a94442;
	color: #a94442;
}
.message-no-result{
	color: #a94442;
	font-weight: bold;
	font-size: 1.2em;
}

a.suggest_rayon{
	display: inline-block;
	padding: 4px;
	text-decoration: none;
	color: #ffffff;

	border-radius: 3px;
	font-size: 0.8em;

	border: 1px solid #2980b9;
	background: #3498db;
	background: -moz-linear-gradient(top, #3498db 0%, #2980b9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3498db), color-stop(100%,#2980b9));
	background: -webkit-linear-gradient(top, #3498db 0%,#2980b9 100%);
	background: -o-linear-gradient(top, #3498db 0%,#2980b9 100%);
	background: -ms-linear-gradient(top, #3498db 0%,#2980b9 100%);
	background: linear-gradient(to bottom, #3498db 0%,#2980b9 100%);

	margin: 3px;
}
a.suggest_rayon:hover{
	background: #5eade2;
	background: -moz-linear-gradient(top, #5eade2 0%, #459bd5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5eade2), color-stop(100%,#459bd5));
	background: -webkit-linear-gradient(top, #5eade2 0%,#459bd5 100%);
	background: -o-linear-gradient(top, #5eade2 0%,#459bd5 100%);
	background: -ms-linear-gradient(top, #5eade2 0%,#459bd5 100%);
	background: linear-gradient(to bottom, #5eade2 0%,#459bd5 100%);
}
a.suggest_rayon_selected{
	display: inline-block;
	padding: 4px;
	text-decoration: none;
	color: #ffffff;

	border-radius: 3px;
	font-size: 0.8em;

	color: #ffffff;

	border: 1px solid #f39c12;
	background: #f1c40f;
	background: -moz-linear-gradient(top, #f1c40f 0%, #f39c12 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1c40f), color-stop(100%,#f39c12));
	background: -webkit-linear-gradient(top, #f1c40f 0%,#f39c12 100%);
	background: -o-linear-gradient(top, #f1c40f 0%,#f39c12 100%);
	background: -ms-linear-gradient(top, #f1c40f 0%,#f39c12 100%);
	background: linear-gradient(to bottom, #f1c40f 0%,#f39c12 100%);

	margin: 3px;
}

.div_ok{
	background-color: #dff0d8;
	border: 1px solid #3c763d;
	color: #3c763d;
}

.div_info{
	background-color: #d9edf7;
	border: 1px solid #31708f;
	color: #31708f;
}

.div_notif{
	background-color: #fcf8e3;
	border: 1px solid #8a6d3b;
	color: #8a6d3b;
}

.div_justify{
	text-align: justify;
}

.force-ellipsis{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space:nowrap;
	box-sizing: border-box;
}

.div-list-fluid{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.div-list-fluid2{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.div-list-20{
	display: inline-block;
	width: 20%;
	vertical-align: top;
	box-sizing: border-box;
}

.div-list-25{
	display: inline-block;
	width: 25%;
	vertical-align: top;
	box-sizing: border-box;
}
.div-list-25-stations{
	display: inline-block;
	width: 25%;
	vertical-align: top;
	box-sizing: border-box;
}

.div-list-33{
	display: inline-block;
	width: 33%;
	vertical-align: top;
	box-sizing: border-box;
}
.td-33{
	width: 33%;
	vertical-align: top;
}
.td-25{
	width: 25%;
	vertical-align: top;
}

.div-list-50{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	box-sizing: border-box;
}
.div-list-50bis{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	box-sizing: border-box;
}
.td-50{
	width: 50%;
	vertical-align: top;
}

.div-list-dept-double-bloc{
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.div-list-dept-simple-bloc{
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.div-list-dept-simple-bloc a{
	text-decoration: none;
}

b.titre_groupe_tourisme{
	font-size: 1.3em;
	color: #000088;
}

b.titre_liste_villes{
	font-size: 1.3em;
	color: #000088;
}

/*pour un div*/
.alt-row{
	background-color: #ecf0f1;
}
.alt-row2{
	background-color: #ffffff;
}

/* pour un tableau */
tr.alt-row td{
	background-color: #ecf0f1;
}
tr.alt-row2 td{
	background-color: #ffffff;
}

.div-table-list{
	display:table;
	width: 100%;
	border-top: 1px solid #d5d5d5;
}
.div-table-list-tr{
	display:table-row;
}
.div-table-list-td{
	display:table-cell;
	vertical-align: middle;
	padding: 3px;
	line-height: 1.5;
}

.div-table-list-section{
	border-bottom: 1px solid #d5d5d5;
}
.div-table-list-td img{
	vertical-align: middle;
	padding: 0;
	margin-right: 3px;
}
.div-nowrap{
	white-space : nowrap;	
}
a.result-large{
	font-size: 1.1em;
	font-weight: bold;
}

.bordure-image{
	border: 1px solid #d5d5d5;
}

.image-list{
	margin-right: 5px;
}

.photo-illus-dept{
	float: right;
	display: block;
	margin-left: 5px;
}

.photo-illus-dept-minis img{
	vertical-align: middle;
	margin-bottom: 5px;
}

#fnac-spectacles{
	clear: both;
}

#fnac-spectacles .titre{
	font-size: 1.3em;
	color: #000088;
}

#fnac-spectacles .spectacle-list{
	font-size: 0.9em;
	display: inline-block;
	border: 1px solid #dfe0e4;
	border-bottom: 1px solid #c9c9cd;
	width: 100px;
	margin-right: 8px;
	margin-bottom: 10px;
	vertical-align: top;
}

.table-multi-col{
	display: table;
	width: 100%;	
}

.idl_audiotel_clear{
	display: none;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5);
}
body.loading {
	overflow: hidden;
}
body.loading .modal {
	display: block;
}
.please-wait{
	position:absolute;

	width: 300px;
	left: 50%;
	margin-left: -150px;

	top:50%;
	margin-top: -50px;

	background-color: #ffffff;
	text-align: center;
	color: #2980b9;
	font-weight: bold;

	padding: 10px;
}

#mini-map-static{
	border: 1px solid #d5d5d5;
	float: left;
	margin-right: 5px;
}

#photo-desc-affil{
	text-align: justify;
	overflow: hidden;	
}

#miniature-affil{
	max-width: 400px;
	max-height: 300px;
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	display: inline-block;
	clear: both;
}

#galerie-affil{
	text-align: center;
}
#galerie-affil img{
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
	margin-bottom: 4px;
	margin-right: 4px;
}

.liste-prestas{
	margin-left: 10px;
}
.liste-prestas span{
	display: inline-block;
	width: 25%;
	box-sizing: border-box;
	vertical-align: middle;
}
.liste-prestas span img{
	vertical-align: middle;
	margin-bottom: 6px;
}

.liste-prestas-annonces{
	margin-left: 10px;
}
.liste-prestas-annonces span{
	display: inline-block;
	width: 20%;
	box-sizing: border-box;
	vertical-align: middle;
}
.liste-prestas-annonces span img{
	vertical-align: middle;
	margin-bottom: 4px;
}

.liste-proxi-annonces{
	margin-left: 10px;
}
.liste-proxi-annonces span{
	display: inline-block;
	width: 20%;
	box-sizing: border-box;
	vertical-align: middle;
}
.liste-proxi-annonces span img{
	vertical-align: middle;
	margin-bottom: 4px;
}
.liste-proxi-autres-annonces span{
	width: 40%;
}

#annonce-map-left{
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	width: 70%;
}
#annonce-map-right{
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	width: 30%;
	padding-left: 10px;
	line-height: 1.8;
}
#annonce-map-right a{
	text-decoration: none;
}
#annonce-map-right img{
	vertical-align: middle;
	margin-bottom: 4px;
}
/* HOTELS */
#header-hotel{
	margin-bottom: 10px;
	/* min-height: 65px; */
	clear: both;
	display: table;
	width: 100%;
}
#header-hotel h1{
	font-size: 2em;
	color: #000088;
	font-weight: bold;
	display: inline;
	vertical-align: middle;
}
#header-hotel img{
	vertical-align: middle;
	margin-bottom: 5px;
	margin-left: 5px;
}
#header-hotel .addthis_share{
	float: right;
	margin-top: -5px;
}

#header-hotel-print h1{
	font-size: 1.8em;
	color: #000088;
	font-weight: bold;
	display: inline;
	vertical-align: middle;
}
#header-hotel-print h2{
	font-size: 1.3em;
	font-weight: bold;
	display: inline;
	vertical-align: middle;
}
#header-hotel-print img{
	vertical-align: middle;
	margin-bottom: 5px;
	margin-left: 5px;
}

#header-hotel-left{
	display: table-cell;
	width: 155px;
	text-align: center;
}
#header-hotel-ville-link{
	display: block;
	padding: 10px;
	box-sizing: border-box;
	font-weight: bold;
	border-radius: 3px;
	border: 1px solid #cccccc;
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}
#header-hotel-center{
	display: table-cell;
	text-align: center;
	vertical-align: top;
}
#header-hotel-center b{
	font-size: 1.2em;
	vertical-align: top;
}
#header-hotel-right{
	display: table-cell;
	width: 155px;
	vertical-align: top;
}

/* ANNONCES */
#header-annonce{
	margin-bottom: 10px;
	/* min-height: 65px; */
	clear: both;
}
#header-annonce h1{
	font-size: 1.8em;
	color: #000088;
	font-weight: bold;
	display: inline;
	vertical-align: middle;
}
#header-annonce h2{
	font-size: 1.3em;
	font-weight: bold;
	display: inline;
	vertical-align: middle;
}

#header-annonce-print h1{
	font-size: 1.8em;
	color: #000088;
	font-weight: bold;
	display: inline;
	vertical-align: middle;
}
#header-annonce-print h2{
	font-size: 1.3em;
	font-weight: bold;
	display: inline;
	vertical-align: middle;
}
#header-annonce .addthis_share{
	float: right;
}

#header-annonce img{
	vertical-align: middle;
	margin-bottom: 5px;
}

#annonce-illus{
	display: table-cell;
	box-sizing: border-box;
	vertical-align: top;
	padding-right: 10px;
}
#annonce-recap{
	width: 100%;
	display: table-cell;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
}
#annonce-table-recap{
	width: 100%;
	height: 230px;/* la hauteur de la photo miniature */
}
#annonce-table-recap td{
	padding: 5px 3px;
}
#annonce-table-recap td:first-child{
	width: 1%;
	white-space: nowrap;
}
#ann-form-contact{
	width: 100%;
}
#ann-form-contact td{
	vertical-align: top;
	padding: 0;
}
#ann-form-contact td.first-col{
	width: 33%;
}
#ann-form-contact td.second-col{
	width: 27%;
}
#ann-form-contact td.third-col{
	width: 40%;
}
#ann-form-contact input, #ann-form-contact textarea, #ann-form-contact select{
	box-sizing: border-box;
	margin-right: 5px;
	width: calc(100% - 5px);
}
#ann-form-contact textarea{
	height: 65px;
	font-size: 1em;
}
#ann-form-contact td:first-child{
	width: auto;
	white-space: inherit;
}

#searchbox-hotel-container{
	margin-top: 10px;
	text-align: center;
	clear:both;
	white-space: normal;
}
#searchbox-hotel{
	text-align: left;
	display: inline-block;
	color: #000088;
	margin: auto;
	width: 100%;

	/*background-color: #3498db;*/
	/*border-radius: 3px;*/
	background-color: #cdeafe;
	box-sizing: border-box;
	border-top: 1px solid #92c7ea;
	border-bottom: 1px solid #92c7ea;
}
#searchbox-hotel-header{
	font-size: 1.3em;
	font-weight: bold;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#searchbox-hotel-content{
	padding: 10px;
	line-height: 2.5;
	position: relative;
	text-align: left;
}

#searchbox-hotel-content input, #searchbox-hotel-content select{
	/* margin-right: 10px; */
	font-size: 1.2em;
	width: 100%;
}

#searchbox-hotel-content input[type=button]{
	margin-right: 0;
}
#searchbox-hotel-content *{
	margin-bottom: 1px;
}

.searchbox-hotel-input {
	display: inline-block;
	box-sizing: border-box;
	margin-right: 5px;
	
	width: calc(20% - 4px);
    margin-right: 4px;
    padding-right: 0px;
}
.searchbox-hotel-input-date{
	/* width: 20%; */
	/* padding-right: 10px; */
}
.searchbox-hotel-input-nuit{
	/* width: 20%; */
	/* padding-right: 10px; */
}
.searchbox-hotel-input-personnes{
	/* width: 20%; */
	/* padding-right: 10px; */
}
.searchbox-hotel-input-chambres{
	/* width: 20%; */
	/* padding-right: 10px; */
}
.searchbox-hotel-input-button{
	/* width: 20%; */
	/* padding-right: 0; */
}

.select-placeholder{
	color: #999999;
}
#ann-form-contact select option{
	color: #000000;
}
#ann-form-contact select option:first-child{
	color: #999999;
	display: none;
}

#hotel-note-qualite-direct{
	background-color: #3498db;
	color: white;
	padding: 10px;
	text-align: center;
	margin: auto;
	width: 120px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}

a:hover#hotel-note-qualite-direct{
	text-decoration: underline;
}

#hotel-note-qualite-affil{
	background-color: #3498db;
	color: white;
	float: right;
	padding: 5px;
	margin-left: 5px;
	text-align: center;
	width: 120px;
	text-decoration: none;
}
a:hover#hotel-note-qualite-affil{
	text-decoration: underline;
}

#note-qualite{
	font-size: 1.5em;
	font-weight: bold;
}

#resume-reco-qualite{
	vertical-align: middle;
	display: inline-block;
	padding-left: 10px;
	text-align: left;
}

#transport-mode{
	white-space: nowrap;
}

.titre-section-affil{
	font-size: 1.3em;
	color: #000088;
}
.titre-section-direct{
	font-size: 1.3em;
	color: #000088;
	border-bottom: 1px solid #d5d5d5;
	font-weight: bold;
}

#hotel-left-pane{
	display:table-cell;
	width: 150px;
	box-sizing: border-box;
	vertical-align: top;	
}
#hotel-right-pane{
	display:table-cell;
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
	padding: 10px;
	padding-left: 20px;
	padding-top: 0;
}
.hotel-chaines-direct{
	text-align: center;
}
.hotel-chaines-direct img{
	margin-left: 2px;
	margin-right: 2px;
}

#miniature-direct{
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
	margin-right: 15px;
	float: left;
	width: 480px;
	height: 360px;
	margin-bottom: 10px;
}

#resume-direct{
	display: inline-block;
	box-sizing: border-box;
	line-height: 2;
	width: calc(100% - 500px);
}
#resume-direct img{
	vertical-align: middle;
	margin-top: -3px;
}

.item-menu-hotel{
	display: block;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	width: 155px;
	height: 37px;
	box-sizing: border-box;
	background-image:url(/lib3/menu_hotel_unselected.png);
	background-repeat: no-repeat;
	color: #545454;
	padding-left: 7px;
	padding-top: 7px;
}

.item-menu-hotel:hover{
	background-image:url(/lib3/menu_hotel_selected.png);
	color: #ffffff;
}

.item-menu-hotel-selected{
	background-image:url(/lib3/menu_hotel_selected.png);
	color: #ffffff;
}

.bg_map{
	width: 153px;
	height: 153px;
	background-image: url(/lib3/menu_hotel_map_bg.png);
	background-repeat: no-repeat;
	padding-left: 9px;
	padding-top: 6px;
}

.diapo_container{
	display: table;
	width: 100%;
}

.diapo_main{
	display: table-cell;
	text-align: center;
}

.diapo_main_pic{
	max-width: 550px;
	max-height: 450px;
	vertical-align: top;
	cursor: pointer;
}

.diapo_thumbs{
	display: table-cell;
	width: 270px;
	padding-left: 10px;
	vertical-align: top;
	text-align: center;
}

.diapo_desc{
	text-align: justify;
}

#graph_avis_hotel{
	width: 100%;
	height: 330px;
}
.bloc_avis_hotel{
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #b2b2b2;
	background-color: #f6f6f6;
	margin-top: 10px;
}
.note_avis_hotel{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 75px;
}
.note_avis_hotel span{
	color: #000088;
	font-weight: bold;
	font-size: 1.5em;
}
.note_avis_hotel a{
	font-size: 0.8em;
}
.reco_avis_hotel{
	display: table-cell;
	vertical-align: middle;
	width: 32px;
}
.details_avis_hotel{
	display: table-cell;
	vertical-align: middle;
}
.author_avis_hotel{
	font-size: 0.8em;
}
.details_notes_hotel{
	display: none;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #b2b2b2;
	border-top: 0;
	margin-top: -1px;
	background-color: #f6f6f6;
}
.table_details_notes_hotel{
	display: table;
	width: 100%;
}

.table_details_notes_hotel div{
	display: table-cell;
	width: 20%;
}

#hotel-chambres-select{
	width: 100%;
	border: 1px solid #b2b2b2;
}

#hotel-chambres-select th{
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	padding: 5px;
}
#hotel-chambres-select th:first-child{
	text-align: left;
}

#hotel-chambres-select td{
	border-top: 1px solid #b2b2b2;
	padding: 5px;
}
#hotel-chambres-select td{
	text-align: center;
}

#hotel-chambres-select td:first-child{
	text-align: left;
}

tr.alternate_result td{
	background-color: #e5e5e5;
}

.hotel-liste-tarifs{
	display: inline-block;
	width: 50px;
	box-sizing: border-box;
}
.hotel-valid-chambres{
	width: 1%;
	border-left: 1px solid #b2b2b2;
}

a.fiche90-link{
	display: inline-block;
	padding: 5px;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;

	color: #ffffff;

	border: 1px solid #2980b9;

	background: #3498db;
	background: -moz-linear-gradient(top, #3498db 0%, #2980b9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3498db), color-stop(100%,#2980b9));
	background: -webkit-linear-gradient(top, #3498db 0%,#2980b9 100%);
	background: -o-linear-gradient(top, #3498db 0%,#2980b9 100%);
	background: -ms-linear-gradient(top, #3498db 0%,#2980b9 100%);
	background: linear-gradient(to bottom, #3498db 0%,#2980b9 100%);
}
a.fiche90-link:hover{
	background: #5eade2;
	background: -moz-linear-gradient(top, #5eade2 0%, #459bd5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5eade2), color-stop(100%,#459bd5));
	background: -webkit-linear-gradient(top, #5eade2 0%,#459bd5 100%);
	background: -o-linear-gradient(top, #5eade2 0%,#459bd5 100%);
	background: -ms-linear-gradient(top, #5eade2 0%,#459bd5 100%);
	background: linear-gradient(to bottom, #5eade2 0%,#459bd5 100%);
}

.titre_client{
	display: inline-block;
	text-align: center;
	width: 40px;
}

.resa_left_col{
	display: table-cell;
	width: 60%;
	vertical-align: top;
}

.resa_right_col{
	display: table-cell;
	width: 40%;
	padding-left: 10px;
	vertical-align: top;
}

.resa_left_data{
	display: inline-block;
	width: 130px;
	text-align: right;
	margin-right: 10px;
}
.resa_right_data{
	display: inline-block;
	width: 75%;
	text-align: left;
}
.resa_bloc_info{
	padding: 5px;
	background-color: #f9f9f9;
	border: 1px solid #d5d5d5;
}

.input-form-error{
	border-right: 5px solid red !important;
}

.default-tab{
	border: 1px solid #b2b2b2;
	background-color: #f6f6f6;
	margin: auto;
}
.default-tab td, .default-tab th{
	padding: 5px;
}

.default-tab-light{
	margin: auto;
}
.default-tab-light td, .default-tab-light th{
	padding: 5px;
}

.nopadding td{
	padding: 0;
}

.table-with-border{
	border-collapse: collapse;
}
.table-with-border tr td{
	border: 1px solid #b2b2b2;
}
.table-with-border-tb tr td{
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}

.titre-rubrique{
	font-size: 1.8em;
	color: #000088;
}

.titre-srubrique{
	font-size: 1.3em;
	color: #000088;
}

.notification{
	display: inline-block;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #E83A4D;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.8em;
	border: 1px solid #ffffff;
}

.tab_with_section{
	border-bottom: 1px solid #b2b2b2;
}
.tab_with_section tr td{
	border-top: 1px solid #b2b2b2;
}
.tab_with_section2{
	border-bottom: 1px dotted #b2b2b2;
}
.tab_with_section2 tr td{
	border-top: 1px dotted #b2b2b2;
}

.hover_row tr:hover td{
	background-color: #dff0d8;
}

.multipages-item{
	text-decoration: none;
	
	display: inline-block;
	text-align: center;
	padding: 3px;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	min-width: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.multipages-item-select{
	border: 2px solid #c0392b;
}

.inscrip_button{
	width: 201px;
	height: 62px;
	background-image: url(/lib3/bouton_inscrip_annonce.png);
	background-repeat: no-repeat;
	margin: auto;
}

.inscrip_button .my_tarif{
	font-size : 30px;
	font-weight : bold;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	text-align: left;
	margin-left: 5px;
	margin-top: 12px;
	width: 50px;
	float: left;
}

.inscription_titre{
	color: #000088;
	font-size: 1.8em;
}

.inscrip_step {
	font-size: 1.3em;
	color: #cccccc;
	display: inline-block;
	border: 1px solid #cccccc;
	border-bottom: 5px solid #cccccc;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 15%;
	box-sizing: border-box;
	white-space: nowrap;
}
.inscrip_step_select {
	font-weight: bold;
	color: #871d0d;
	border: 1px solid #ffcc33;
	border-bottom: 5px solid #ffcc33;
	background-color: #FFFFEE;
}

.tab_inscrip{
	width: 100%;
}
.tab_inscrip td{
	padding: 3px;
}
.tab_inscrip td:first-child{
	width: 1%;
	white-space: nowrap;
}
.tab_inscrip input[type=text], textarea{
	width: 66%;
	margin-bottom: 0;
}

.div_txt_20 {
	display: inline-block;
	width: 20%;
	padding-right: 10px;
	box-sizing: border-box;
	margin-top: 5px;
}

.theme_accueil_bloc{
	text-align: center;
}

a.theme_accueil_item{
	display: inline-block;;
	vertical-align: middle;
	height: 190px;
	width: 18%;
	max-width: 190px;
	text-decoration: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 190px 190px;
	position:relative;
	margin: 5px;
}

a.theme_accueil_item span{
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	padding: 5px;
	box-sizing: border-box;
	display: block;
	width: 100%;
	text-align: center;
	background: rgba(0, 0, 0, .66);
}

a.theme_accueil_item2{
	font-size: 1.1em;
	color: #2980b9;
	display: inline-block;;
	vertical-align: middle;
	width: 20%;
	background-color: #ffffff;
	border: 1px solid #dfe0e4;
	border-bottom: 1px solid #c9c9cd;
	max-width: 200px;
	padding: 10px;
	padding-bottom: 0;
	padding-bottom: 25px;
	margin: 10px;
	border-radius: 3px;
	position:relative;
}
a.theme_accueil_item2 img{
	width: 100%;
}
a.theme_accueil_item2:hover{
	color: #feba02;
	-moz-box-shadow: 0px 5px 10px -5px #656565;
	-webkit-box-shadow: 0px 5px 10px -5px #656565;
	-o-box-shadow: 0px 5px 10px -5px #656565;
	box-shadow: 0px 5px 10px -5px #656565;
}
a.theme_accueil_item2 span{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px;
	box-sizing: border-box;
	display: block;
	width: 100%;
	text-align: center;
}

.accueil_paris{
	display: table;
	width: 100%;
}
.bloc_accueil_paris{
	display: table-cell;
	vertical-align: top;
}

a.badge-avis-hotel{
	float: right;
	right: 5px;
	margin-left: 5px;
	padding: 5px;
	text-align: center;

	color: #ffffff;
	text-decoration: none;

	border: 1px solid #2980b9;
	border-radius: 3px;

	background: #32a0f5;
	background: -moz-linear-gradient(top, #32a0f5 0%, #3c8cf5 100%);
	background: -webkit-linear-gradient(top, #32a0f5 0%,#3c8cf5 100%);
	background: linear-gradient(to bottom, #32a0f5 0%,#3c8cf5 100%);
}
a.badge-avis-hotel:hover{
	background: #3c8cf5;
	background: -moz-linear-gradient(top, #3c8cf5 0%, #32a0f5 100%);
	background: -webkit-linear-gradient(top, #3c8cf5 0%,#32a0f5 100%);
	background: linear-gradient(to bottom, #3c8cf5 0%,#32a0f5 100%);
}

.punaiseAvantAdresse{
	width: 18px;
    padding-left: 3px;
    padding-right: 3px;
}

/* Moteur de dispos sur une annonce 'appartement' ou 'camping' (venant de Booking) */
div#form_resa_ann_date {
    width: calc(25% - 4px);
}
div#form_resa_ann_nuits {
    width: calc(25% - 4px);
}
div#form_resa_ann_pers {
    width: calc(25% - 4px);
}
div#form_resa_ann_button {
    width: calc(25% - 4px);
}

#moncompte_link_footer{
	display: none;
}

/* Fenetre de dialogue anti-doublon */
#questionNouvelleAnnonce {
	font-size: 1.1em;
}
.ui-dialog-cyb button.ui-button.ui-button-text-only{
	width: 320px;
	background: #cdeafe;
	color: #1169ab;
}
.ui-dialog-cyb .ui-widget-header {
	background: linear-gradient(to bottom, #32a0f5 0%,#3c8cf5 100%);
}
.ui-dialog-cyb .ui-dialog-titlebar {
    padding: 0.2em 1em !important;
}

/* Fenêtre de dialogue "alerte aucune ville saisie" */
.dialogAlerteVille {
	position: fixed !important;
}
.dialogAlerteVille .confirmJquery {
	min-height: 0px !important;
    font-weight: bold;
}

/* Boutons "mettre en favoris" et "partager sur ..." */
.bloc-partage-favoris {
	position: absolute;
	right: 5px;
	top: -27px; /* -22px */
}
.bloc-visible {
	display: inline-block;
}
.sous-bloc-partage-favoris {
	display: inline-block;
}
.sous-bloc-partage-favoris > img {
	vertical-align: middle;
	margin-right: 2px;
}
.togglePartage {
	display: none;
	position: absolute;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #ccc;
	padding: 2px 5px;
	z-index: 10001;
	width: 275px;
	right: -5px;
	box-shadow: 1px 1px 10px 0px #777777;
}
#lienPage {
	width: 80%;
}
#boutonCopierLien {
	float: right;
}
.lienPartage > a > * {
	display: inline-block;
	vertical-align: middle;
}
.lienPartage > a > span {
    margin-left: 10px;
}
.listePartage {
    margin: 5px 0px;
}