/********************************************
 * Domaine : freha.fr
 *
 * Exploitant : France Euro Habitat
 *
 * Rôle : Feuille de style pages par profil
 *
 * Auteur : Ultra-Fluide, copyright 2009
 ********************************************/

/* Colonne gauche */
		/* Menu gauche */
		#colonne-gauche ul { list-style-position: outside;  } /* Pour ie6 */
		#colonne-gauche ul li { margin: 0 0 15px 0; }
		#colonne-gauche .vert a { background-color: #249383; }
		  #colonne-gauche .vert a:hover, #colonne-gauche .vert .active, #colonne-gauche .vert .active a { background-color: #157A6A; }
		#colonne-gauche .bleu a { background-color: #4b9bd6; }
		  #colonne-gauche .bleu a:hover, #colonne-gauche .bleu .active, #colonne-gauche .bleu .active a { background-color: #3282BD; }
		#colonne-gauche .violet a { background-color: #6c225d; }
	 		#colonne-gauche .violet a:hover, #colonne-gauche .violet .active, #colonne-gauche .violet .active a { background-color: #4d003f; }
		#colonne-gauche .herbe a { background-color: #7aac33; }
  		#colonne-gauche .herbe a:hover, #colonne-gauche .herbe .active, #colonne-gauche .herbe .active a { background-color: #61931A; }
		#colonne-gauche .orange a { background-color: #c44f2e; }
			#colonne-gauche .orange a:hover, #colonne-gauche .orange .active, #colonne-gauche .orange .active a { background-color: #AB3815; }
			#colonne-gauche ul li a { display: block;   padding: 11px 0 11px 15px; font-weight: bold;}
			#colonne-gauche ul li a.active, #colonne-gauche ul li a:hover {background-image: url("images/fleche.png"); background-position: left; background-repeat: no-repeat;}
			#colonne-gauche ul li ul li { margin :0; }

#contenu .encadre { background: #ececec; padding: 0 0 1em 0; margin: 0 0 20px 0;}
	#contenu .encadre p { padding: 0 15px; }
	#contenu .encadre h2 { color: #FFFFFF; background: #a87ea2 url("images/encart.jpg") top left no-repeat;  padding: 5px 15px; margin: 0 0 .5em 0; text-transform: uppercase;}

