/*
  Projet : WSP - Annuaires
	Nom : _gestion/css/color.css
	Description : La feuille de style des couleurs, ombres et images du site web
	Auteur : LD
	Date : 11/05/2017
	Maj : 17/05/2017
*/

/************************* SITE WEB *************************/
/*body
{
  background-attachment: fixed;
}

.texte_rouge
{
  color: #ce0000;
}
.texte_bleu
{
  color: rgb(57, 132, 200);
}
.bordure_bleu
{
  border-color: rgb(57, 132, 200);
}

.a_discret, .a_couleur_unique
{
  color: black;
}*/

header h1
{
  background-color: #fff4c3;
  border-color: grey;
}

/*#balise_header_siteweb div#header_ldcinformatique h1
{
  color: #726b60;
}

#balise_nav_siteweb a
{
  box-shadow: 0px 0px 5px #000;
}
#balise_nav_siteweb a:hover
{
  background-color: #E0E0E0;
  box-shadow: 0px 0px 5px #000 inset;
}

a#accueil_activites_bouton_siteWeb span.accueil_activites_partieCategorie,
#balise_section_accueil_activites h2.accueil_activites_partieCategorie,
.balise_article_pagesActivites h1.pagesActivites_titre
{
  color: rgb(85, 26, 139);
}

#balise_footer_siteweb
{
  background-color: #d6eeff;
}*/
/************************* FIN SITE WEB *************************/

/************************* PAGE index.php *************************/
.section_accueil_liste-annuaires_bloc_partie
{
  background-color: #ffd4b5;
}
.section_accueil_liste-annuaires_bloc_partie h2
{
  border-color: grey;
  background-color: white;
}
.section_accueil_liste-annuaires_bloc_categorie
{
  background-color: #e3e3e3;
}
.section_accueil_liste-annuaires_bloc_sous-categorie
{
  background-color: #ffe5e9;
}
/************************* FIN PAGE index.php *************************/

/************************* PAGES Activités *************************/
/************************* FIN PAGES Activités *************************/

/************************* PAGE admin.php *************************/
/************************* FIN PAGE admin.php *************************/