#Top_serveurs ul li:before {
position: absolute;
font-family: FontAwesome;
color: #0cafdc;
font-size: 14px;
line-height: 20px;
left: 0;
top: 0;
}
 
/* Pour retirer la pauce bleue des 'li' dans les cas suivants */
ul#pbs_top_left > li:before,
ul#pbs_bottom_left > li:before,
ul#pbs_bottom_right > li:before{
content:none;
}


.menu_nav_logiciels a, .menu_nav_sites a {
color: #D66868 !important;
text-align: left !important;
padding-left:15px !important;
}
 
.menu_nav_logiciels a:hover, .menu_nav_sites a:hover {
color: #fff !important;
}
 
.menu_nav_serveur a {
color: #D66868 !important;
text-align: right !important;
}
 
.menu_nav_serveur a:hover, .menu_nav_serveur.active a  {
color: #fff !important;
}
 
li.active a  {
/*color: #fff !important;*/
}

#menu-item-2165 a { /*Better Usenet*/
color:#0cafdc;
font-weight:bold;
transition:All 1s linear;
-webkit-transition:All 1s linear;
-moz-transition:All 1s linear;
-o-transition:All 1s linear;
text-shadow:2px 2px 3px #a0a0a0;
}
 

#menu-item-2165 a:hover { /*Better Usenet*/
color:#0cafdc;
text-shadow:2px 2px 3px #a0a0a0;

transform: rotate(0deg) scale(1.05) skew(0deg) translate(0px);
-webkit-transform:  rotate(0deg) scale(1.05) skew(0deg) translate(0px);
-moz-transform:  rotate(0deg) scale(1) skew(0deg) translate(0px);
-o-transform:  rotate(0deg) scale(1) skew(0deg) translate(0px);
-ms-transform:  rotate(0deg) scale(1) skew(0deg) translate(0px);

}

#menu-item-2165 a .hover_mask {
visibility:hidden;
} 