@charset "utf-8";
/* --------------------------------------------------------------------------------------------- Reset */
	body {
		font-family:Serif;
		font-size:12pt;
		line-height:17pt;
		background:#fff
	}
	a {
		color:#000;
		text-decoration:none
	}
	abbr,
	acronym,
	img {border:none}
	strong {font-weight:bold}
	em {font-style:italic}
	h1 {
		font-size:25pt;
		line-height:28pt
	}
	h2 {
		font-size:18pt;
		line-height:21pt
	}
	h3 {font-size:14pt}
	h4 {font-size:12pt}
	h5,
	h6 {font-size:11pt}
/* --------------------------------------------------------------------------------------------- Elements masques */
	form,
	object,
	a[href^="#"],
	.masquer,
	.contre_les_robots,
	#logo,
	#acces-rapide,
	#recherche,
	#nav-niv01,
	#colonne03,
	#outils01,
	#fil-ariane,
	#contenu img,
	div.image,
	div.carte_google,
	div.commentaires,
	div.navigation,
	ol.pagination,
	#outils02,
	#colonne04,
	#liens-images,
	#pied-page01 {display:none}
/* --------------------------------------------------------------------------------------------- Elements modifiés */
	table.tableau_donnees {
		width:100%;
		border-collapse:collapse
	}
	table.tableau_donnees th,
	table.tableau_donnees td {
		border:1pt solid #000;
		padding:5pt
	}
	#evenements .extraits {display:block}
/* --------------------------------------------------------------------------------------------- Elements ameliores */
	#contenu a[href]:after {content:" (" attr(href) ") "}
	#contenu a[href^="/"]:after {content:" (http://www.carquefou.fr" attr(href) ") "}
	abbr[title]:after {content:" (" attr(title) ") "}
	blockquote[cite]:after,
	q[cite]:after {content:" (" attr(cite) ") "}
