#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 1.5em;
	color: #CC0066;	}

.post-title{
	color: #CC0066;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: #CC0066;
	background: transparent;
	text-decoration: underlined;
}

/*  ------------------------------------------
/*  Habillage des menus et de la navigation
/*  ------------------------------------------ */

/*  Habillage general des menus de navigation
---------------------------------------------- */
.rubriques, .breves, .syndic, .forums, .divers {
	min-width: 10em;
	border: 1px solid #CCC;
	margin-bottom: 1em;
	font-size: 0.77em;
}

.menu-titre {
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #CCC;
	text-align: center;
	font-weight: bold;
}

#navigation p, .encart p { margin: 0; padding: 0.2em 0.7em; text-align: left;  }
#navigation ul, .encart ul { margin: 0; padding: 0.2em 0; text-align: left; list-style: none; }
#navigation li, .encart li { margin: 0; padding: 0 0.7em; }

/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */
.rubriques { background: #FFFFFF; color: #0084A8;}   
.rubriques .menu-titre { background: #FFFFFF;}

.breves { background: #FFFFFF; }
.breves .menu-titre { background: #FFFFFF; color: #0084A8;}

.syndic { background: #E8F8F8; }
.syndic .menu-titre { background: #F0FCFC; }

.forums { background: #EAEAFF; }
.forums .menu-titre { background: #F2F2FF; }

.divers { background: #F8F8E8; }
.divers .menu-titre { background: #FCFCF0; }

.on { font-weight: bold; color: #0084A8; } /* liens exposes */

.cartouche .titre {
	font-size: 1.27em;
	font-weight: bold;
	color: #0084A8; }
	


