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

.apercuRapidePnj{
	display: none;
	font-weight: 100;
}

.apercuPnj_image{
	color: #333333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url(../../listPnJs/images/fond-pnj.jpg);
	background-size: 100% 100%;
	box-shadow: 5px 5px 10px #000000;
	cursor: pointer;
	margin: 10px 0;
	padding: 0 0 5px 0;
	position: relative;
}

.apercuPnj_image:hover{
	box-shadow: 0px 0px 10px 5px #FFFFFF;
}

.suppressionApercu{
	position: absolute;
	bottom: 0;
	width: 20px;
	height: 20px;
	font-size: 13px;
	left: 0;
	z-index: 999;
	background: #990000;
	color: #EFEFEF;
	border-radius: 0 0px 15px 0;
	padding: 2px 0 0px 0;
}

.suppressionApercu:hover{
	box-shadow: 0px 0px 10px 5px #FFAAAA;
}

.apercuPnj_detail{
	display: none;
	height: 52%;
	left: 20%;
	opacity: 0;
	position: fixed;
	top: 25%;
	width: 50%;
	z-index: 7500;
	overflow-y: auto;
}

.focusApercuPnj{
	cursor: pointer;
}