@CHARSET "ISO-8859-15";

/* Compatibilité MS Edge avant les versions basées sur Chromium */
@supports (-ms-ime-align:auto) {

	/* 01/12/2014 - v4.90.30 - DM116119 - CCH - Compatibilité EDGE PJ-WEB */
	#tablePJ input {
		padding: 0px;
		padding-top: 2px;
		padding-bottom: 6px;
		padding-left: 4px;
	}

	.boutonAide {
		margin-top: 0px;
	}

	.iconeAjouter {
		background-size: cover;
	}

	.iconeEnvoyer {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	/* Retirer input clear */
	input::-ms-clear {
		width: 0;
		height: 0;
		display: none;
	}

	.main_contener_gestionPJ {
		width: 990px;
		font-family: arial;
		background-color: #FFFFFF;
		margin-left: auto;
		margin-right: auto;
		font-size: 11px;
		overflow-x: visible !important;
		overflow-y: visible !important;
	}


	.contener_gestionPJ {
		overflow: auto;
		border: none;
	}

	.body_content {
		overflow: auto;
		clear: both;
		border: none;
	}

	/* 01/12/2014 - v4.90.30 - DM116119 - CCH - Compatibilité EDGE PJ-WEB */

}