#newsCloudViewport{
	/*
	 * For whatever reason, this height is very sensitive (to the pixel). If it's off, the newscloud scroll
	 * will behave erratically.
	 */
	height: 390px;
	position: relative;
	overflow: hidden;
	}
#newsCloudWrapper{
	/* same height as #newsCloudViewport to ensure a background colour if less than 7 items are displayed 
	 * in the first page
	 */
	height: 390px;
	overflow: hidden;
	}
#afpWeather{
	position: relative;
	clear: both;
	height: 180px;
	}
#AFPPortlet,
#weatherPortlet{
	top: 20px;
	position: absolute;
	}
#AFPPortlet{
	z-index: 100;
	}
#weatherPortlet{
	z-index: 50;
	}
#cityFarenheit,
#currentFarenheit,
#localFarenheit{
	display: none;
	}
.arabic #AFPPortletViewport{
	height: 440px;
	}
.arabic #AFPPortletWrapper{
	height: 440px;
	}
#AFPPortletViewport{
	height: 140px;
	overflow: hidden;
	}
#AFPPortletWrapper{
	height: 140px;
	overflow: hidden;
	}
#AFPPortletViewport li div.description{
	display: none;
	}
#weatherCitiesPortlet,
#weatherCityPortlet{
	top: 20px;
	position: absolute;
	}
#weatherCitiesPortletViewport,
#weatherCityPortletViewport{
	width: 222px;
	overflow: hidden;
	}
#weatherCitiesPortletWrapper,
#weatherCityPortletWrapper{
	width: 222px;
	overflow: hidden;
	}
#weatherCitiesPortletContent,
#weatherCityPortletContent{
	white-space: nowrap;
	}
#newsCategory .player{
	height: 430px;
}
#newsCloud dd{
	display: none;
}

#videoInfoBox #vidlink{
	display: none;
	}

object.inactive{
	margin-left: -999em;
	}
	
#zoomImgLayer{
	display: none;
	}
	
#actionForm{
	display: none;
	}
.hiddenForm{
	display: none;
	}
.imgZoomBlock{
	display: none;
	}
body#dossier #multimedia .mm{
	display: none;
	}
body#dossier #multimedia.admin .mm{
	display: block;
	}
body#dossier #multimedia li dl,
body#dossier #fullScreen li dl{
		display: none;
	}
body#dossier .pnl,
body#dossier .flashPanel,
body#dossier #mediaPlayer{
	visibility: hidden; /* Help IE out as it can't seem to hide the player by itself */
	display: none; /* here to prevent content shifting, removed via javascript on document load (see common_js.jsp) */
	}