/* Couleurs Scellier outre mer */

/*
	couleurs utilisées
	#0a1f13 vert foncé fond
	#025163 turquoise tahiti
	#17482b couleur reunion
*/

@import url('image.css');

/* Arrière plan */
#listeProgramme .imgResidence span,
.divGauche .imgResidence span {
	background:#17482b;
}
#listeProgramme h4 {
	background:#0a1f13;
}
.pagination .page.pageActive, .pagination a:hover {
	background:#17482b;
}
#accroche, #CoupCoeur {
	background:#EAF1F2;
}
#tabLot th {
	background:#a0d5b6;
}



/* couleur de texte */
#listeProgramme .residence a.nomResidence,
#listeProgramme p strong,
#accroche, #CoupCoeur,
#tabLot th {
	color:#17482b;
}

/* bordure */
.pagination .page.pageActive, .pagination a:hover {
	border:1px solid #0a1f13;
}
#listeProgramme .imgResidence:hover,
#localisationResidence {
	border:1px solid #17482b;
}
#listeBouton input {
	border: 1px solid #605f5f;
}

/* UI */
table.ui-datepicker-calendar {
	background:none;
	border:none;
}
.ui-widget-header, 
.ui-state-default, 
.ui-widget-content .ui-state-default {
	background:#17482b;
}