/* RUBRIQUES :*/
.rubrique-no a { display: none; }
.rubrique-act a {
	display: block;
	padding:4px 5px 5px 10px;
	text-decoration: none;
	color:#FFF;
	border-left:22px solid #FFF;
	font-weight: bold;
	margin:0;
	width:113px;
	}
	.rubrique-act a:hover { background:none; color:#FFF; }

	/* SOUS RUBRIQUES */
	.sousrub-no, .sousrub-act { 
		width:126px;
		margin:-1px 0 0 22px;
		}
	.sousrub-no a {
		display: block;
		padding: 5px 8px 5px 20px;
		text-decoration: none;
		width:98px;
		}
		.sousrub-no a:hover { }

	.sousrub-act a {
		display: block;
		padding: 5px 8px 5px 20px;
		text-decoration: none;
		width:98px;
		color: #fff;
		font-weight: bold;
		overflow:hidden;
		}
		.sousrub-act a:hover { background:none; color:#FFF; }


	/* SOUS-SOUS RUBRIQUES */
			.soussousrub-no, .soussousrub-act { }
			.soussousrub-no a, .soussousrub-act a {
				display: block;
				text-decoration: none;
				font-size: 0.9em;
				padding: 3px 5px 3px 30px;
				margin:0 0 0 22px;
				}
			.soussousrub-no a {	}
				.soussousrub-no a:hover { }
			.soussousrub-act a { color: #fff; font-weight: bold; }
				.soussousrub-act a:hover { background:none; color:#FFF; } 				

