.icon-thesau{    font-weight:bold;}/*============== Style du thesaurus ===============*/div.tree-viz-item{    width:30px;    height:30px;    float:left;    margin-right:7px;}div.tree-viz-item-on{    background: url("/squelettes/images/tree-graph-on.png") no-repeat scroll right center #aaa;}div.tree-viz-item-off{    background: url("/squelettes/images/tree-graph.png") no-repeat scroll right center #aaa;}g.node-terme circle {  fill: #fff;  stroke: steelblue;  stroke-width: 1.5px;}g.node-theme circle {  fill: #fff;  stroke: green;  stroke-width: 1.5px;}g.node-topElement circle{    fill: orange;    stroke: red;    stroke-width: 1.5px;}g.node-search{    font-weight:bold!important;    /*fill:yellow;*/}g.node-search text{    fill:red;}g.node-search-path{    font-weight:bold!important;}g.node {  font: 8px sans-serif;}path.link {  fill: none;  stroke: #ccc;  stroke-width: 1.5px;}/* ============================= Tooltip */div#thesau-vis-tooltip {  position: absolute;  top: 100px;  left: 100px;  border: 2px solid #DDD;  background: #fff;  color: #000;  padding: 5px;  width: auto;  z-index: 1100;  border-radius: 3px;  opacity: 1;}div#thesau-vis-tooltip p.main {  font-size: 11px;  text-align: justify;  padding:0;  margin:0;}div#thesau-vis-tooltip h3{  font-size: 12px;  font-weight:bold;}div#thesau-vis-tooltip .title {  font-size: 12px;  font-weight:bold;}section#block-search-form  div.input-append{    /*padding-right: 80px!important;*/}