@charset "utf-8";
/* CSS Document */

#dummy-element{width:2px;} /* Necessary to check if StyleSheet has loaded */

body, .enveloppe_liens {
	background: #f5f0dc url(../images/entete_electro1.jpg) no-repeat top center;
}

/* Couleurs principales de la zone */
#bas_contenu, .titre_entete, .titre_entete_home {
	background-color: #df603f;
	border: 1px solid #df9987;
}
/* Boite de la zone */
.titre_entete {
	width: 250px;	
}
/* Boite pour la page d'accueil de la zone */
.titre_entete_home {
	width: 350px;
}

/* Couleur des bordure*/
ul.menu ul ul li a, ul.menu ul li.page_item a:hover, ul.menu ul ul ul li.page_item a:hover, ul.menu ul ul ul li a{
 	border-color:#df603f;
}
/* Couleur Over */	
ul.menu li a:hover, ul.menu li.current_page_ancestor,  ul.menu li.current-cat{
	background-color:#fbc4ba;
}
/* Couleur Page courrante */
.widget-content, ul.menu li.current_page_item,  ul.menu li.current-cat {
	background: #df603f;
}
/* Colors */
.color-base, li.color-base .widget-content {background:#f5f0dc;}
.color-une, li.color-une .widget-content {background:#eaf376;}
.color-deux, li.color-deux .widget-content {background:#c7d57f;}
.color-trois, li.color-trois .widget-content {background:#afb48d;}
.color-quatre, li.color-quatre .widget-content {background:#48bd54;}
.color-cinq, li.color-cinq .widget-content {background:#fbc4ba;}
.color-six, li.color-six .widget-content {background:#f5f0dc;}
/* End Colors */
