/* CSS Document */
	body { background:#dfdfdf; }
/* --------------------------------------------------------------------------------------------- Global */
	#global {
		width:740px;
		margin:0 auto;
		background:#fff;
	}
/* ------------------------------------------------------------------------- Header */
	#header{
		width:740px;
		height:145px;
		background:url(../images/header_fiche.jpg) no-repeat;
	}

/* ------------------------------------------------------------------------- Contenu */
	.class-iag_fiche { background:#FFF url(../images/bg_top_fiche.gif) repeat-x; width:680px; padding:0 30px; }
		.class-iag_fiche table.tableau_donnees { border:none; }
		.retour { float:right; height:30px; background:#94af28; padding:0 30px 0 0; overflow:hidden; }
			.retour a { padding:8px 0 0 15px; height:22px; color:#FFF; background:url(../images/puce_retour_fiche.gif) no-repeat 0 12px; }
		h1 { font-size:14px; width:580px; padding:6px 0 0 30px; margin:0 0 5px 0; height:24px; overflow:hidden; }
		
		#outils { padding:20px 50px; }
		
/* ------------------------------------------------------------------------- Générique */	
		p { line-height:1.5em; }	
	
		td { padding:5px; }
		tr.bgdark { background:#EDEDED; }
		tr.survol { background:#DFDFDF; }


