@charset "utf-8";
/* CSS Document */

#centre_forum {
	width: 655px;
	height: 646px;
	background: url("../images/centre_forum.png") top left no-repeat;
	position: absolute;
	left: 213px;
	top: 171px;
	z-index: 15;
}

#centre_forum_iframe {
	border: hidden;
	width: 630px;
	height: 550px;
	position: absolute;
	left: 230px;
	top: 230px;
	overflow:hidden;
	z-index: 16;
}

/*FOR IE*/
*html #centre_forum {
	width: 655px;
	height: 646px;
	background-image:none;
	position: absolute;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ressources/images/centre_forum.png', width='213px', margin-top='0px', sizingMethod='scale');
}
