@charset "utf-8";
/* CSS Document */
.result-count p{
	line-height:60px;
}
	.result-count em {
		background:#9e0827;
		color:#fff;
		font-size:18px;
		padding:2px 4px;
	}
	
.result-offres-type {
	margin-top:28px;
}

.result-navigation {
	font-weight:bold;
	color:#666;
	text-align:center;
}
	.result-navigation a {
		color:#666;
		text-decoration:none;
	}
	.result-navigation a.on {
		text-decoration:underline;
	}

.result-hotel{
	padding-top:15px;
}

	.result-hotel h3 {
		padding-left:0;
	}
		.result-hotel h3 a {
			color:inherit;
			text-decoration:none;
			font-size:16px;
			font-weight:bold;
		}
	
	.result-hotel em {
		display:block;
		color:#666;
		border-bottom:1px solid #970130;
		padding: 2px 0;
	}
	
	.result-hotel .illus img {
		border:1px solid #970130;
		position:relative;
		top:-1px;
		margin-bottom:10px;
	}
	
	.result-hotel .minimap {
		position:relative;
		text-align:center;
	}
	
	.result-hotel .point-fort {
		background:#970130;
		color:#fff;
	}
		.result-hotel .point-fort p,
		.result-hotel .point-fort a,
		.result-hotel .point-fort li {
			color:#fff;
		}
		.result-hotel .point-fort a:hover {
			background:none;
			font-weight:bold;
		}
		
.result-hotel-texte strong {
	color:#0a69bd;
}
.result-hotel-texte em {
	color:#0a69bd;
	font-weight:normal;
	border:none;
}
.result-hotel-texte strong em {
	background:#0a69bd;
	padding:1px 2px;
	border:none;
	color:#fff;
	display:inline;
}
