div#switcher {
	position: absolute;
	left:10px;
	top: 212px;
	width: 234px;
	font-family: Verdana, Arial;
	font-size: 12px;
	z-index: 99;
}
div#switcher.show {
	border: 1px solid #f00;
}
div#switcher a {
	color:#F90;
	text-decoration: none;
	padding:0 0 0 10px;
	background:url(../images/charte/bullet-orange.gif) 0 5px no-repeat;
}
div#switcher a:hover, div#switcher td.alt a:hover {
	color: #fff;

}
div#switcher td.alt a {
	color: #F90;
}
div#switcher h6 {
	display: block;
	float: left;
	margin-bottom: -4px;
	height: 23px;
	width: 234px;
	cursor: pointer;
}
body div#switcher h6.hide, body div#switcher h6.hover {
	display: none;
}


div#links {
	float: left;
	width: 175px;
	background:#000 url(../images/charte/bg-switcher.jpg) top center no-repeat;
	border: 1px solid #342b23;
	display: none;
	margin:0 0 0 7px;
}
div#links.show {
	display: block;
}
div#links div {
	width: 175px;
	padding: 20px 0;
	padding-top: 10px;
}
div#links div.alt, div#links div#second {
	background-color: #261e18;
	border-top: 1px solid #3b2f26;
}
div#links div table {
	margin: 10px 10px 10px 25px;
}
div#links div table tr.hover a {
	color: #fff;
}
div#links table td {
	line-height: 22px;
}
div#links table td.alt {
	width: 150px;
}