	.sitemap_table {
	}
	
	.sitemap_td {
		padding-left:3px;
		padding-right:3px;
	}

	/* NIVEAU 0 */
	.sitemap_niveau0 {
		width:170px;
		height:10px;
		background-color:#0B3F7C;
		color:white;
		font-weight:bold;
		text-align:left;
		padding-left:10px;
		display:none;
	}

	.sitemap_link0 {
		color:white;
		text-decoration:none;
		font-weight:bold;
	}

	.sitemap_link0:visited {
		color:white;
		text-decoration:none;
		font-weight:bold;
	}

	.sitemap_link0:hover {
		color:#385C92	;
		text-decoration:none;
		font-weight:bold;
	}

	/* NIVEAU 1 */
	.sitemap_niveau1 {
		font-family: Trebuchet MS;
		font-size: 12px;
		width:170px;
		background-color:#BFC1B4;
		font-weight:bold;
		padding-left:10px;
		border-top:1px solid #BFC1B4;
	}

	.sitemap_link1 {
		font-family: Trebuchet MS;
		font-size: 12px;
		color:#454545;
		text-decoration:none;
		font-weight:normal;
	}

	.sitemap_link1:visited {
		font-family: Trebuchet MS;
		font-size: 12px;
		color:#454545;
		text-decoration:none;
		font-weight:normal;
	}

	.sitemap_link1:hover {
		font-family: Trebuchet MS;
		font-size: 12px;
		color:#FFAE00;
		text-decoration:none;
		font-weight:normal;
	}

	/* NIVEAU 2 */
	.sitemap_niveau2 {
		font-family: Trebuchet MS;
		font-size: 12px;
		width:170px;
		background-color:#E3E3E0;
		padding-left:10px;
		border-bottom:1px solid #6F7068;
		font-size: 10px;
	}

	.sitemap_link2 {
		font-family: Trebuchet MS;
		font-size: 12px;
		color:#454545;
		text-decoration:none;
		padding-top:3px;
		padding-bottom:3px;
	}

	.sitemap_link2:visited {
		font-family: Trebuchet MS;
		font-size: 12px;
		color:#454545;
		text-decoration:none;
		padding-top:3px;
		padding-bottom:3px;
	}

	.sitemap_link2:hover {
		font-family: Trebuchet MS;
		font-size: 12px;
		color:#FFAE00;
		text-decoration:none;
		padding-top:3px;
		padding-bottom:3px;
	}

	/* NIVEAU 3 */
	.sitemap_niveau3 {
		font-family: Trebuchet MS;
		font-size: 12px;
		width:170px;
		background-color:#E3E3E0;
		border-bottom:1px solid #6F7068;
		font-size: 10px;
		color:#000000;
	}

	.sitemap_link3 {
		font-family: Trebuchet MS;
		font-size: 12px;
		color:#454545;
		text-decoration:none;
		padding-top:3px;
		padding-bottom:3px;
	}

	.sitemap_link3:visited {
		font-family: Trebuchet MS;
		font-size: 12px;
		color:#454545;
		text-decoration:none;
		padding-top:3px;
		padding-bottom:3px;
	}

	.sitemap_link3:hover {
		font-family: Trebuchet MS;
		font-size: 12px;
		color:#FFAE00;
		text-decoration:none;
		padding-top:3px;
		padding-bottom:3px;
	}

