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

/* class pour img */
.imgbox:hover { 
cursor:pointer;
opacity: 0.8;
}
/* Anim attente */
#M01_attente {
	height: 66px;
	width: 66px;
	position: absolute;
	z-index: 9999;
	left: 50%;
	background-image: url(gif_attente.gif);
}

/* Masque opaque noir de fond */
#M01_fond_box {
	display: none;
	position: fixed;
	left: 0px;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 8888;
	background-color: #000000;
}
/* box cadre image */
#M01_c_box {
	display: none;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 9999;
	left: 50%;
	padding: 15px;
}
#M01_close:hover {
	cursor:pointer;
}
#M01_close {
	display: none;
	height: 20px;
	width: 20px;
	position: absolute;
	background-image: url(close.png);
	background-repeat: no-repeat;
	background-position: center center;
	top: -20px;
	left: 100%;
}
#M01_grande_image {
	border: 1px solid #CCCCCC;	/* display: none; */		
}
