@charset "utf-8";
/* --------------------------------------------------------------------------------------------- Reset */
	body {
		font-size:11pt;
		font-family:"times new Roman", times, serif
	}
	a {color:#000}
	img {border:none}
	strong {font-weight:bold}
	em {font-style:italic}
/* --------------------------------------------------------------------------------------------- Elements masques */
	.masquer,
	#haut,
	#menu,
	#tetiere,
	#colonne_01,
	#colonne_02,
	div.article img,
	#outils,
	#pied_page {display:none}
/* --------------------------------------------------------------------------------------------- Elements ameliores */
/* ------------------------------------------------------------------------- Liens */
	div.contenu a.externe:after {content: " (" attr(href) ") "}
	div.contenu a[href^="/"]:after {content: " (http://www.mairie-gemenos.fr" attr(href) ") "}
	#fil_arianne a:after {content:""}
/* ------------------------------------------------------------------------- Custom tags */
	abbr, acronym {border:none}
	div.contenu acronym:after, div.contenu abbr:after {content: " (" attr(title) ") "}
	div.contenu blockquote:after  {content: " (" attr(cite) ") "}