@CHARSET "UTF-8";


.popup {
	z-index: 1000 !important;
	position: absolute;
	display:none;
}

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

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

.d_popup_l {
	color:graytext;
	width: 210px;
}
td#pop_td_menu_l {
	vertical-align: top;
	width: 200px;
}
td#pop_td_menu_t {
	vertical-align: bottom;
}
.d_popup_t {
	float: left;
	max-width: 1024px;
	max-height: 25px;
	font-size:12px;
	border: 0px #e5e5e5 solid;
}


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

/* Gestion des publicites */
.pub {
	margin: 10px 1px 10px 1px;
	padding: 2px;
	font-size: 9px;
	font-style: oblique;
	text-align:justify;
	vertical-align: middle;
	
	width: 200px;
	max-height: 300px;
	overflow-y: auto;
	overflow-x: none;
	border: 1px #e5e5e5 solid;
	color: gray;
}

