.hproduct  a {position: static}

/*========================================
	STYLES IMPORTEES
========================================*/

/*---- Gros boutons ----*/
.bouton {
	display: table; /*Centrage auto*/
	min-width:130px;
	margin: 0 auto;
	padding:3px 5px;
	border: none;
	text-align: center;
	cursor: pointer;
	background: #0097D3;

	/*Boutons liens de même taille que les éléments de formulaire*/
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing:content-box;
	box-sizing: content-box;
}

.bouton:hover, .bouton:focus {
	background: #0073a0;
}

/*---- Pour réintégrer les flottants ----*/
.wrapper:after {
	content:"";
	display: block;
	clear: both;
}

/*========================================
	DESCRIPTIF D'HOTEL (hproduct)
========================================*/

/*---- STYLES GENERAUX ----*/

/*Couleurs des pictos*/
.restaurants ul img{background-color: #9F042E}
.orus ul img {background-color: #EB690B}
.caracteres ul img {background-color: #70275F}
.beaux-hotels ul img {background-color: #01A9D8}
.compagnie ul img {background-color: #167B2D}
.demeures ul img {background-color: #0C5983}

/*Mise en forme Nom de l'hotel et labels*/
.hproduct h1.n, .labels {display: inline-block;}
.hproduct h1.n, .hproduct .n a, .labels {vertical-align: middle}

/*Orus, etc...*/
.category {float: right; line-height: 20px}

/*Localité*/
.adr {clear: both;}

/*Distinction et type table*/
.labels {
/*	display: inline-block;
	vertical-align: baseline;*/
	margin: 0;
}
.labels li {margin-left: 5px}

/*Bouton Reserver*/
.buy {display: inline-block;}

/*---- FICHE HOTEL -----*/
.fiche .adr {padding-left: 10px;}
.fiche .features  {margin-top:10px;}

/*---- LISTES DE RESULTATS ----*/

.liste .adr {margin: -3px 0 10px}
.liste .photo {float: left;}

/*Un bloc hotel*/
.liste .hproduct {
/*	padding-left: 30px;
	padding-bottom:10px;*/
	padding: 0 30px 10px;
	margin-bottom: 10px;
}

/*Les containers*/
.liste .hproduct p {margin: 0 0 5px 203px;}
.liste .hproduct .wrapper {margin-left: 203px;}

/*Nom de l'hotel*/
.liste .hproduct h1.n {
	margin: 0;
	display: inline-block;
	padding-left: 25px;
	margin-left: -25px;
	line-height: 20px;
	font-size: 20px;
	background: url(../img/elements/minilogo.jpg) no-repeat left center;
}


/*.liste span.category {padding-right: 10px}*/

/*Alignement pictos tarifs*/
.liste .features, .liste .wrapper .price {
	display: table-cell;
	vertical-align: middle;
}
.liste .features {
	width: 290px;
	margin: 0;
	padding: 5px 0;
}

/*Plus de détail*/
.liste .description a {display: block} 

/*Tarifs*/
.liste .wrapper .price {
	width: 119px;
	padding: 5px 0 5px 10px;
	text-align: right;
	border-left: solid 1px #ccc;
	white-space: nowrap;
}

/*---- PICTOS ET INFOBULLES ----*/
/*---- Les containers à pictos ----*/
.labels, .features, .tooltip {
	overflow: visible;
	list-style-type: none;
	padding: 0;
}
.labels li, .labels a, .labels li img, .features li, .features a, .features li img{float: left;}
.tooltip {float: right;}
.labels a, .features a, .tooltip {cursor: help;}

/*---- Les tooltips ----*/
.labels span, .features span, .tooltip span+span {
	display: none;
	position: absolute;
	z-index: 10;
	padding: 3px;
	border: solid 1px;
	white-space: nowrap;
	text-align: center;
	line-height: 14px;
}

/*Référentiel pour le positionnement*/
.labels, .liste .hproduct .wrapper, .fiche .features a, .hproduct .tooltip {position: relative}
.hproduct  .labels .tooltip {position: static}

/*Positionnement*/
.features span {bottom: 0;}

.liste .features span {
	right: 100%;
	width: 185px;
	margin-right: 10px;
}

.fiche  .features span {
	left: 100%;
	margin-left: 5px;
}

.labels span, .tooltip span+span {top:0;}

.labels span {
	left: 100%;
	margin-left: 10px;
}

.tooltip span+span {
	right: 100%;
	margin-right: 10px;

}

/*Mise en valeur au focus*/
.labels a:focus, .features a:focus, .tooltip:focus {outline: none; border: solid 1px; margin: -1px}

/*Affichage des tooltips sur hover et focus*/
.labels a:hover span, .labels a:focus span, .features a:hover span, .features a:focus span, .tooltip:hover span, .tooltip:focus span+span {display: inline;}







/*---- OFFRES ----*/
.liste .offers .price {float: right;}

.offers {
	overflow: hidden;
	width: 100%;
	clear: both;
	margin: 10px 0 0 -25px;
	padding: 5px 25px;
	font-weight: normal;
	color: #413868;
}

.offers p {margin: 0}

.offers ul {
	margin: 0;
	padding: 0;
/*	padding-left: 40px;*/
	list-style-type: none;
}

.offers li {
	float: left; width: 100%;/*Reintegrer les .price flottants sans passer par un overflow*/
/*	margin: 0 0 0 -20px;*/
	margin: 0;
	padding: 5px 0 0 0;
}
.offers li:last-child {padding-bottom: 1px}
.offers li:not(:last-child) {border-bottom: solid 1px #ccc; padding-bottom: 5px}

.offers li a {
	overflow: hidden;
	display: block;
	padding-left: 60px;
	background: url("/destinations/img/fleche.gif") no-repeat 40px center ;
	text-decoration: none !important;
}



.offers li a:hover, .offers li a:focus {background-color:#ddd; outline: none}



.labels span, .features span, .tooltip span+span ,.offers {background: #EBE7E6;}





.hproduct .offers p {background: none; margin: 0; padding: 0}
.hproduct .offers .n {background: none; margin: 0; padding: 0; color: #6F6C6A;}



.hproduct .offers .detail-offre {
	margin: 10px 0 5px;
	clear: both;
	overflow: hidden;
}

.offers .detail-offre a {float: right;
	text-transform: uppercase;
	font-size: 11px;
}




.offers ul {overflow: hidden}



/*========================================
	TYPO
========================================*/

.hproduct {font: 11px Arial, verdana, sans-serif}

/*Couleurs pour les categories*/
.restaurants .category{color: #9F042E}
.orus .category{color: #EB690B}
.caracteres .category{color: #70275F}
.beaux-hotels .category{color: #01A9D8}
.compagnie .category{color: #167B2D}
.demeures .category{color: #0C5983}


/*---- Couleurs ----*/
.hproduct, .hproduct a:link, .hproduct a:visited, .hproduct a:hover, .hproduct a:focus, .hproduct a:active {color: #6F6C6A;}

.detail-offre a:link, .detail-offre a:visited, .detail-offre a:hover, .detail-offre a:focus, .detail-offre a:active {
	color: #413868;
}



.hproduct .bouton:link, .hproduct .bouton:visited, .hproduct .bouton:hover, .hproduct .bouton:focus, .hproduct .bouton:active {color: #fff; text-decoration: none}
.price {color: #413868;}



/*---- Tailles polices ----*/
.adr {font-size: 10px}
.locality {font-size: 11px;}
.bouton, .offers {font-size: 12px}
.hproduct .n a  {font-size: 14px}
.price strong {font-size: 16px}

/*---- Graisses ----*/

.hproduct div ul li a, .price
{
  font-weight: normal !important;
  color: #413868 !important;
}
.locality, .price, .labels span, .features span, .tooltip span+span, .bouton, .description a, .hproduct a:link, .hproduct a:visited, .hproduct a:hover, .hproduct a:focus, .hproduct a:active  {font-weight: bold}
.hproduct .tooltip {font-weight: normal !important}

/*---- Soulignage ----*/
/*Liens soulignés de base*/
.description a:link, .description a:visited {text-decoration: underline}
.description a:hover, .description a:focus, .description a:active {text-decoration: none}

.category {text-decoration: underline}
.hproduct .n a {text-decoration: none}

/*---- Majuscules ----*/
.hproduct h1.n, .bouton, .labels span, .features span, .tooltip span+span {text-transform: uppercase;}



.offreSpeciale a {color:#0097D3 !important;}













