body, html { overflow:hidden;width:100%;height:100%;margin:0;padding:0;}
#bandeau{width:100%;height:55px;}
#menu{}
#tools{margin:0px;padding:0px;width: 250px;border-right:1px solid #808080;}
#boutonH{margin:0px;padding:0px;height:32px;}
#barreboutonV{margin:0px;padding:0px;width:32px;}
#panel{background:#9E9E9E;}
#footer{margin:0px;padding:0px;border-top:1px solid #808080;height:25px;z-index:999;}
#viewer{margin:0px;padding:0px;}
#main{margin:0px;padding:0px;}
/* Fenetre d'info pour le calcul des surfaces background:#656565; */
#info {position : absolute;visibility : hidden; left : 52;top : 78;width : 160px;z-index :30;}
/* CSS des lignes de log */
.log-result .result-line{font-weight:bold;margin-top:.6rem;}
.log-result .result-line:hover{background: #78922F;}
.log-result .result-line:hover{background: -moz-linear-gradient(top, #95CA02 0%,  #78922F 41%, #78922F 100%);}
.log-result .result-line:hover{background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78922F), color-stop(41%, #78922F), color-stop(100%,#95CA02));} /* webkit */
.log-result .result-line:hover{filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95CA02', endColorstr='#78922F',GradientType=0 );}