/*
	CSS pour Conseil de l'industrie forestière du Québec - Popup
	Emilie - egzakt.com
	2011/05/24
*/

body.popup {
	background-color:#fff;
}

body.popup #contenu {
	background:none;
}


/* FANCYBOX (OVERRIDES)
-----------------------------------------*/
#fancybox-wrap {
	padding:41px 20px 20px 20px;
	background:url(../images/ul/tuiles/fancybox_wrap.png);
	border-radius:4px;
	behavior:url(/js/PIE.php);
}

#fancybox-inner {
	z-index:1103;
}

#fancybox-close {
	top:-31px;
	right:0;
	width:23px;
	height:22px;
	background:url(../images/ul/graphiques/fancybox_close.gif) no-repeat 0 0;
}

#fancybox-title {
	left:0;
	top:-32px;
	font:1.75em/1.2em Arial, Helvetica, sans-serif;
	color:#F4F4EE;
}

#fancybox-title span {
	color:#6BB505;
}

#fancybox-title-over {
	background:none;
	padding:0;
}

#fancybox-left,
#fancybox-right {
	z-index:1104;
}

.fancy-bg {
	display:none;
}


/* IE */
.fancybox-ie #fancybox-close {
	background:url(../images/ul/graphiques/fancybox_close.gif) no-repeat 0 0;
	filter: none;
}

.fancybox-ie #fancybox-title-over {
	background: none;
	filter: none;
	zoom: none;
}