/* -------------------------------------------------------------- 
  
   color.css
   * Cascaded Style Sheet
   * Author : Denis Fongue
   
   This file overwrite the made in lune theme colors with the client colors
   
-------------------------------------------------------------- */

/*Première couleur*/

	/*Background color*/
		/*Barre supérieure*/
		#header-wrapper, 
		/* En tête des tableaux */
		thead th,
		/* Administrer */
		#content .admin-panel h3,
		/* Liens de la région d'édition pour la gestion des champs cck */
		tr.region td,
		/* Page courante */
		li.pager-current, li.pager-item a:hover
		{background-color: #027ac6;}
		
		/*Barre d'extension des primary links*/
		.block li.expanded ul.menu li,
		/* Lien de la colonne d'aide | roll over */
		#help a:hover,
		/* Aide */
		.help-items li a:hover
		{border-color: #027ac6;}
		
		
	/*Color*/
		/* Lien de la colonne d'aide | roll over */
		#help a:hover,
		/*Label des icones | roll over */
		#admin-icon-menu li a:hover,
		/* Lien | roll over*/
		#content a:hover,
		/* Dernier élément du fil d'ariane*/
		#breadcrumb span,
		/*Item du menu de 2e niveau | roll over + actif*/
		#madeinlune-menu li.active a, #madeinlune-menu li.active a:hover,
		/* Primary tabs | actif, roll over*/
		ul.primary li.active a, ul.primary li.active a, ul.primary li.active a:hover,
		/* Secondary tabs | actif, roll over*/
		ul.secondary a.active, ul.secondary li.active a:hover,
		/* légendes | hover */
		legend a:hover, #content fieldset:hover > legend a, #content fieldset:hover > legend,
		/* Lien dans cellule de tableau */
		td a:hover,
		/* Titre du module views*/
		div.views-category-title, #content div.views-category-title a.views-ajax-link,
		/* Lien des listes de definition | hover */
		.admin-list dt a:hover, .node-type-list dt a:hover
		{color: #027ac6;}

/* Ombre première couleur */
	#header-wrapper,
	#content .admin-panel h3 {border-bottom-color: #2385c2;}
	
	/* Bordure des entêtes de tableaux */
	thead th,
	thead th:first-child,
	thead th:last-child,
	/*Bordure de la page courante*/
	li.pager-current, li.pager-item a:hover
	{border-color: #2385c2;}	
	

/* Deuxieme couleur */

	/* Bordure des block specifiques */
	#blocks td.region, #permissions td.module {border-bottom-color: #5ab5ee}
	
	#content .admin-panel:hover h3,
	thead th.active, thead th:hover
	{background-color: #5ab5ee }
	
	/* Titre h3 */
	#content h3,
	#blocks td.region, #permissions td.module
	{border-left-color: #5ab5ee}	

/*Ombre deuxieme couleur*/ 
	thead th.active, thead th:hover {border-color: #494949;}
	#content .admin-panel:hover h3 {border-bottom-color: #494949;}


	