/* SPIP-STYLE                                              version 1.9  */
/* 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 votre squelette                */


/* Raccourcis typographiques de SPIP */
i.spip {}
strong.spip {}
hr.spip {border: 1px solid #FFF;margin-bottom: 20px;}
hr {border: 1px solid #FFF;margin-bottom: 20px;}
.spip_puce { list-style-position: outside; }

ul.spip {  
    list-style-image: url(puce.gif);
    line-height:1em;margin-top:1.8em;
    clear: none; width:auto;margin-left:1.4em;
}

ol.spip { list-style: decimal; }

ul.spip li, ol.spip li { list-style: inherit;margin-left:1.4em; }
li.spip { margin: 0.8em 0 0.3em 0.8em;list-style-image: url(puce.gif); }
h2.spip, h2 {
	text-align: left; 
	margin-top: 1em; 
	margin-bottom: 1.4em;
        padding-left: 20px;
	font-size: 1.2em; 
	font-weight: bold; 
        color: #ED4002;}
.rss_texte h2{
    	font-size: 15px;
        text-align: center;	font-weight: bold;
        font-variant: small-caps;
}
h3.spip {	
        font-family: "Trebuchet MS",Verdana, "Bitstream Vera Sans", Tahoma, Arial, sans-serif;
        text-align: left; 
	margin-top: 2em; 
	margin-bottom: 1.4em;
        padding-left: 20px;
	font-size: 1.1em; 
	font-weight: bold;color: #112B6D; }

/* Paragraphes, citations, code et poesie */
p.spip {
    line-height:1em;
    width:auto;
    
}
p.spip img {border: none;}
p.spip_note {}
.aucentre{text-align: center;}
.adroite{text-align: right; }
blockquote.spip, .spip_serif { font-family: "Bitstream Vera Serif", Georgia, Times, serif; }

blockquote.spip { 
	margin: 1em; 
	padding-left: 1em;
	padding-right: 1em;
	border: 1px dotted; }

div.spip_poesie { 
	margin: 1em; 
	padding-left: 1em; 
	border-left: 1px solid;
	font-family: Garamond, Georgia, Times, serif; }
div.spip_poesie div { text-indent: -60px; margin-left: 60px; }

.spip_code, .spip_cadre { font-family: monospace; font-style: normal; font-size: 1.1em; }
.spip_cadre { width: 99%; border: 1px solid; }

.spip_surligne { background: #FF6; }

/* Tableaux */
table.spip {
        border: 1px solid;
	border-collapse: collapse; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
    margin-bottom:1.2em;
	text-align: center;
	font-weight: bold;	
        font-size: 1.2em;  
        color: #ED4002; }
table.spip td.br {margin:0px;padding:0;}
table.spip h2.spip{margin:0px;padding:0;}
table.spip tr.row_first {font-weight: bold; text-align: center;}
table.spip tr.row_odd {}
table.spip tr.row_even {text-align: center;}
table.spip th, table.spip td {padding-right:4px; text-align: left;vertical-align:top;}

/* Logos, documents et images */

/* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: none; }


.spip_documents_center { clear: both; width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left, dl.spip_documents_left{ float: left; margin-right: 25px; }
.spip_documents_right {float: right; margin-left: 15px; }
.spip_doc_titre, dl.spip_doc_titre dt {width:180px; clear: both;font-weight: bold; font-size: 0.91em; margin-left: auto; margin-right: auto;text-align:center;}
.spip_doc_descriptif,dl.spip_doc_descriptif dt { clear: both; font-size: 0.91em; margin-left: auto; margin-right: auto;text-align:center;}

.spip_documents img{ margin: 5px; padding: 1px; border: 1px solid #FFF;background-color:#FFF; }

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

/* Barre de raccourcis typographiques */
table.spip_barre { width: 100%; }

table.spip_barre a img {
	background: #FDA;
	padding: 3px;
	border: 1px outset #999; }
table.spip_barre a:hover img {
	background: #FFF;
	border: 1px solid #999; }

table.spip_barre input.barre { width: 100%; background: #EEE; }

/* * Couleurs des liens de Spip */
a.spip_note {} /* liens vers notes de bas de page */
a.spip_in { font-weight: bold;color:#ED4002; } /* liens internes */
a.spip_out { font-weight: bold; color: #ED4002; } /* liens sortants */
a.spip_url {font-weight: bold; color: #ED4002; } /* liens url sortants */
a.spip_glossaire { font-weight: bold;color: #ED4002; } /* liens vers encyclopedie */
.on { font-weight: bold; color:#ED4002 ; } /* liens exposes */

