#table_matieres {
	border: 1px solid #369;
	height: 450px;
	overflow: auto;
	width: 280px;
	white-space: nowrap;
}

#table_matieres a {
	text-decoration: none;
	color: #000;
	}

#table_matieres a:hover {
	text-decoration: underline;
	}

#table_matieres .titre_section_ct a:hover {
	text-decoration: none;
	cursor: default;
	}

.bloc_section {
	position: relative;
	margin-left: 20px;
}

.abroge {
	background-color: #ddd;
}

.courant {
	font-weight: bold;
}

.titre_conteneur, .titre_section_ct, .titre_texte, .titre_section_ta, .titre_article {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left;
	}
	
.titre_conteneur, .titre_section_ct {
	margin-top: 5px;
	}
	
.titre_conteneur {
	background-image: url(../img/arbre/conteneur_open.gif);
	}
	
.titre_section_ct {
	background-image: url(../img/arbre/section_ct_open.gif);
}

.titre_texte {
	background-image: url(../img/arbre/texte_close.gif);
}

.titre_texte.courant{
	background-image: url(../img/arbre/texte_open.gif);
}

.titre_section_ta.courant{
	background-image: url(../img/arbre/section_ta_open.gif);
}

.titre_section_ta {
	background-image: url(../img/arbre/section_ta_close.gif);
}

.titre_article {
	background-image: url(../img/arbre/article.gif);
}