@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,
	img,
	form,
	div.image,
	#top,
	#tetiere,
	#nav_principale,
	#colonne01,
	#colonne02,
	h2.picto03,
	#outils,
	#pied_page {display:none}
/* --------------------------------------------------------------------------------------------- Elements modifiés */
	#entete h1 img {display:block}
	h1 {border-bottom:1px solid #000}
	#entete h1 {border:0}
	h2 {border-bottom:1px dashed #666}
/* --------------------------------------------------------------------------------------------- Elements ameliores */
/* ------------------------------------------------------------------------- Liens */
	#contenu a:after {
		font-size:.9em;
		text-decoration:underline
	}
	#contenu a.externe:after {content: " (" attr(href) ") "}
	#contenu a[href^="/"]:after {content: " (http://www.pass-normandie-impressionniste.fr" attr(href) ") "}
	#fil_ariane a:after {content:""}
/* ------------------------------------------------------------------------- Custom tags */
	abbr, acronym {border:none}
	acronym:after, abbr:after {content: " (" attr(title) ") "}
	#adresse abbr:after {content:""}
	blockquote:after {content: " (" attr(cite) ") "}
