@charset "utf-8";
/* --------------------------------------------------------------------------------------------- Reset */
	body {
		font-size:11pt;
		font-family:"times new Roman", times, serif
	}
	a {
		color:#000;
		text-decoration:none
	}
	img {border:none}
	strong {font-weight:bold}
	em {font-style:italic}
	h1 {font-size:18pt}
	h2 {font-size:16pt}
	h3 {font-size:14pt}
	h4 {font-size:12pt}
	h5,
	h6 {font-size:11pt}
/* --------------------------------------------------------------------------------------------- Elements masques */
	.masquer,
	#acces_rapide,
	#entete img,
	#entete form,
	#colonne01,
	#contenu01 img,
	#contenu02,
	#outils,
	ul.pagination,
	#pied_page {display:none}
/* --------------------------------------------------------------------------------------------- Elements modifiés */
	#entete h1 img {display:block}
	#contenu h1 {border-bottom:1px solid #000}
	#contenu h2 {border-bottom:1px dashed #666}
	table.tableau_donnees tr th,
	table.tableau_donnees tr td {border:1px solid #000}
/* --------------------------------------------------------------------------------------------- Elements ameliores */
/* ------------------------------------------------------------------------- Liens */
	#contenu a:after {
		font-size:.9em;
		text-decoration:underline
	}
	#contenu a.lien_externe:after {content:" (" attr(href) ") "}
	#contenu a[href^="/"]:after {content:" (http://www.actis.fr" attr(href) ") "}
	#contenu #fil_ariane a:after {content:""}
/* ------------------------------------------------------------------------- Custom tags */
	abbr,
	acronym {border:none}
	acronym:after,
	abbr:after {content:" (" attr(title) ") "}
	blockquote:after {content:" " attr(cite) " "}
