/* FACEBOX */

#facebox .fh {
	background:url(../img_graph/facebox/fh.png);
	height: 15px;
}

#facebox .fl {
	background:url(../img_graph/facebox/fl.png);
}
#facebox .fr {
	background:url(../img_graph/facebox/fr.png);
}

#facebox .fb {
	background:url(../img_graph/facebox/fb.png);
}

#facebox .tl {
	background:url(../img_graph/facebox/tl.png);
}

#facebox .tr {
	background:url(../img_graph/facebox/tr.png);
}

#facebox .bl {
	background:url(../img_graph/facebox/bl.png);
}

#facebox .br {
	background:url(../img_graph/facebox/br.png);
}

#facebox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	text-align: left;
}

#facebox .popup {
	position: relative;
}

#facebox table {
	border-collapse: collapse;
}

#facebox td {
	border-bottom: 0;
	padding: 0;
}

#facebox .body {
	/*	  background:url(../img_graph/facebox/fond_seul.png);*/
	width: 370px;
	color: #666666;
	padding: 3px;
	background-color: #FFF;
	margin-top: 7px;
}

#facebox .body .entete {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px 0 3px 0;
}

#facebox .body .entete IMG {
	cursor: pointer;
	margin-top: 1px;
}

#facebox .body .corps {
	padding: 10px;
	background: #ffffff;
}

#facebox .loading {
	text-align: center;
}

#facebox .image {
	text-align: center;
}

#facebox .image img {
	border: solid 1px #B1B1B1;
	padding: 6px;
	margin: 0;
}

#facebox .footer {
	background:url(../img_graph/facebox/f.png);
	padding-top: 10px;
}

#facebox .footer img {
	border: 0;
}

#facebox .tl, #facebox .tr {
	height: 2px;
	width: 10px;
	overflow: hidden;
	padding: 0;
}

#facebox .bl, #facebox .br {
	height: 10px;
	width: 10px;
	overflow: hidden;
	padding: 0;
}

#facebox_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background-color: #000000;
}

.facebox_hide {
	z-index:-100;
}

.facebox_overlayBG {
	background-color: #000;
	z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}