/* fiche */
#fiche_hotel {
	background-image: url(pics/fiche_bg.gif); background-repeat:repeat-y;
	margin:0; padding:0;
	width: 370px;
}
#fiche_hotel #sepfiche{
clear:both;
}
#fiche_hotel #descriptif {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:0.7em; color:#000000; line-height: 15px;
	padding: 0; margin: 0 20px 10px 10px;
	text-align:justify;
}
#fiche_hotel .prix {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1.6em; color:#D0003D; line-height: 20px;
}
#fiche_hotel h2 {
	margin:-2px 0 15px 0; padding:3px 10px 3px 8px;
	background-color:#244B4B;
}
#fiche_hotel h2 #titre {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:0.5em; font-weight:bold; color:#FFFFFF; line-height:20px;
	margin:0; padding:0;
	display:table;
}
#fiche_hotel #photo {
	float:left;
	margin:0 10px 0 15px; padding:0;
	height:auto;
}
#fiche_hotel #pied {
	width: 370px; height: 40px;
	background-color: #B9D648; 
	background-image:url(pics/fiche_bas.gif);
	background-repeat: no-repeat;
	clear:both;
}
#fiche_hotel #voir_fiche {
	margin:10px 0 0 305px;
}
#boutons {
	width:370px;
	background-color: #B9D648;  
}
#boutons #precedent {
	width:183px;
	float:left;
}
#boutons #suivant {
	width:183px;
	text-align:right;
}
html>body #boutons #suivant {
margin: 0px 0px 0px 188px;
}
