/******************************************************************
 * Bloc resultat
 ******************************************************************/
td.bloc_resultat_g {
	background: url(g.gif);
	width: 40px;
	height: 30px;
}

td.bloc_resultat_d {
	background: url(d.gif);
	width: 8px;
	height: 30px;
}

td.bloc_resultat_c {
	background: url(c.gif) repeat-x;
	height: 30px;
	vertical-align: middle;
}


/******************************************************************
 * Bloc filtre
 ******************************************************************/
 
/* HAUT GAUCHE */
td.selection_bloc_filtre_hg {
	background-color: #DCEDE5;
	border-left: 1px solid #62AF8A;
	border-top: 1px solid #62AF8A;
	width: 3px;
	height: 3px;
}

/* HAUT DROIT */
td.selection_bloc_filtre_hd {
	background-color: #DCEDE5;
	border-right: 1px solid #62AF8A;
	border-top: 1px solid #62AF8A;
	width: 3px;
	height: 3px;
}

/* HAUT */
td.selection_bloc_filtre_h {
	background-color: #DCEDE5;
	border-top: 1px solid #62AF8A;
	height: 3px;
}

/* BAS GAUCHE */
td.selection_bloc_filtre_bg {
	background-color: #DCEDE5;
	border-left: 1px solid #62AF8A;
	border-bottom: 1px solid #62AF8A;
	width: 3px;
	height: 3px;
}

/* BAS DROIT */
td.selection_bloc_filtre_bd {
	background-color: #DCEDE5;
	border-right: 1px solid #62AF8A;
	border-bottom: 1px solid #62AF8A;
	width: 3px;
	height: 3px;
}

/* BAS */
td.selection_bloc_filtre_b {
	background-color: #DCEDE5;
	border-bottom: 1px solid #62AF8A;
	height: 3px;
}

/* GAUCHE */
td.selection_bloc_filtre_g {
	background-color: #DCEDE5;
	border-left: 1px solid #62AF8A;
	width: 3px;
}

/* DROIT */
td.selection_bloc_filtre_d {
	background-color: #DCEDE5;
	border-right: 1px solid #62AF8A;
	width: 3px;
}

/* SEPARATEUR */
td.selection_bloc_filtre_separateur_v {
	width:0px;
	height:0px;
	border-left: 2px dotted #62AF8A;
}

td.selection_bloc_filtre {
	background-color: #DCEDE5;
	font-size: 8pt;
	vertical-align:top;
}

td.selection_bloc_filtre_titre {
	background-color: #DCEDE5;
	font-size: 8pt;
	vertical-align:top;
}

td.selection_bloc_filtre .qte{
	font-size: 9px;
	color:#666666;
	display:inline;	
}

td.selection_bloc_filtre .qte_inactif {
	font-size: 9px;
	color:#BBBBBB;
	display:inline;
}

* html td.selection_bloc_filtre .qte_inactif {
	padding-left:4px;
}

td.selection_bloc_filtre .filtre_inactif {
	font-size: 11px;
	display:inline-block !important;
	display:inline;
	margin:0px;
	width:58px;
	color:#BBBBBB;
}

td.selection_bloc_filtre .filtre_inactif2 {
	font-size: 11px;
	display:inline-block !important;
	display:inline;
	margin:0px;
	width:110px;
	color:#BBBBBB;
}

td.selection_bloc_filtre .filtre_etoile_actif {
	font-size: 10px;
	font-weight:bold;
	color:#CD4800;
	display:inline-block;
	background-image:url(/hotel/css/images/back_filtre_etoile_over.png);
	background-repeat:no-repeat;
	margin:0px;
	width:70px;
	height:13px;
	margin-left:14px;
	text-align:left;
	padding-left: 6px;
}
* html td.selection_bloc_filtre .filtre_etoile_actif {
	display:inline;
}

td.selection_bloc_filtre .filtre_service_actif {
	font-size: 10px;
	font-weight:bold;
	color:#CD4800;
	display:inline-block;
	background-image:url(/hotel/css/images/back_filtre_service_over.png);
	background-repeat:no-repeat;
	margin:0px;
	text-align:left;
	width:115px;
	height:13px;
	padding-left:6px;
}
* html td.selection_bloc_filtre .filtre_service_actif {
	display:inline;
	width:116px;
}

td.selection_bloc_filtre a.etoile, #content a.etoile {
	font-size: 11px;
	text-decoration:none;
	display:inline-block;
	width:58px;
	height:13px;
	color: #CD4800;
}

td.selection_bloc_filtre a.service, #content a.service {
	font-size: 11px;
	text-decoration:none;
	display:inline-block;
	width:110px;
	height:13px;
	color: #CD4800;
}

#content a.service:hover, #content a.etoile:hover {
	text-decoration:underline;
	font-weight:bold;
}
td.selection_bloc_filtre input {
	margin-right: 5px;
}
td.selection_bloc_filtre img {
	margin: 0px;
}


