.on { 
	font-weight: bold; color:#000; 	} /* liens exposes */
	
.on li { color:#ED174B; }
.on ul { color:#ED174B; }


.spip_documents { text-align: center; }
.spip_documents_center {  width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
.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 { font-weight: bold; font-size: 0.8em; margin-left: auto; margin-right: auto; }
.spip_doc_descriptif { font-size: 0.8em; margin-left: auto; margin-right: auto; }

/* Raccourcis typographiques de SPIP */
i.spip {}
strong.spip {}
hr.spip {}

.spip_puce { list-style-position: outside; }

ul.spip {}
ol.spip {}
li.spip {}

h3.spip {
background-image:url(images/puce_fleche.gif);
background-repeat:no-repeat;
background-position:5px;
padding-left:25px;
text-align:left;	
font-size:110%;
font-weight:bold;
margin:0;
	}

/* Paragraphes, citations, code et poesie */
p.spip {
margin:10px 5px;
font-size:90%;
}
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; }
	
/* Tableaux */
table.spip {
	margin: auto;
	margin-top:0;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold; }
table.spip tr.row_first { background: #FFC; }
table.spip tr.row_odd { background: #DDD; }
table.spip tr.row_even { background: #EEE; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }
