@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 */
	#top_contenu_droit,
	#banniere,
	#colonne01,
	#pied_page,
	
	form,
	a[href^="#"],
	.masquer,
	.contre_les_robots,
	#fil_ariane,
	#notation,
	#contenu img,
	p.metas a,
	.extraits,
	dl.image,
	a.singleLightbox,
	#contenu ul.onglets,
	div.commentaires,
	div.navigation,
	.outils,
	.partager,
	#footer {display:none}
/* --------------------------------------------------------------------------------------------- É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) ") "}
	/* !! PENSER A MODIFIER l'URL !! */
	#contenu a[href^="/"]:after {content:" (http://www.villers-saint-paul.fr" attr(href) ") "}
	acronym[title]:after,
	abbr[title]:after {content:" (" attr(title) ") "}
	blockquote:after {content:" " attr(cite) " "}
