.toc-custom{
	background: transparent!important;
}
.toc-custom,
.toc-custom .bdt-nav-sub{
	padding: 0!important;
}
.toc-custom ul.bdt-nav{
	border-left: 1px solid #d0d0d0;
    width: 170px;
}
.toc-custom ul.bdt-nav li a{
	padding-left: 20px;
	margin-bottom: 15px!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.toc-custom ul.bdt-nav li a:before{
	content: "";
    left: -9px;
    width: 17px!important;
    height: 17px!important;
    display: block;
    background: url(../img/toc-gris.png) no-repeat scroll center center transparent;
    position: absolute;
}
.toc-custom ul.bdt-nav li a:hover:before{
	background: url(../img/toc-rose.png) no-repeat scroll center center transparent;
}
.toc-custom ul.bdt-nav li.bdt-active > a:before{
	background: url(../img/toc-bleu.png) no-repeat scroll center center transparent;
}
.toc-custom-fixed{
	position: fixed!important;
	top: 100px;
}
/*.toc-custom ul.bdt-nav li.bdt-active a{
	color: #f02787;
}*/