/* Raccourcis typographiques de SPIP */
i.spip {}
strong.spip {}
hr.spip {}

.spip_puce { list-style-position: outside; }

ul.spip { 
	list-style: square;
	margin-left: 10px; 
	}
ol.spip { 
	list-style: decimal; 
	}
ul.spip li { 
	list-style: circle; 
	list-style-position: inside;
	}
ol.spip li { 
	list-style: square; 
	}
li.spip { 
	margin-top: 2px; 
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 35px;
	list-style-position: outside; 
	}

/*nouveau*/
h2.spip {
	text-align: center;
	color: #000066; 
	margin-top: 2em; 
	margin-bottom: 1.4em; 
	font-size: 18px; 
	font-weight: bold; }
	
h3.spip {
	text-align: left; 
	margin-top: 2em; 
	margin-bottom: 1.4em; 
	font-size: 18px; 
	font-weight: bold; }


h4.spip {
	text-align: left; 
	color: #000099;
	margin-top: 5px; 
	font-size: 13px;
	font-weight: bold; }

h5.spip {
	font-size:13px;
	text-align: left;
}

h6.spip {
	font-size:13px;
	text-align: left; 
	color: #000099;
	margin-top: 2px; 
	margin-bottom: 1px;; 

}

/* Paragraphes, citations, code et poesie */
p.spip {font-size:10px;}
p.spip_note {}

blockquote.spip, .spip_serif { font-family: Georgia, Times, serif; }

blockquote.spip { 
	margin: 1em; 
	padding-left: 1em;
	padding-right: 1em;
	border: 1px dotted #FF6;; }

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.2em; }
.spip_cadre { width: 99%; border: 1px inset; }

.spip_surligne { background: #FF6; }

/* Tableaux */
table.spip {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 2px;
	float : left;
	text-align: left;
	border: 0px solid;
	border-collapse: collapse; 
	}
	
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: 20px;
	padding: 3px;
	font-weight: bold; }
table.spip tr.row_first { background: #f2f2f9; }
table.spip tr.row_odd {}//couleur ligne paire tableau
table.spip tr.row_even {}// couleur ligne impaire tableau
table.spip tr{border-bottom : 1px solid #000000;}
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }


/* Logos, documents et images */
img {
	padding: 1px;
	border: none;
	}

.spip_img { 
	margin: 2px; 
	padding: 0; 
	border: none;
	}
	
.spip_img a { 
	border: none;
	}

.spip_logos { margin: 5px; padding: 0; border: none; }

.spip_documents {
	margin-top : 5px;
	border: none; 
	}

.spip_documents_center {
	margin : 0px;
	}

span.spip_documents_center {
	margin-top: 2px;
	}

.spip_documents_left {
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
	}

.spip_documents_right {
	float: right;
	margin-left: 5px;
	margin-bottom: 2px;
	}

.spip_doc_titre {
	margin-right: auto; 
	margin-left: auto; 
	font-size: 10px;
	}

.spip_doc_titre strong { font-weight: normal; }

.spip_doc_descriptif{
	clear: both; 
	margin-right: auto; 
	margin-left: auto;
	color : #999999;
	font-size: 8px;
	}

.spip_doc_descriptif p {
	text-align : left;
	font-size: 8px;
	margin : 2px;
	}
	
/* Images typographiques (via image_typo), URL a revoir... 
.format_png { behavior: url(win_png.htc); }*/

/* modeles par defaut */
.spip_modele { float: right; display: block; border: 1px dotted #666; width: 480px; }

/* 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 { color: #900; } /* liens internes */
a.spip_out { 
	color: #0000aa; 
	} /* liens sortants */
a.spip_url { color: #0000aa; } /* liens url sortants */
a.spip_glossaire { color: #060; } /* liens vers encyclopedie */
.on { font-weight: bold; color: #000; } /* liens exposes */
