/*----- HOTEL */
h2 {
	margin: -10px auto 25px auto;
	font-size: 1.5em;
	text-align: center;
}

#hotel_map_show {
	display: block;
	margin: 30px auto 10px auto;
	text-align: center;
	font-size: 1.1em;
}
#hotel_map_show img {
	border: 0;
	vertical-align: bottom;
	margin-right: 5px;
}

#hotel_reservation {
	margin: 10px auto 25px auto;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

#bloc_hotels_dest h2 {
	text-align: left;
	font-size: 1em;
}
#bloc_hotels_dest table {
	margin: 0 auto;
	font-size: 0.95em;
}
#bloc_hotels_dest table td table td {
	padding: 4px;
}

/* style des onglets */
.cell_trans, .cell_menu_hotel, .cell_menu_hotel_sel {
	padding: 0 !important;
	font-size: 1.2em;
	border: 1px solid #6580BE;
}
.cell_trans {
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
.cell_menu_hotel {
	background-color: #FFFFFF;
}
.cell_menu_hotel_sel {
	border-bottom: 0;
	background-color: #E8E2CA;
}


/* style des avis sur un hôtel */
#review_content {
	padding: 0 15px;
}
.review {
	border-color: #4C6D74;
}
.review_note_mini {
	background-image: url(./bg_note_hotel.png);
}
#bugIE6 .review_note_mini {
	background-image: url(./bg_note_hotel.gif);
}



.verdana10boldwhite {
	font-weight: bold;
	color: #FFFFFF;
}
#bloc_hotels_dest div.verdana10boldwhite {
	background-color: #67B0C1 !important;
}
#bloc_hotels_dest a img {
	border-color: #67B0C1 !important;
}
#bloc_hotels_dest .verdana12boldblue {
	font-size: 1.2em;
}
/* annulation du font-size précédent pour les onglets */
.cell_trans, .cell_menu_hotel, .cell_menu_hotel_sel {
	font-size: 1em;
}
