@CHARSET "UTF-8";


.popup {
	position: absolute;
	display:none;
	background-color: white;
}

.tb_popup {
	width: 100%;
	font-size:14px;
	font-style: normal;
	border-spacing: 0px;
	border-collapse:collapse; 
	border: 1px #e5e5e5 solid;
	color: gray;
}

.d_popup_c {
	height: 100%;
/*    height: 400px;*/
	padding: 10px;
	text-align: justify;
	overflow: auto !important;
	border: 1px #e5e5e5 solid;
	background-color: white;
}

.d_popup_l {
	color:graytext;
}
.d_popup_t {
	float: left;
	max-width: 1024px;
	max-height: 25px;
	font-size:12px;
	border: 1px #e5e5e5 solid;
}


.img_close {
	float: right;
	cursor: pointer;
	padding: 2px;
	width: 20px;
	height: 20px;
	border: 1px red solid;
}
.img_close:before {
	outline: "Fermer";
	content: "Fermer";
}
.img_close:hover {
	background-color: #e5e5e5;
}

/* Gestion des publicites */
.pub {
	margin-top: 20px;
	padding: 2px;
	font-size: 9px;
	font-style: oblique;
	text-align:justify;
	vertical-align: middle;
	
	width: 198px;
	max-height: 250px;
	overflow-y: auto;
	border: 1px maroon solid;
	color: gray;
}
