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

/*form*/
.padding-top{padding-top:20px;}
.clear{clear:both;}

/* Intertitre */
h3.spip {
clear:both;
font-size:1.2em;
border-bottom:1px solid #3c2c1b;
color:#3c2c1b;
padding-top:3px;
margin-left:20px;
margin-right:20px;
margin-top:30px;
margin-bottom:10px;
}

h3.spip i{
font-style:normal;
background:#3c2c1b;
color:#937051;
padding:0px 10px;
}

h3.spip strong{
font-style:italic;
font-size:0.8em;
}

hr.spip { margin: 2em auto;}

/* Listes SPIP */
ul.spip{
font-size:0.8em;
padding:10px 80px;
margin-left:40px;
margin-right:40px;
background-color:#b0957e;
border:1px solid #8a653e;
}

ul.spip.centre {
font-size:0.8em;
text-align:center;
padding:10px 0px;
}


div.icon_lit ul.spip{
background-image:url('images/icon_lit.png');
background-repeat:no-repeat;
background-position:5px 10px;
padding:10px 100px;
}

div.icon_bb ul.spip{
background-image:url('images/icon_bb.png');
background-repeat:no-repeat;
background-position:5px 10px;
padding:10px 100px;
}

div.icon_money ul.spip{
background-image:url('images/icon_money.png');
background-repeat:no-repeat;
background-position:5px 10px;
padding:10px 100px;
}

ul.spip li{
list-style-image:url('images/puce.png');
}

ul.spip li strong{
font-weight:bold;
}

ul.spip.centre li{list-style-type:none;list-style-image:none;}

ol.spip { list-style: decimal; }

/* Citations, code et poesie */
blockquote.spip { margin: 2em 0; padding-left: 1em; border-left: 0.30em solid; }
blockquote.spip_poesie { margin: 2em 0; padding-left: 1em; border-left: 1px 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: #F4F8F8; border: 1px inset; }
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 img{}
.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-left:10px;margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left:10px;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_in, a.spip_out,a.spip_url {
color:white;
text-decoration:none;
}

a.spip_out{
padding-right:15px;
background:url('images/lien_ext.png') no-repeat right 4px;
}

#footer a.spip_out{
padding-right:0px;
background:none;
}


a.spip_in:hover, a.spip_out:hover, a.spip_url:hover {
border-bottom:1px white solid;
} 

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; }
