/* CSS Document */
/* --------------------------------------------------------------------------------------------- Remise à zéro de tous les préformatages navigateurs */
	body {
		font-size:14px;
		font-family:"times new Roman", times, serif
	 }
	img {border:none}
	strong {font-weight:bold}
	em {font-style:italic}
/* --------------------------------------------------------------------------------------------- Eléments masqués */
	#header_right,
	#formulaire_contact,
	#univers,
	#tetiere,
	#espace_client,
	#left,
	img.flux_rss,
	div.vue_line img,
	#fil_arianne,
	/*#calendrier,*/
	div.contenu ul.onglets,
	#reference_top,
	#reference_bottom,
	div.notation,
	div.contenu ul.pagination,
	#boutons,
	#outils,
	#right,
	#bottom
	{display:none}
/* --------------------------------------------------------------------------------------------- Eléments modifiés */
	.baseline {
		display:block;
		margin:10px 0 0 0
	}
/* --------------------------------------------------------------------------------------------- Elements ameliores */
/* ------------------------------------------------------------------------- Liens */
	#main a.externe:after {content: " (" attr(href) ") "}
	#main a[href^="/"]:after {content: " (http://www.inovagora.net" 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) ") "}
