/* LIENS */
/**********************/

a.detail, a.detail:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	color: #FF7700; 
	}

a.detail {
	text-decoration : none;
	} 

a.detail:hover {
	text-decoration: underline;
	} 

a.all, a.all:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #1A8FCC;
	}

a.all {
	text-decoration : none;
	} 

a.all:hover {
	text-decoration: underline;
	} 
/**********************/

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

/* Le nom de l'hôtel et son nombre d'étoiles */
.promo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 5px;
	color: #8D4563;
}

.promo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 5px;
	color: #FFFFFF;
}

.typepromo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7595B4;
}

.hotel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	color: #006B98;
	margin-top: 5px;
}

.hotel2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006B98;
	margin-top: 3px;
	margin-right: 2px;
	margin-left: 2px;
}

.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 5px;
	color: #006B98;
}

