

#newsTable {
background-color: #ADADAD;
filter : alpha(opacity=90);
-moz-opacity : 0.9;
opacity : 0.9; 

	width:535px;
	height: 428px;
	color: black;
	font-size: 11px;
	padding: 0px;
	border-spacing: 0px;
}

#titleCell {
vertical-align: top;
text-align: left;
font-size: 15px;
height: 40px;
padding: 10px;
}

#closeCell {

vertical-align: top;
text-align: right;
padding: 5px;
}

#firstNewsCell {
vertical-align: top;
text-align: left;
border-right: 1px dotted black;
height: 388px;
width: 50%;

}

#secondNewsCell {


vertical-align: top;
text-align: left;
}


#newsTable ul {
    list-style-image:url(CR2MSiteImages/puceGA.jpg)
}

#newsTable li {
    padding:0px 0px 0px 10px;
}

#newsTable a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}