/* Styles definition here */

/* Couleur des chiffres des dates disponibles */
#fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default{background:#dfeffe;color:#730000;}

/* couleur du fond rond des dates non-séléctionnées - gris */
.ahb_m3 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default{background:#d1d1d1}	

/* Couleur du fond rond quand date séléctionnée - le rouge du logo donc */
.ahb_m3 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default.ui-state-active{background:#730000;}

/* Couleur fond rond quand date survolée - orange donc */
.ahb_m3 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default:hover {color: #FFF; background: #ff9100;}					

/* Couleur fond survol horaire - orange donc */
.ahb_m3 #fbuilder .slots div:not(.htmlUsed)  a:hover {
	background:#ff9100;
	color:#fff;
}

/* Couleur contour survol horaire en rouge logo et fond en orange et épaisseur du contour (mis à 0) et couleur de la police des horaires */
.ahb_m3 #fbuilder .slots div a {
	width: 100%; border-radius: 100px; 
	background: #d1d1d1; 
	color: #000;
	border:0px solid #730000;
	text-decoration:none;
	padding:8px 12px;
}
