@media print {
	#ndsins_photo {
		float:right;
		height:120px;
		width:100px;
		font-size: 11px;
		font-weight: normal;
		color:#000000;
		border: 1px solid #999999;
		text-align:center;
		margin-right:20px;
	}
	
	.saut_de_page {
		page-break-before: always !important;
	}
		
	.encart_bas {}
	
}


@media screen {
	#ndsins_photo {
		float:right;
		display: None;
	}
	
	.encart_bas {
		display: None;
	}
}



@media screen, print {

	.encart_inscription {
		width: 665px;
		height:auto;
		background-color: #FFFFFF;
		text-align:left;
		padding:5px;
		border: 1px solid #0436A8;
		font-size: 11px;
		margin-bottom: 20px;
	}

	.inscription_champ {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		border: 1px solid #CCD6ED;
		height:15px;
		background-image: None;
	}



	.chpins_erreur {
		background-color: #ffffa0 !important;
		border: 1px solid #ff0000 !important;
	}

	table.chpins_taberreur tr td{
		border: 1px solid #ff0000 !important;
	}
	table.chpins_taberreur tr th{
		background-color: #ffffa0 !important;
		border: 1px solid #ff0000 !important;
	}


	.chpins_msgerreur {
		font-size: 11px;
		font-weight: bold;
		color: #ff0000;
	}

	.inscription_textarea {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		border: 1px solid #CCD6ED;
		background-image: None;
	}

	.date {
		font-size: 11px;
		font-weight: bold;
		color: #0436A8;
	}

	.spacer{
		clear:both;
		line-height:0px;
		margin:0px;
		padding:0px;
	}


	.titre {
		font-size: 12px;
		font-weight: bold;
		color: #0436A8;
		text-decoration:underline;
	}

	/* ------------------------------------------ */
		
	table.tableau_champs {
		width: 580px;
		border: None;
		margin: 0px 0px 0px 30px;
		padding: 0px;
		border-collapse: collapse;
	}

	table.tableau_champs tr th{
		text-align: center;
		font-size: 11px;
		font-weight: normal;
		height: 15px;
		border: 2px solid #CCD6ED;
	}


	table.tableau_champs tr td{
		text-align: left;
		font-size: 11px;
		font-weight: normal;
		border: None;
		height:15px;
		border: 2px solid #CCD6ED;
	}

	table.tableau_champs tr td input {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		background-image: None;
		border: None;
	}

	table.tableau_champs2 {
		border: None;
		margin: 0px 0px 0px 30px;
		padding: 0px;
		border-collapse: collapse;
	}

	table.tableau_champs2 tr th{
		font-size: 11px;
		font-weight: normal;
		height: 15px;
		border: None;
	}


	table.tableau_champs2 tr td{
		font-size: 11px;
		font-weight: normal;
		border: None;
		height:15px;
		border: None;
	}

	table.tableau_champs2 tr td input {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		border: 1px solid #CCD6ED;
		height:15px;
		background-image: None;
	}


	.inscription_boite {
		font-size: 11px;
		float:left;
		height:auto;
		padding: 0px;
		margin-left: 30px;
		display: inline;
	}

	.inscription_ligne {
		padding: 2px;
		margin: 0px;
	}

	.ins_gauche {
		float: left;
	}

	.ins_droite {
		float: right;
	}





	.gras {
		font-size: 11px;
		font-weight: bold;
		color: #000000;
	}
	.italique {
		font-size: 11px;
		font-weight: normal;
		color: #8A8A8A;
		font-style: italic;
	}


	ul.puce_formulaire {
		padding-left: 20px;
		border: 0px;
	}
	
	ul.puce_formulaire li {
		margin-bottom:5px;
		padding-left:0px;
		margin-left:0px;
		margin-top:5px;
		list-style-image: url(../images/puce_college.gif);
	}
	

}

