.footertool {  background-color:#003399; height:5px; width:768px; }
.lib_ssection {	color: gray; }
.btn_lib {	color: White; font-size: 11px; font-weight:bold; }
UL.ul_menu { margin:0px; padding-left:15px; }
UL.ul_menu LI { padding-bottom:2px;  }
LI.li_texte { margin:0px; padding-left:15px; padding-bottom:2px;  color: #4770B6;  }

.transp_OLD {
   background-color: #4682B4;
   position:absolute;
   width:195px;
   top:100;
   left:200;
   height:60px;
   /* Pour IE, il faut absolument mettre une largeur, alors soit width=100%,
      soit c'est un div positionné et dimensionné comme dans cet exemple.*/
   filter:alpha(opacity=50);
   -moz-opacity:0.5;
   opacity: 0.5;
}

.transp {
	filter:alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.30;
	background:#4682B4;
}

.transpText {
	text-align:justify;
	position:relative;
	top:0;
}