/* --------------------------------------------------------------------------------
   Styles Spip
-------------------------------------------------------------------------------- */

/* Texte d'article */
.texte, .texte p.spip {
} /* cf p */

/* Les URL dans les textes */
a.spip_url {}
a.spip_in  {}
a.spip_glossaire {}
/* pour les liens externes, voir aussi:  */
a.spip_out {
	padding-right: 13px; background: url(../IMG/out.gif) no-repeat right center;
}


/* gras et italique */
b.spip { }
i.spip { }

/* puce... */
.spip_puce {
	list-style-position: inside;
}

/* texte entre balises <code></code> */
.spip_code { }

/* ligne de séparation horizontale (balise ----) */
hr.spip { }

/*
Rem: sur-titre, titre, sous-titre : voir contenu.
*/

/* texte du chapeau */
.chapo {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background: white;
	border: #808080 1px solid;
}

/* inter-titre */
h3.spip {
	font-weight: bold;
}

/* texte du post-scriptum */
.ps {
	border-top: 1px dashed #808080;
        margin-top: 20px;
}

/* note de bas de page */
p.spip_note {
	font-size: 10px;
}

/* section des notes de bas de page */
.notes {
	padding-top: 4px;
	padding-bottom: 10px;
	border-top: 1px solid #808080;
}

/* légendes des fichiers joints */
.spip_documents{
	color: black; /*yellow;*/
	font-size : 70%;
}

/* pour les tableaux... */
table.spip {
	border: 1px solid #808080;
	background-color: white;
	padding: 1px;
	border-spacing: 1px;
}

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

table.spip tr.row_odd {
}

table.spip tr.row_even {
}

/* tableau : cellule */
table.spip td {
	border: 1px solid #C0C0C0;
	padding-left: 3pt;
	padding-right: 3pt;
	text-align: left;
	vertical-align: middle;
}

/* cadre défini par les balises <cadre></cadre> */
.spip_cadre {
	background-color: #FFFFFF;
	padding: 5px;
}

/* --------------------------------------------------------------------------------
   Styles Spip pour les formulaires
-------------------------------------------------------------------------------- */

/* case de texte de formulaire */
.forml {
	margin: 0px;
	padding: 0px;
	background-color: yellow;
}

/* style des encadrements des différentes parties de formulaire */
.spip_encadrer {
	margin: 0px;
	padding: 0px;
	width : 80%;
	background-color: red;
	border: 1px #666666 solid;
}

/* aspect du bouton de validation de formulaire */
.spip_bouton {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
/*	width: 80%; */
}

.spip-admin {
        position: fixed;
        top: 0px;
        right: 0px;
        font-size: 90%;
        padding: 1px;
        line-height: 1em;
}

/* case "rechercher" */
.formrecherche {
	background-color: #808080;
}

/* --------------------------------------------------------------------------------
   Styles Spip... le reste
-------------------------------------------------------------------------------- */

/* texte de citation */
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 {
	color: yellow;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #999999;
}
div.spip_poesie div {
	color: yellow;
	text-indent: -60px;
	margin-left: 60px;
}


.reponse_formulaire {
	/* font-family: Verdana,Arial,Helvetica,sans-serif; */
	font-weight: bold;
	font-size: 110%;
	color: red;
}

.spip_surligne { background-color: #FFFF66; }


/*
 * Barre de raccourcis
 */

a.spip_barre 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;
}
a.spip_barre:hover img {
	border: 1px solid #808080;
	padding: 3px;
	background-color: #f8f8f4;
}


