/* CSS Document */
/* --------------------------------------------------------------------------------------------- Remise a zero de tous les preformatages navigateurs */
	body {
		font-size:14px;
		font-family:"times new Roman", times, serif
	 }
	img {border:none}
	strong {font-weight:bold}
	em {font-style:italic}
/* --------------------------------------------------------------------------------------------- Elements masques */
	hr,
	.masquer,
	#acces_rapide,
	#recherche,
	#signature,
	#menu_top,
	#left,
	div.carousel a.prev,
	div.carousel a.next,
	div.rubrique img,
	#calendrier,
	div.ui-tabs-hide,
	div.contenu ul.pagination,
	div.contenu div.navigation,
	#outils,
	#right,
	#bottom
	{display:none}
/* --------------------------------------------------------------------------------------------- Elements modifies */
	#date {
		display:block;
		margin:0 0 10px 0
	}
/* --------------------------------------------------------------------------------------------- Elements ameliores */
/* ------------------------------------------------------------------------- Liens */
	#main a.externe:after {content: " (" attr(href) ") "}
	#main a[href^="/"]:after {content: " (http://www.ville-longjumeau.fr" attr(href) ") "}
	#fil_arianne a:after {content:""}
/* ------------------------------------------------------------------------- Custom tags */
	abbr, acronym {border:none}
	#main acronym:after, #main abbr:after {content: " (" attr(title) ") "}
	#main blockquote:after  {content: " (" attr(cite) ") "}
