/* SPIP-STYLE                                              version 1.9  */
/* Ceci est la version modifiée par Evrim Evci de Citizenjazz */
/* de la feuille de style par défaut de SPIP */
/* Version du 15 juillet 2008 */

/* Raccourcis typographiques de SPIP */
i.spip {}
strong.spip {}
hr.spip {}

ul.spip {
	list-style-image: url(/_V3/images/puce.png);
	list-style-position: outside;
	margin-left: -5px;
	}
	
ol.spip {}
li.spip {}

h3.spip {
	width: 45%;
	float: right;
	text-align: right; 
	margin-top: 2em;
	margin-left: 1em;
	margin-bottom: 1.4em;
	line-height: 1.2em;
	font-size: 1.1em; 
	font-weight: bold;
	padding-bottom: 1em;
	color: #000b36;}

/* Paragraphes, citations, code et poesie */
p.spip {margin: 0em 0em 1em 0em;}
.spip img	{display: inline;}
p.spip_note {margin-bottom:5px; margin-top: 5px;}

blockquote.spip, .spip_serif { font-family: 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.2em; }
.spip_cadre { width: 99%; border: 1px inset; }

.spip_surligne { background: #FF6; }

/* Tableaux */
table.spip {
	margin: auto;
	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; }

/* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: none;}

.spip_documents { text-align: center; }
.spip_documents_center {clear: both; margin: auto; text-align: center;}

.spip_documents_center img	{display: inline; margin: 1em 1em 0.5em 1em;} /* Le reste du site a un display block pour compacter les image. Ici, ce sont les photos dans les articles qui doivent être centrés */

span.spip_documents_center { display: block; margin-top:1em; text-align: center;}
.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; margin-bottom: 1em;}
.spip_doc_descriptif { clear: both; font-size: 0.8em; margin-left: auto; margin-right: auto; margin-bottom: 1em; }

/* modeles par defaut */
.spip_modele { float: right; display: block; border: 1px dotted #666; 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 { color: #3a5ef2; font-weight: bold; font-size: 0.7em;} /* liens vers notes de bas de page */
a.spip_in { color: #3a5ef2; text-decoration: none;} /* liens internes */
a.spip_in:hover	{text-decoration: underline; color: #3a5ef2;}
a.spip_out { color: #3a5ef2; text-decoration: none;} /* liens sortants */
a.spip_out:hover	{text-decoration: underline; color: #3a5ef2;}
a.spip_url { color: #3a5ef2; text-decoration: none;} /* liens url sortants */
a.spip_glossaire { color: #060; } /* liens vers encyclopedie */
.on { font-size: 0.6em; font-weight: bold; color: #000; } /* liens exposes */


/* Surcharge des plugins */

/* Supprimer les numéros de page en haut des articles paginés par ++++ */
div.decoupe_haut{display:none !important;}
