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

/************************************************** classes *********************************/

/* Images typographiques (via image_typo), URL a revoir... */
.format_png { behavior: url(win_png.htc); }

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

.spip_cadre { 
	width : 100%;
	background-color: #FFFFFF;
	padding: 5px;
}
.spip_code { 
	font-family: monospace; 
	font-style: normal; 
	font-size: 1.2em; 
}


.spip_doc_descriptif { 
	clear: both; 
	font-size: 0.8em; 
	margin-left: auto; 
	margin-right: auto; 
}

.spip_doc_titre { 
	font-weight: bold; 
	margin-left: auto; 
	margin-right: auto; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 70%;
}

.spip_documents { 
	text-align: center; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 70%;
}

.spip_documents_center { 
	clear: both; 
	width: 100%; 
	margin: auto; 
}

.spip_documents_left { 
	float: left; 
	margin-right: 15px; 
	margin-bottom: 5px; 
}

.spip_documents_right { 
	float: right; 
	margin-left: 15px; 
	margin-bottom: 5px; 
}

.spip_logos { 
	margin: 0; 
	padding: 0; 
	border: none; 
}

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

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

.spip_serif { font-family: Georgia, Times, serif; }

.spip_surligne { background: #FF6; }

/************************************************** tags   *********************************/

/* * Couleurs des liens de Spip */
a.spip_glossaire { color: #060; } /* liens vers encyclopedie */

a.spip_in { color: #900; } /* liens internes */

a.spip_note {} /* liens vers notes de bas de page */

a.spip_out { color: #009; } /* liens sortants */

a.spip_url { color: #009; } /* liens url sortants */



blockquote.spip { 
	margin-left : 40px;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-right: 0px;
	border : solid 1px #aaaaaa;
	background-color: #ffffff;
	padding: 5px;
}

div.spip_poesie { 
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #999999;

div.spip_poesie div { 
	text-indent: -60px; 
	margin-left: 60px; 
}

h3.spip {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	margin-top : 40px;
	margin-bottom : 40px;
	padding: 0em;
}
hr.spip {}
i.spip {}

img { 
	margin: 0; 
	padding: 0; 
	border: none; 
}

li.spip {}
ol.spip {}
p.spip {}
p.spip_note {}

span.spip_documents_center { 
	display: block; 
	margin-top:1em; 
}

strong.spip {}

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

table.spip_barre a img {
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #aa9966;
	border-bottom: 1px solid #aa9966;
	padding: 3px;
	background-color: #FFDDAA;
}

table.spip_barre a:hover img {
	border: 1px solid #808080;
	padding: 3px;
	background-color: #f8f8f4;
}

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

/* 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 td { 
	padding: 1px;
	text-align: left;
	vertical-align: middle; 
}

table.spip th { 
	padding: 3px; 
	text-align: left; 
	vertical-align: middle; 
}

table.spip tr.row_first { background-color: #FCF4D0; }

table.spip tr.row_odd { background-color: #C0C0C0; }

table.spip tr.row_even { background-color: #F0F0F0; }


ul.spip {}


