
body                { background: #ffc url(../Horizons/Symbolisme/Pierres/sableC212.jpg) }
.titre       { color: #900; font-weight: bold; font-size: 20pt; line-height: 20pt; font-family: "Geneva", "Helvetica", "Sans-serif", "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif; vertical-align: middle }
.texte  { text-align: justify ; font-style: italic; font-size: 12pt; font-family: "Geneva", "Helvetica", "Sans-serif", "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif; }
.texteneutre { font-size: 12pt; font-family: "Geneva", "Helvetica", "Sans-serif", "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif; }
.sstitre { font-style: italic; font-weight: bold; font-size: 14pt; font-family: "Geneva", "Helvetica", "Sans-serif", "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif; }
.sstitreneutre { font-weight: bold; font-size: 14pt; font-family: "Geneva", "Helvetica", "Sans-serif", "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif; }


/* ------------------------------------------
/* Typographie generale (style transversaux)
/* ------------------------------------------ */
html { font-size: 100%; } /* Cf.: http://pompage.net/pompe/definir-des-tailles-de-polices-en-CSS/ */
body { font-size: 0.8125em;  text-align: justify ; font-family: "Geneva" , "Helvetica" , "Sans-serif" , "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif; color: #333; }

/* Titraille / Intertitres */
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; font-weight: normal; font-size: 1em; font-family: "Geneva", "Helvetica", "Sans-serif", "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif; }
h1 { font-size: 1.70em; color: #000; }
h2 { font-size: 1.40em; font-weight: normal; }
h2, h2 a, h2 a:focus, h2 a:hover, h2 a:active { color: #003; }
h3 { font-size: 1.20em; font-weight: bold; }
h3.spip {
	text-align: center; 
	margin-top: 2em; 
	margin-bottom: 1.4em; 
	font-size: 1.15em; 
	font-weight: bold; }
hr.spip {} /* Cf.: spip_style.css */

/* Autres enrichissements typo */
strong { font-weight: bold; }
em { font-style: italic; }
abbr, acronym { border-bottom: 1px dotted; cursor: help; }
small { font-size: 0.90em; color: #666; }
dfn { font-weight: bold; color: #666; }
del { text-decoration: line-through; }
ins { color: red !important; text-decoration: none; }
sup, sub { font-size: .8em; font-variant: normal; }

/* Listes */
ul.spip {} /* Cf.: spip_style.css */
ol.spip {} /* Cf.: spip_style.css */
dl {}
dt {}
dd {}

/* Citations, code et poesie */
cite {}
q {}
blockquote.spip { margin: 2em 0; margin-left: 1em; padding-left: 1em; border-left: 1px dotted #aaa; }
blockquote.spip_poesie { margin: 2em 0; margin-left: 12em; padding-left: 1em;  border-left: 1px solid #aaa; }
blockquote.spip_poesie div { text-indent: -3em; margin-left: 3em; }
.spip_code {} /* Cf.: spip_style.css */
.spip_cadre {} /* Cf.: spip_style.css */
address {}

/* Logos, documents et images */
.spip_documents { text-align: center; }
.spip_documents_center { clear: both; width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; font-size: 0.8em; margin-left: auto; margin-right: auto; }
.spip_doc_descriptif { clear: both; font-size: 0.8em; margin-left: auto; margin-right: auto; }

/* Tableaux */
table.spip { max-width: 99%; margin-right: auto; margin-left: auto; margin-bottom: 1em; border-collapse: collapse; border-spacing: 0; line-height: normal; }
table.spip caption { caption-side: top; /* bottom pas pris en compte par IE */ text-align: center; margin-right: auto; margin-left: auto; font-weight: bold; }
table.spip tr.row_first { background: #FFC; }
table.spip tr.row_odd { background: #FFC; }
table.spip tr.row_even { background: #FFC; }
table.spip th, table.spip td { padding: 0.20em 0.40em; text-align: left; border: 1px solid; }
table.spip th { vertical-align: bottom; font-weight: bold; }
table.spip td { vertical-align: center; }
table.spip td.numeric {text-align:right;}
