.modalDialog_transparentDivs{
	z-index:1;
	position:absolute; /* Always needed	*/
	background-image: url(back_gris.png);
	background-repeat: repeat;
	background-color:transparent;
}

.modalDialog_contentDiv{
	border:3px solid #000;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:transparent;	/* White background color for the message */
}

.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	opacity:0.3;	/* Transparency */	
}
#wrap_bullevide{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/templates/vide_infobulle/images/content_225.jpg);
	background-color:transparent;
	}
.news_bubble {
	background-image: url(bulle-news.png);
	background-image: filter:progid:DXImageTransform.Microsoft.AlphaImageLoader»(src='bulle-news.png',sizingMethod='scale');
	background-repeat: no-repeat;
	background-color:transparent;
	height: 500px;
	height: 760px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* White background color for the message */
	color:#333;
}
.contenu_news {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:transparent;
	width:660px;
	height:400px;
	margin-left:40px;
	padding:10px;
	overflow:auto;
}
#marqueecontainer {
	position: relative;
	/*width: 100%; */
	height: 130px; 
	overflow: hidden;
}