/* CSS Document */
@charset "utf-8";
/* --------------------------------------------------------------------------------------------- Reset et styles de base */
	body {
		font-size:11pt;
		font-family:"times new Roman", times, serif
	}
/* ----------------------------------------------------------------------------------- Titres */
	h1 {font-size:18pt}
	h2 {font-size:15pt}
	h3 {font-size:13pt}
	h4 {font-size:12pt}
	h5,
	h6 {font-size:11pt}
/* ----------------------------------------------------------------------------------- Liens */
	a {color:#000}
	img {border:none}
/* ----------------------------------------------------------------------------------- Emphases */
	strong {
		font-style:normal;
		font-weight:bold
	}
	em {
		font-style:italic;
		font-weight:normal
	}
/* ----------------------------------------------------------------------------------- Citations */
	blockquote,
	q {font-style:italic}
/* ----------------------------------------------------------------------------------- Autres */
	abbr,
	acronym {border:none}
/* --------------------------------------------------------------------------------------------- Elements masques */
	.masquer,
	#acces_rapide,
	#animation_flash,
	#recherche,
	#nav_principale,
	#colonne01,
	#saviez_vous,
	#outils01,
	#fil_ariane,
	#contenu img,
	#contenu div.image,
	a.theme,
	#outils02,
	#europe,
	#pied-page01,
	#pied-page02,
	#pied-page03 {display:none}
/* --------------------------------------------------------------------------------------------- Elements modifies */
	#date_infos_valables {
		font-size:10pt;
		border-bottom:1px dashed #d8d5d1;
		padding:0 0 5px 0
	}
	#fil_ariane {clear:both}
	table.tableau_donnees tr th,
	table.tableau_donnees tr td {border:1px solid #666}
/* --------------------------------------------------------------------------------------------- Elements ameliores */
/* ----------------------------------------------------------------------------------- Liens */
	#principal a.externe:after {content: " (" attr(href) ") "}
	#principal a[href^="/"]:after {content: " (http://archeologie.pasdecalais.fr" attr(href) ") "}
	#principal #fil_ariane a:after {content:""}
/* ----------------------------------------------------------------------------------- Custom tags */
	#principal acronym:after,
	#principal abbr:after {content: " " attr(title) " "}
	#principal q:after,
	#principal blockquote:after  {content: " " attr(cite) " "}
