@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,
	#recherche,
	#acces_rapide,
	#tetiere img,
	#nav_transversale,
	#colonne01 h2,
	#nav_principale,
	#acces_direct,
	#colonne02,
	a.lien_continuation,
	#interne_top,
	#interne_bottom,
	#outils,
	#bottom,
	#pied_page {display:none}
/* --------------------------------------------------------------------------------------------- Elements modifiés */
	#tetiere h1 {
		float:left;
		border-bottom:0;
		margin-bottom:35px
	}
	#tetiere h1 img {display:block}
	#date_jour {
		text-align:right;
		padding-top:30px
	}
	#colonne01 address {text-align:right}
	#fil_ariane {clear:both}
	h1,
	h2,
	h3 {clear:both}
	h1 {
		font-size:18pt;
		border-bottom:1px solid #000
	}
	h2 {
		font-size:16pt;
		border-bottom:1px dashed #666
	}
	table.tableau_donnees tr td,
	table.tableau_donnees tr th {border:1px solid #666}
	#contenu img {
		float:left;
		margin:0 10px 10px 0
	}
/* --------------------------------------------------------------------------------------------- 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.hautenormandie.fr" attr(href) ") "}
	#contenu #fil_ariane a:after {content:""}
/* ------------------------------------------------------------------------- Custom tags */
	#contenu abbr,
	#contenu acronym {border:none}
	#contenu acronym:after,
	#contenu abbr:after {content:" (" attr(title) ") "}