@media screen {
	#usn-ListActiv {position:relative;display:none;/*inline-block;*/width:80%;padding:5px 5px 15px 5px;/*height:auto;*/
		font-weight:700;font-size:0.9em;}
	#usn-ListActiv #divListActiv {position:relative;/*display:inline-block*/;max-width:55%;/*float:left;*/ margin-right:10px;height:auto;margin-bottom:10px;}
	#usn-ListActiv h2 {color:green;text-decoration:underline;font-size:1.25em;margin: 0 0 5px 0;}
	#usn-ListActiv div.sel {position:relative;/*display:inline-block;*/
		height:30px;border:1px solid black;padding:5px;background:green; /*#dddddd;*/ color: white;}
	#usn-ListActiv div.sel label {width:auto;padding:0;}
	#usn-ListActiv select {width:auto;margin:0 7px 0 5px;font-size:.7em;}

	#usn-ListActiv #divHor {/*position:relative;*/width:80%;}
	#usn-ListActiv #tbPlann {/*position:relative;*/width:100%;/*height:auto;*/padding:7px;/*top:0;*/display:none;}

	/* Liste des planning */
	#usn-ListActiv1 table {border:2px solid green;width:100%;/*border-collapse:collapse;*/padding:2px;}
	#usn-ListActiv #divActiv1 {/*clear:both*/;max-width:80%;}
	#usn-ListActiv th {background-color:green; color:white;padding:1px;width:auto;border-right:2px solid white;text-align:center}
	#usn-ListActiv th:last-child {border-right:2px solid green;}
	#usn-ListActiv th:first-child {border-left:2px solid green;}
	#usn-ListActiv td {padding:5px;border-right:2px solid green;border-bottom:2px solid green;border-left:2px solid green;}
	#divTarifWrap
	#usn-ListActiv #tbActiv td:last-child {text-align:center;}
	#usn-ListActiv #divTarifWrap {display:inline-block;width:200px;margin-top:10px;padding:4px;}	
	#usn-ListActiv #divTarif {/*width:200px;margin-top:20px;*/border:2px solid green;padding:4px;}	
	#usn-ListActiv #divTarif-info {margin-top:10px;border:1px solid green;text-align:center;}	
	#usn-ListActiv #splbTarif {background-color:green;color:white;}	
	#usn-ListActiv #spTarif {padding:0 5px 0 10px;}	
	#usn-ListActiv #divEtatRemise {display:inline-block;width:30px;margin-left:10px;vertical-align:middle;}	
}
@media print {
	#usn-ListActiv {position:relative;display:none;/*inline-block;*/width:80%;padding:5px 5px 15px 5px;height:auto;
		font-weight:700;font-size:0.9em;}
	/*#usn-ListActiv #divListActiv {position:relative;display:inline-block;max-width:53%;float:left; margin-right:10px;height:auto;}
	#usn-ListActiv h2 {color:green;text-decoration:underline;font-size:1.25em;margin: 0 0 5px 0;}
	#usn-ListActiv div.sel {position:relative;display:inline-block;
		height:30px;border:1px solid black;padding:5px;background:green; color: white;}
	#usn-ListActiv div.sel label {width:auto;padding:0;}
	#usn-ListActiv select {width:auto;margin:0 7px 0 5px;font-size:.7em;}
	*/
	#usn-ListActiv h2 {display:none;}

	#usn-ListActiv #divHor {position:relative;display:inline-block;max-width:40%;float:left;}
	#usn-ListActiv #tbPlann {position:relative;width:auto;padding:7px;top:0;display:none;}

	/* Liste des planning */
	#usn-ListActiv #divActiv {clear:both;max-width:80%;}
	#usn-ListActiv table {border:2px solid green;width:100%;border-collapse:collapse}
	#usn-ListActiv th {background-color:white; color:black;padding:1px;width:auto;border:2px solid black}
	#usn-ListActiv td {padding:5px;border:1px solid black}
	#usn-ListActiv th:last-child, #usn-ListActiv td:last-child {display:none}
	#usn-ListActiv #divTarif {width:130px;margin-top:20px;border:2px solid green;}	
	#usn-ListActiv #divTarif-info {display:none;}	
	#usn-ListActiv #splbTarif {padding:0;background-color:white;color:black;}	
	#usn-ListActiv #spTarif {padding:0 5px 0 10px;}	
}