@charset "utf-8";
/* --------------------------------------------------------------------------------------------- Styles de base */
	body {
		font-family:Serif;
		font-size:11pt;
		background:#fff;
	}
	a {
		color:#000;
		text-decoration:none;
	}
	abbr,
	acronym,
	img {border:none}
	strong {font-weight:bold}
	em {font-style:italic}
	h1 {
		font-size:18pt;
		border-bottom:1pt solid #ccc;
	}
	h2 {
		font-size:15pt;
		border-bottom:1pt dashed #ccc;
	}
	h3 {font-size:13pt}
	h4 {font-size:12pt}
	h5,
	h6 {font-size:11pt}
/* --------------------------------------------------------------------------------------------- Éléments masqués et affichés */
	#top,
	#tetiere,
	#colonne01,
	#pied_page,
	
	form,
	a[href^="#"],
	.masquer,
	.contre_les_robots,
	#fil_ariane,
	#notation,
	#contenu img,
	p.metas a,
	.extraits,
	dl.image dd,
	#contenu ul.onglets,
	div.commentaires,
	div.navigation,
	.outils,
	#bottom,
	#sharepics,
	.partager {display:none}
	#contenu img[longdesc] {display:block}
/* --------------------------------------------------------------------------------------------- Éléments modifiés */
	#logo {border:0}
	table.tableau_donnees {
		width:100%;
		border-collapse:collapse;
	}
	table.tableau_donnees th,
	table.tableau_donnees td {
		border:1pt solid #000;
		padding:5pt;
	}
/* --------------------------------------------------------------------------------------------- Éléments améliorés */
	#contenu a:after {content:" (" attr(href) ") "}
	#contenu a.singleLightbox:after {content:""}
	/* !! PENSER À MODIFIER l'URL !! */
	#contenu a[href^="/"]:after {content:" (http://www.historial.fr" attr(href) ") "}
	acronym[title]:after,
	abbr[title]:after {content:" (" attr(title) ") "}
	blockquote[title]:after {content:" (" attr(cite) ") "}