/* Couleurs Scellier outre mer */

/*
	couleurs utilisées
	#200b00 marron fond
	#812602 orange foncé
	#af3201 couleur noumea
	#FFEBE3 orange clair (fond bloc)
	#F2BEA9 orange clair un peu plus foncé (fond bloc, entete tableau...)
*/

@import url('image.css');

/* Arrière plan */
#listeProgramme .imgResidence span,
.divGauche .imgResidence span {
	background:#af3201;
}
#listeProgramme h4 {
	background:#200b00;
}
.pagination .page.pageActive, .pagination a:hover {
	background:#af3201;
}
#accroche, #CoupCoeur {
	background:#FFEBE3;
}
#tabLot th {
	background:#f2bea9;
}



/* couleur de texte */
#listeProgramme .residence a.nomResidence,
#listeProgramme p strong,
#accroche, #CoupCoeur,
#tabLot th {
	color:#af3201;
}

/* bordure */
.pagination .page.pageActive, .pagination a:hover {
	border:1px solid #812602;
}
#listeProgramme .imgResidence:hover,
#localisationResidence {
	border:1px solid #af3201;
}
#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:#af3201;
}