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

/***************************************/
/*  RACCOURCIS TYPOGRAPHIQUES DE SPIP  */
/***************************************/

i.spip {}
strong.spip {}
hr.spip {}

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

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

h3.spip {
	font-variant: small-caps;
	font-size: 17px;
	margin: 7px 0 3px 0;
	font-family: 'Times New Roman', Times, serif;
}

/*****************************************/
/*  PARAGRAPHES CITATION CODE ET POESIE  */
/*****************************************/

p.spip {}
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; 
}

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 #000000;
	border-collapse: collapse;
	font-size: 12px;
}

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: #006699;
	color: #ffffff;
}

table.spip tr.row_odd {
	background: #C6DBE4;
}

table.spip tr.row_even {}

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

/********************************/
/*  LOGOS, DOCUMENTS ET IMAGES  */
/********************************/

img  {
	margin: 0;
	padding: 0;
	border: solid 1px 000; 
}


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

}

.spip_documents {
	text-align: center;
}

.spip_documents_center {
	clear: both;
	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-size: 0.9em;
	margin-left: auto;
	margin-right: auto;
}

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

/* 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: 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, a.spip_out {
	color: #000000;
	border-bottom: dotted 1px;	
}
a.spip_in:hover {
	color: #006699;
	border-bottom: solid 3px;	
}
a.spip_out {
	color: #000000;
}
a.spip_out:hover {
	color: #900;
	border-bottom: solid 3px;	
}
a.spip_url { color: #900; } /* liens url sortants */
a.spip_glossaire { color: #060; } /* liens vers encyclopedie */
