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

.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{
	position:relative;
	padding-top:15px;
}

	.result-hotel .ajout-guide {
		position:absolute;
		right:0;
		top:36px;
	}

	.result-hotel h3 {
		margin-left:0;
		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-left:1px solid #970130;
		border-right:1px solid #970130;
		border-bottom:1px solid #970130;
		margin-bottom:10px;
	}
	
	.result-hotel .minimap {
		position:relative;
		left:-10px;
	}
	
	.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;
		}
