@charset "windows-1258";
/* .may redaxo-png-opacity fake for IE */


/* CONTAINER */

*html #container .content_top {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod='image', src='./_ieopacity/bg_title_top.png');
	background-repeat: no-repeat;
	width: 920px;
	height: 10px;
}

*html #container .content {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod='scale', src='./_ieopacity/bg_content.png');
	background-repeat: repeat-y;
	width: 920px;
	height: 300px;
}

*html #container .content_bottom {
	height: 15px;
	width: 920px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod=image, src='./_ieopacity/bg_content_bottom.png');
	background-repeat: no-repeat;
}


/* NEWSBAR */

*html #newsbar .news {
	width: 920px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod='scale', src='./_ieopacity/bg_news.png', width='600px');
	background-repeat: repeat-y;
	
}

*html #newsbar .news_top {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod='image', src='./_ieopacity/bg_news_title_top.png');
	background-repeat: no-repeat;
	height: 10px;
	width: 920px;
}

*html #newsbar .news_bottom {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod='image', src='./_ieopacity/bg_news_bottom.png');
	height: 10px;
	width: 920px;
	background-repeat: no-repeat;
}

/* BOTTOM */

*html #site_bottom .top {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod='image', src='./_ieopacity/bg_site_bottom.png');
	background-repeat: no-repeat;
	height: 10px;
	width: 920px;
}

*html #site_bottom .gradient {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod='scale', src='./_ieopacity/bg_site_bottom_gradient.png');
	background-repeat: repeat-x;
	height: 90px;
	width: 900x;
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
}

/* MOD ACCESSOIRES */

*html .line_h { 
	height: 2px;
	width: 920px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=image, src='./_ieopacity/line_h.png');
	background-repeat: no-repeat;
}

*html .nlistline { 
	height: 2px;
	width: 920px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=image, src='./_ieopacity/line_h.png');
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
}