@CHARSET "ISO-8859-1";
/*
 * Ce fichier regroupe les couleurs principales des différentes pages, 
 * avec la syntaxe suivante : 
 * ${nomDuCSSAppeléHabituellement}Layout élémentsEnfants...
 * 
 * Notamment utilisé par les fenêtres modales (appliquer un style 
 * d'une page différente).
 */
.applicationLayout #header {
	background-color: #f29719;
}

.applicationLayout table tr.selectedRow {
	background-color:#fb6;
}
.contactLayout #header {
	background-color: #A14A92;
}

.contactLayout table tr.selectedRow {
	background-color: #C489B9;
}
