/* 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.                */


hr.spip { 
    margin: 2em auto; 
    color:#B4814E; /* pour ie6 */
	height:1px;    /* pour ie6 */
	border:none;
	width:70%;
	display:block; /* pour ie6 : pb des margin */
    background-image:url(images/ligne.gif); 
    background-position:center;
    background-repeat:no-repeat;
}

/* Listes SPIP */
ul.spip { padding-left:2em; margin-left:0px; margin-bottom:2em; }
ul.spip li { margin-bottom:0.5em; margin-left:0px; }
ol.spip li { margin-bottom:0.5em; margin-left:0px; }
ol.spip { list-style: decimal; }

p + ul { margin-top: -0.5em; }
center + p { margin-top:1.5em !important; }
p + center { margin-top: 0; }

/* Citations, code et poesie */
blockquote.spip { margin: 1em 0; margin-left: 1.5em; padding-left: 1em; border-left: 1px dotted #aaa; }
blockquote.spip_poesie { margin: 1em 0; margin-left: 1.5em; padding-left: 1em;  border-left: 1px solid #aaa; }
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: #F4F8F8; border: 1px inset; font-size:inherit; }
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; font-weight: bold; }
table.spip tr.row_first { background: #FFC; }
table.spip tr.row_odd { background: #EEE; }
table.spip tr.row_even { background: #DDD; }
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: top; }

/* 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: 0.90em; }
.spip_doc_descriptif { clear: both; margin-right: auto; margin-left: auto; font-size: 0.90em; }

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

/* Couleurs des liens de SPIP */
a.spip_note {} /* liens vers notes de bas de page */
a.spip_ancre {} /* liens internes a la page */
a.spip_mail { color: #900; }
a.spip_mail:before { content: "\002709"; } /* liens vers un email */
a.spip_glossaire { color: #060; } /* liens vers encyclopedie */
a.spip_glossaire:hover { text-decoration: underline overline; }
.on { font-weight: bold; } /* liens exposes */




/* Les boutons d'admin survolent la page */
.spip-admin-float { right:5px !important; top:5px !important; }
a:hover.spip-admin-boutons,.spip-admin-boutons a:hover { background-color:#EFD182 !important; border:1px solid #fff !important; color:#000 !important; }

