/* rubrique entreprendre */

#contenu a, #contenu a:hover, a.spip_out, a.spip_out:hover
{
	color:#ff7800;
	font-weight:bold;
}
ul.spip
{
	margin:0px;
	padding:0px 0px 0px 10px;
}
li.spip
{
	background:url(images/puce_entreprendre.gif) no-repeat top left;
}

	#menu_gauche h3
	{
		color:#ffa415;	
	}
	#menu_gauche #int_menu_gauche
	{
		color:#983d00;
	}

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

			#menu_gauche ul a
			{
				color:#ffa415;
			}
			#menu_gauche ul ul a
			{
				color:#983d00;
			}
			#menu_gauche ul ul ul a
			{
				color:#983d00;
			}
			#menu_gauche ul ul ul ul a
			{
				color:#983d00;
			}
			#menu_gauche ul a.rubrique-active, #menu_gauche ul a:hover
			{
				color:#fff;
				background:#ffa415;
				text-decoration:none;
			}
			#menu_gauche ul ul a.rubrique-active, #menu_gauche ul ul a:hover
			{
				color:#983d00;
				background:#fef1ba;
				text-decoration:none;
			}


		#documents #tete_docs
		{
			background:url(images/docs_entreprendre_tete.gif) no-repeat;
		}
		#documents #corps_docs
		{
			background:#ffa415;
			color:#010101;
		}
		#documents #corps_docs a
		{
			color:#fff;
		}
		#documents #pied_docs
		{
			background:url(images/docs_entreprendre_pied.gif) no-repeat;
		}

#contenu
{
	color:#3c4957;
}

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


/************************************ barre typo enrichie **********************************/
/* intertitre */
#contenu h3.spip {
	background:transparent;
    color:#ffa415;
    font-size:16px;
    padding-bottom:5px;
    padding-top:15px;
    text-align:left;
	padding-left:0px;
}
/* intertitre niveau 2 */
#contenu h4.spip {
    color:#ffa415;
    font-size:14px;
    padding-bottom:5px;
    padding-top:10px;
    text-align:left;
}
/* intertitre niveau 3*/
#contenu h5.spip {
    color:#ffa415;
    font-size:13px;
    padding-bottom:5px;
    padding-top:10px;
    text-align:left;
}
/* mettre le texte en évidence */
#contenu .caractencadre-spip {
    color:#ffa415;
    font-weight:bold;
    font-style:italic;
}
/* encadrer le paragraphe*/
#contenu .texteencadre-spip {
    background: #fef1ba;
    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;
    }
