/*----BARRE DE TRI -------------*/

#barre-tri{
	background-image:url(../images/bg_filtre.png);
	background-repeat:no-repeat;
	width:690px;
	height:22px;
	text-align:right;
	margin-bottom:8px;
	margin-left:26px;
	}
	
#barre-tri a{
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	}
	
#barre-tri a:hover{
	text-decoration:underline;
	}

/*----LISTE -------------*/
.liste {
	width: 690px;
	margin-left: 26px;
	margin-top:16px;
}

.reponse {
	background-image: url(../images/bg_liste_produits.gif);
	background-repeat: no-repeat;
	margin-bottom:12px;
	height: 115px;
	width: 690px;
}

.reponse-tous-hotel {
	background-color : #DDF9FB;
	margin-bottom:12px;
	height: 115px;
	width: 690px;
}

.reponse-image {
	width: 160px;
	height: 115px;
	margin-top: 0px;
	margin-left: 0px;
	float:left;
}

.reponse-titre {
	width:430px;
	height:16px;
	margin-top:4px;
	margin-left:16px;
	font-size:16px;
	font-weight:normal;
	line-height: 16px;
	color:#000;
	float:left;
}

.reponse-categorie {
	width:71px;
	height:17px;
	margin-top:8px;
	font-size: small;
	font-weight: bold;
	float:left;
}

.reponse-texte {
	width:500px;
	height:62px;
	margin-top:0px;
	margin-left:16px;
	font-size:12px;
	font-weight:normal;
	color:#666;
	float:left;
}

.reponse-texte p{
	margin:0;
}

.reponse-link {
	width:500px;
	height:10px;
	margin-top:0px;
	margin-left:16px;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	text-align:right;
	float:left;
}

.reponse-link a{
	color:#fff;
	text-decoration:none;
}

.reponse-link a:hover{
	text-decoration:underline;
}
/*
.discounted-item {
	width: 100%;
	margin: 0 0 10px 0;
	position: relative;
	cursor: pointer;
	z-index:1;
}
.discount-bar {
	width:500px;
	height:66px;
	padding: 0px 16px 0px 174px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.discount-link {
	width:500px;
	height:26px;
	padding: 0px 0px 0px 618px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#FFF;
}
.discount-link a{
	color:#FFF;
	text-decoration:none;
}
.discount-link a:hover{
	text-decoration:underline;
}

.reasonbar {
	padding: 0px 0px 0px 174px;
	overflow: hidden;
	width: 517px;
	height:27px;
}
.prod-title {
	float: left;
	width:429px;
	margin-top:6px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:#000;
}
.reason {
	float: left;
	width:71px;
	height:11px;
	margin-left:431px;
	margin-top:6px;
	text-align: right;
	position:absolute;
	padding: 6px 16px 0 0;
}

.mahe .reasonbar {
}
.mahe .discount-bar {
	color: #666;
}
.praslin {
	background-image: url(../images/bg_liste_produits.gif);
	background-repeat: no-repeat;
	height:115px;
}
.praslin .reasonbar {
}
.praslin .discount-bar {
	color: #666;
}

.ladigue {
	background-image: url(../images/bg_liste_produits.gif);
	background-repeat: no-repeat;
	height:115px;
}
.ladigue .reasonbar {
}
.ladigue .discount-bar {
	color: #666;
}

.ilelointaine {
	background-image: url(../images/bg_liste_produits.gif);
	background-repeat: no-repeat;
	height:115px;
}
.ilelointaine .reasonbar {
}
.ilelointaine .discount-bar {
	color: #666;
}
.buynow {
	position: absolute;
	bottom: -13px;
	left: 126px;
}
.current {
	font-weight: bold;
	font-size: 14px;
}
*/