	/* Champs identite */
	#usn-Ident {position:relative;padding:2px 8px 10px 7px;width:95%;font-weight:700;font-size:1em;clear:both;display:none;
		/* border:2px solid red;border-top:0; */
		border-top-right-radius: 0.5em;
		border-bottom-right-radius: 0.5em;
		border-bottom-left-radius: 0.5em;
	}
	#usn-Ident input[type="text"] {
		/* padding:3px; */
		background-color:white;
		/*width:30%;*/  
	}
	/* #usn-Ident input[type="text"].cp {width:10%;}
	#usn-Ident input[type="text"].ville {width:50%;}
	#usn-Ident input[type="text"].text1 {width:62%;} */
	#usn-Ident div label:first-child {display:inline-block;/*width:18%;*/color:green}
	#usn-Ident div label:nth-child(3) {display:inline-block;/*width:15%;*/color:green}
	#usn-Ident input[type="text"].oblig {background-color:#B2D6B2}
	
	/* Autorisation parentale */
	#usn-AutPar {/*width:100%;*/padding-bottom:20px;font-weight:700;display:none;}
	#usn-AutPar h2 {color:green;text-decoration:underline;font-size:1.25em}
	/* #usn-AutPar input[type="text"] {width:30%;margin:0 2%} */
	#usn-AutPar input[type="text"].oblig {background-color:#B2D6B2}
	#usn-AutPar-sign {display:none}
	/* Add 20220504 */
	#parentInfo1, #CM_Info1:hover, #CM_InfoDaten:hover, #aff_CM1:hover, #printCM1:hover {cursor:pointer;}

@media print {	
	/* Champs identite */
	#usn-Ident {position:relative;padding:2px 0 10px 5px;width:20cm;font-weight:700;font-size:1em;clear:both;display:none;}
	#usn-Ident input[type="text"] {
		border:2px solid #a1a1a1;
		padding:3px;
		background-color:white;
		width:30%;  
	}
	/* #usn-Ident input[type="text"].cp {width:10%;}
	#usn-Ident input[type="text"].ville {width:50%;}
	#usn-Ident input[type="text"].text1 {width:62%;} */
	#usn-Ident div label:first-child {display:inline-block;width:25%;color:green}
	#usn-Ident div label:nth-child(3) {display:inline-block;width:15%;color:green}
	#usn-Ident input[type="text"].oblig {background-color:#B2D6B2}

	#usn-AutPar-sign {position:relative;display:inline-block;height:50px;padding:3px;margin-top:5px;
		font-size:0.7em; border:2px solid black;width:80%;
	}
	#usn-AutPar-sign span {font-weight:700;font-style:italic;}
	#usn-Ident-valider {display:none;}
}	
@media screen {	
	#usn-Ident-valider {position:relative;margin-top:10px;display:none;}
}	
