@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}
/* --------------------------------------------------------------------------------------------- Elements masques */
	.masquer,
	#top,
	#entete ul,
	#tetiere,
	#colonne01,
	#outils,
	#footer {display:none}
/* --------------------------------------------------------------------------------------------- Elements modifiés */
	#contenu h1 {border-bottom:1px solid #000}
	#contenu h2 {border-bottom:1px dashed #666}
/* --------------------------------------------------------------------------------------------- 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.hamaris.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) ") "}