#actu_popup_background
{
	position: fixed; 
	top: 0px; 
	left: 0px; 
	right: 0px; 
	bottom: 0px; 
	z-index: 500; 
	background-color: black; 
	opacity: 0.5;
	filter : alpha(opacity=50);
}

#actu_popup_container
{
	position: absolute;
	width: 700px;
	top: 0px;
	left: 50%;
	right: 50%;
	padding:0px;
	margin-left: -350px;
	margin-right: -350px;
	z-index:501;
}

#actu_popup_content_topmargin
{
	height:30px;
}

#actu_popup_content_background
{
	position: relative;
	z-index:502;
	background: url('/images/actualite/fond_popup_news.gif') repeat-y #F2F2F2; 
	border: 1px solid #666666;
}

#actu_popup_content
{
	width: 700px; 
}

#actu_popup_content_bottommargin
{
	height:30px;
}

#actu_popup_fermer
{
	float: right;
	height:38px;
	width:40px;
	z-index: 503;
	top: 1px;
	right: 1px;
	background: url('/images/actualite/fermer_popup.gif') no-repeat;
	cursor: pointer;
}

.actu_lien_galerie,
.marque_lien_galerie
{
	font-size: 11px;
	cursor: pointer;	
	text-decoration: underline;
	font-weight: bold;
	color: #E2000B;
}

.actu_lien_news
{
	font-size: 11px;
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
	color: #E2000B;
}

.actu_texte_galerie
{
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.produit_lien_galerie
{
	font-size: 11px;
	cursor: pointer;	
	text-decoration: underline;
	font-weight: bold;
	color: #E2000B;
}

.annonce_lien_galerie
{
	font-size: 11px;
	cursor: pointer;	
	text-decoration: underline;
	font-weight: bold;
	color: #E2000B;
}

.produit_texte_galerie
{
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

#popup_background
{
	position: fixed; 
	top: 0px; 
	left: 0px; 
	right: 0px; 
	bottom: 0px; 
	z-index: 500; 
	background-color: black; 
	opacity: 0.5;
	filter : alpha(opacity=50);
}

#popup_container
{
	position: absolute;
	width: 990px;
	top: 0px;
	left: 50%;
	right: 50%;
	padding:0px;
	margin-left: -495px;
	margin-right: -495px;
	z-index:501;
}

#popup_container_tarificateur_amt
{
	position: absolute;
	width: 700px;
	top: 0px;
	left: 50%;
	right: 50%;
	padding:0px;
	margin-left: -350px;
	margin-right: -350px;
	z-index:501;
}

#popup_content_topmargin
{
	height:30px;
}

#popup_content_background
{
	position: relative;
	z-index:502;
	background: url('/images/actualite/fond_popup_news.gif') repeat-y #F2F2F2; 
	border: 1px solid #666666;
}

#popup_content
{
	width: 990px; 
}

#popup_content_bottommargin
{
	height:30px;
}

#popup_fermer
{
	height:38px;
	width:40px;
	position: absolute;
	z-index: 503;
	top: 1px;
	right: 1px;
	background: url('/images/actualite/fermer_popup.gif') no-repeat;
	cursor: pointer;
}

#tarificateur_amt_popup_fermer
{
	height:38px;
	width:40px;
	position: absolute;
	z-index: 503;
	top: 1px;
	right: 1px;
	background: url('/images/actualite/fermer_popup.gif') no-repeat;
	cursor: pointer;
}

