/*  ------------------------------------------ */
/*  Styles pour le code genere par SPIP
/*  ------------------------------------------ */


/* Spip Styles : intertitre, citations, cadre, etc...
----------------------------------------------- */
b.spip {}
i.spip {}
strong.spip {font-size: 1em;}
em.spip {}
hr.spip {}

.spip_puce { list-style-position: outside; border: 0; }
li.spip { margin-left: 0.8em; list-style: square; list-style-position: outside; }

h3.spip {
    clear: both;
	text-align: center; 
	margin-top: 2em; 
	margin-bottom: 1.4em; 
	font-size: 1.15em; 
	font-weight: bold; }

.extrait p.spip{font-size: 1em;}
p.spip { }
p.spip_note {} /* inutile : a supprimer */

blockquote.spip {}

.spip_poesie { 
	margin-bottom: 5px; 
	margin: 10px 20px; 
	padding-left: 10px; 
	border-left: 1px solid #CCCCCC;
	font-family: Georgia, Garamond, Times, serif; }
.spip_poesie div { text-indent: -60px; margin-left: 60px; }
	
.spip_serif { font-family: Georgia, Garamond, Times, serif; }

.spip_code, .spip_cadre { font-family: monospace; font-style: normal; font-size: 1.1em; }
.spip_cadre { width: 100%; border: 1px solid #CCCCCC; }

/*  Tableaux
---------------------------------------------- */
table.spip { 
	margin: 0 auto; 
	width: 100%;
	border: 1px solid #333333; 
	border-collapse: collapse; 
	font: 0.96em Verdana, Arial, Helvetica, sans-serif; }
	
table.spip caption { 
	caption-side: top; /* bottom pas pris en compte par IE */
	margin: 0 auto; 
	padding: 3px; 
	text-align: center; 
	font-weight: bold; }
	
table.spip tr.row_first { background: #FAFAFA; /*#F0F0F0 #F8F8E8*/; text-align: center; font-size: 1em; }
table.spip tr.row_odd { /*background: #FAFAFA;*/ font-size: 1em; }
table.spip tr.row_even { /*background: #FFF;*/ font-size: 1em; }
table.spip td { padding: 3px; text-align: left; vertical-align: middle; border: 1px solid #666;}
table.spip th { border: 1px solid #666;}

/*  Logos et documents
---------------------------------------------- */
img, img.spip_logos { margin: 0; padding: 0; border: 0; }


.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-weight: bold; font-size: 0.8em; 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([(#CHEMIN{win_width.htc}|url_absolue)]); } */

/*  ------------------------------------------ */
/*  Habillage des formulaires 
/*  ------------------------------------------ */

/* Correction des styles HTML par defaut
----------------------------------------------- */
form, fieldset, legend, label, input, textarea, select, option {
	margin: 0; padding: 0; border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; }

/* Styles de Spip
----------------------------------------------- */
.formulaire_spip {
	text-align: left; }

.formulaire_spip p {  
    margin: 4px 0;  
    padding: 0; }

.spip_encadrer {
    display: block;
	background: #FAFAFA;
	margin: 8px 0;
	padding: 8px;
	border: 1px solid #CCCCCC; }
.spip_encadrer legend { font-weight: bold; }

.spip_sanscadre { border: 0; } /* inutile : a supprimer */

.forml {
	width: 99%;
	background: #fff;
	padding: 1px;
	border: 1px solid #C20336;
	color: #666;
    font-size: 1em; }

input.spip_bouton {
	width: auto;
	background: #666666;
	margin: 3px 0;
	padding: 1px 2px;
	border: 2px outset #666666;
	font-weight: bold;
	color: #FFFFFF;
	float: right; }

.reponse_formulaire {
	font-weight: bold;
	color: #FF0000; }
fieldset.reponse_formulaire {  
	background: #FFFFFF;  
	border: 1px solid #FF6666; }
fieldset.reponse_formulaire legend { font-weight: normal; }
fieldset.reponse_formulaire p { padding: 4px; }

/* * 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: #FFDDAA; }

a.spip_barre:hover img {
	border: 1px solid #808080;
	padding: 3px;
	background: #F8F8F4; }

/* * Choix des mots-clefs */
div.choix_mots { width: 47%; float:left} 
div.choix_mots label { display: inline; }

/* Formulaire de recherche
----------------------------------------------- */
input#formulaire_recherche {
	float: right;
	text-align: left;
	width: 10em;
	background: #fff;
	padding: 1px;
	border: 1px solid #C20336;
	color: #666; }

.spip_surligne { background: #FFFF66; }

/* Couleurs des liens
----------------------------------------------- */
a.on { font-weight: bold; }
a {text-decoration : none; color: #C20336;} /*DD0302*/
a:hover {text-decoration: underline;}


a.spip_in {font-size: 1em; color: #C20336; } /* liens internes */
a.spip_out {font-size: 1em; color:  #C20336;; } /* liens sortants */
a.spip_url { color: #2020A0; } /* liens url sortants */
a.spip_glossaire { color: #20A020; } /* liens vers encyclopedie */
