/*******************************************************************************
 *global
*******************************************************************************/
#global {
	/*background: url(../img/font_evt.jpg) no-repeat center top transparent;*/
}
/*******************************************************************************
 *layer
*******************************************************************************/
#masque {
	z-index: 100;
	left: 0;
	width: 100%;
	zoom: 1;
	position: absolute;
	top: 0;
	height: 2000px;
	display: none;

	/* css pour fond transparent
	filter:alpha(opacity:80);
	opacity: 0.80;
	background: #000;
	*/
  /* css pour image en background */
	/**/
	background: url(../img/layer_footplus/background_foot_plus.jpg) no-repeat 0 0 #000;

}
#layer_central {
	z-index: 101;
	position: absolute;
	width: 990px;
	height: 480px;
	left: 50%;
	top: 363px;
	margin: -238px 0 0 -495px;
	display: none;
}
