/* BLOC LISTE */

#bloc-liste {
	border-bottom:1px solid #373737;
	padding-bottom:2px;
	overflow:hidden;
	margin-bottom:10px;
}

#bloc-liste .ligne {
	overflow:hidden;
	margin-bottom:8px;
	clear:both;
	*border:1px solid #FFF; /*HACK IE */
}

#bloc-liste .ligne .bloc-1 {
	float:left;
	width:56%;
	text-align:left;

}
#bloc-liste .ligne h3{
	text-transform:uppercase;
	font-size:1.0em;
	color:#373737;
	font-weight:bold;
	padding:0px;
	margin:0px;	
}
#bloc-liste .ligne h3 a{color: #373737;}

#bloc-liste .ligne .bloc-1 a.title {
	color:#373737;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	clear:both;
}

#bloc-liste .ligne .bloc-sub-title {
	clear:both;
}

#bloc-liste .ligne a.sub-title {
	color:#373737;
	font-size:0.9em;
	clear:both;
}

#bloc-liste .ligne .bloc-2 {
	float:left;
	width:60px;
	text-align:left;
}

#bloc-liste .ligne .bloc-2 a.reduction {
	color:#373737;
	font-size:1.2em;
	font-weight:bold;
	float:left;	
}

#bloc-liste .ligne .bloc-3 {
	float:right;
	width:60px;
	text-align:right;
}

#bloc-liste .ligne a.prix {
	font-size:1.2em;
	font-weight:bold;
	clear:both;
}

#bloc-liste .ligne .bloc-2 sup,
#bloc-liste .ligne .bloc-3 sup {
	font-size:0.6em;
	line-height:0.2em;
}

#bloc-liste #liste-hotel .ligne .bloc-1 {
	width:49%;
}

#bloc-liste #liste-hotel .ligne .bloc-2 {
	width:20%;
}

#bloc-liste #liste-hotel .ligne .bloc-3 {
	width:31%;
}

#bloc-liste #liste-hotel .titre {
	font-size:0.8em;
	text-align:right;
	color:#adadad;
	padding-bottom:1px;
	margin-bottom:10px;
	border-bottom:1px solid #adadad;
	overflow:hidden;
}

#bloc-liste #liste-hotel .titre .bloc-1 {
	width:50%;
	float:left;
	height:2px;
}

#bloc-liste #liste-hotel .titre .nuits {
	width:22%;
	float:left;
	text-align:center;
}

#bloc-liste #liste-hotel .titre .transport {
	width:28%;
	float:right;
	text-align:right;
}
