/* rubrique vivre */

#contenu a, #contenu a:hover, a.spip_out, a.spip_out:hover
{
	color:#77a90a;
	font-weight:bold;
}

li.spip
{
	background:url(images/puce_vivre.gif) no-repeat top left;
}

	#menu_gauche h3
	{
		color:#9cd225;	
	}
	#menu_gauche #int_menu_gauche
	{
		color:#4b6c01;
	}

			#menu_gauche ul ul li
			{
				background:url(images/fond_liste_vivre.gif) no-repeat bottom left;
			}

			#menu_gauche ul a
			{
				color:#8abf16;
			}
			#menu_gauche ul ul a
			{
				color:#4b6c01;
			}
			#menu_gauche ul ul ul a
			{
				color:#4b6c01;
			}
			#menu_gauche ul ul ul ul a
			{
				color:#4b6c01;
			}
			#menu_gauche ul a.rubrique-active, #menu_gauche ul a:hover
			{
				color:#fff;
				background:#9cd225;
				text-decoration:none;
			}
			#menu_gauche ul ul a.rubrique-active, #menu_gauche ul ul a:hover
			{
				color:#4b6c01;
				background:#e4f3c4;
				text-decoration:none;
			}


		#documents #tete_docs
		{
			background:url(images/docs_vivre_tete.gif) no-repeat;
		}
		#documents #corps_docs
		{
			background:#9cd225;
			color:#010101;
		}
		#documents #corps_docs a
		{
			color:#fff;
		}
		#documents #pied_docs
		{
			background:url(images/docs_vivre_pied.gif) no-repeat;
		}

#contenu
{
	color:#3c4957;
}

		#contenu h3
		{
			background:url(images/fond_titre_vivre.gif) no-repeat;
			color:#fff;
		}


/************************************ barre typo enrichie **********************************/
/* intertitre */
#contenu #contenu h3.spip {
	background:transparent;
    color:#8abf16;
    font-size:16px;
    padding-bottom:5px;
    padding-top:15px;
    text-align:left;
	padding-left:0px;
}
/* intertitre niveau 2 */
#contenu h4.spip {
    color:#8abf16;
    font-size:14px;
    padding-bottom:5px;
    padding-top:10px;
    text-align:left;
}
/* intertitre niveau 3*/
#contenu h5.spip {
    color:#8abf16;
    font-size:13px;
    padding-bottom:5px;
    padding-top:10px;
    text-align:left;
}
/* mettre le texte en évidence */
#contenu .caractencadre-spip {
    color:#8abf16;
    font-weight:bold;
    font-style:italic;
}
/* encadrer le paragraphe*/
#contenu .texteencadre-spip {
    background: #e4f3c4;
    border:0px;
    margin:1em 0pt;
    padding:15px 30px 15px 30px;
    position:relative;
}
/* mettre en forme comme une poésie */
.spip_poesie {
    border-left:1px solid;
    font-family:"Lucida Sans Unicode", Verdana, Arial, Tahoma;
    margin:0;
    padding-left:0;
    font-style:italic;
    font-size:12px;
}
    div.spip_poesie div {
        margin-left:60px;
        text-indent:-60px;
        font-family:"Lucida Sans Unicode", Verdana, Arial, Tahoma;
    }
