a.newNav img {
filter : alpha(opacity=30);
-moz-opacity : 0.3;
opacity : 0.3;
}
a.newNav:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}
a.newNav2 {
font-size:14px;
font-weight:bold;
color:#fff;
text-decoration:none;
}
a.newNav2:hover {
font-size:14px;
font-weight:bold;
color:#fff;
text-decoration:underline;
}
.nexNavTxt {
color : #ffffff;
font-family: Arial;
font-weight : bold;
font-size : 10px;
}
table.monCadre {
border : 0px solid #ff9900;
}