* a
{	text-decoration: none;
	color: Black;
}

#background_up		{ display: none; }
#banniere			{ display: none; }
#navig_haut			{ display: none; }
#logo					{ display: none; }
#onglets_principaux{display: none; }
#colonne_liens		{ display: none; }
#liens_generaux	{ display: none; }
#colonne_images	{ display: none; }
hr						{ display: none; }
#bas_de_page		{ font-style: italic; }


/* ====================== PLAN DE RUBRIQUE RECURSIF =============================== */

.plan_rubrique	{	 }
.plan_rubrique ul
{	border-left: solid 1px #0C6F8E;
	background: url(elements/trait_bleu_0C6F8E.png) bottom left no-repeat;
	padding: 0 0 5px 30px;
	margin:  0 0 5px 10px;
	list-style: none;
	font-size: 90%;
}
.plan_rubrique a,
.plan_rubrique ul a,
.plan_rubrique strong
{	font-weight: bold;
	text-decoration: none;
	color: #0C6F8E; /* Bleu foncé */
	border-bottom: solid 1px #0C6F8E ;
}
ul.plan_rubrique li .liste_articles,
.plan_rubrique .liste_articles
{	color: Gray;
	margin-left: 10px;
	font-size: 90%;
}
ul.plan_rubrique li a.lien_article,
.plan_rubrique a.lien_article
{	color: Gray;
	border: none;
	text-decoration: none;
	font-weight: normal;
}
ul.plan_rubrique li a.lien_article:hover
{	text-decoration : underline;
}
