/* SPIP-STYLE                                                           */
/* Cette feuille contient les styles associes au code genere par SPIP.  */
/* Ces styles sont indispensables et doivent necessairement etre        */
/* definis pour le bon fonctionnement de vos squelettes.                */


/* Intertitre */
h3.spip { text-align: left; margin-top: 1em; margin-bottom: 1em; padding-left: 1.5em;font-size: 1.2em; color:#464744; background-image: url(../images/puce-carree.jpg); background-repeat: no-repeat; background-position: left top; }
hr.spip { margin: 1em auto; }

/* Listes SPIP */
ul.spip {list-style-type: circle; margin-left: 15px;}
ol.spip {list-style-type: decimal; margin-left: 15px;}

/* Citations, code et poesie */
blockquote.spip { margin: 2em 0; padding-left: 1em; border-left: 1px #004b85 solid; }
blockquote.spip_poesie { margin: 2em 0; padding-left: 1em; border-left: 2px #004b85 solid; font-family: Garamond, Georgia, Times, serif;}
blockquote.spip_poesie div { text-indent: -3em; margin-left: 3em; }

.spip_code, .spip_cadre { font-family: Courier, "Courier New", monospace; color: #036; }
.spip_cadre { width: 99%; background-color: white; border: 1px #004b85 dashed; font-size:1em;}
div.spip_code, .spip_cadre { margin-bottom: 1em;  }

.spip_surligne {background: #FF6; }

/* 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; padding-bottom:3px; font-weight: bold; color:#256567 ;}
table.spip tr.row_first { background: #256567; color: white;}
table.spip tr.row_odd { background-color: white;}
table.spip tr.row_even { background: white; }
table.spip th, table.spip td { padding: 0.20em 0.40em; text-align: left; border: 0;}
table.spip th { vertical-align: bottom; font-weight: bold; }
table.spip td { vertical-align: top; border-bottom: 1px #413c3c solid;}

/* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: 0; }
.spip_documents { text-align: center; line-height: normal;}
.spip_documents p { margin: 0.10em; padding: 0; }
.spip_documents_center { display: block; clear: both; width: 100%; margin: 1em auto; }
.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 { margin-right: auto; margin-left: auto; font-weight: bold; font-size: 1.05em; }
.spip_doc_descriptif { clear: both; margin-right: auto; margin-left: auto; font-size: 0.9em; }

/* modeles par defaut */
.spip_modele { float: right; display: block; padding: 1em; border: 1px solid; width: 180px; }

/* Couleurs des liens de SPIP */
a.spip_note, a.spip_ancre, a.spip_in,a.spip_mail {text-decoration: underline; color:#256567;} /* liens internes */
a.spip_out,a.spip_url {text-decoration: underline;color:#004b85;} /* liens sortants */
a.spip_glossaire {text-decoration: underline; color:#004b85;} /* liens vers encyclopedie */
.on { font-weight: bold; } /* liens exposes */
