/* CSS Document */
/*---------------------------------------------------------------- Remise à zéro de tous les préformatages navigateurs */
	* {
		padding:0;
		margin:0;
		background-repeat:no-repeat;
	}
	body {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000;
	}
	a {text-decoration:none;}
	a:hover {text-decoration:none;}
	img {border:none;}
	ul,li,radio,label {list-style:none;}
/*----------------------------------------------------------------- Boîtes masquées à l'impression */
	#udm, #top, #left, #pub, #copyright, #footer {display:none;}
/*----------------------------------------------------------------- Boîtes modifier pour l'impression  */
	#right {
		width:100%;
		margin:0;
		padding:0;
	}
	* html #right {width:630px;}
	#bloc_note {
		width:310px;
	}
	#new_fonction {
		width:300px;
	}
	#dossier {
		width:300px;
	}
	

	