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


/* Spip Styles : intertitre, citations, etc...
----------------------------------------------- */
b.spip {}
i.spip {}
strong.spip {}
em.spip {}
hr.spip {}

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

ul.spip { list-style: disc; }
ol.spip { list-style: decimal; }
ul.spip li, ol.spip li { list-style: inherit; }
li.spip { margin-left: 0.8em; 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; }

p.spip {}
p.spip_note {color:#333;} /* inutile : a supprimer */

/* * Citations, code et poesie */
q, blockquote, .spip_poesie, .spip_serif { font-family: Georgia, Garamond, Times, serif; }

blockquote, blockquote.spip { 
	margin: 10px 20px; 
	padding: 0em 1em; 
	border: 1px dotted #CCCCCC; }

.spip_poesie { 
	margin-bottom: 5px; 
	margin: 10px 20px; 
	padding-left: 10px; 
	border-left: 1px solid #CCCCCC; }
.spip_poesie div { text-indent: -60px; margin-left: 60px; }

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

/*  Tableaux
---------------------------------------------- */
table.spip {
	width: 100%;
	margin-bottom: 1em;
	background: #FFF;
	border: 1px solid #333333; 
	border-collapse: collapse; 
	font-size: 0.82em; }
	
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: #F8F8E8; text-align: center; }
table.spip tr.row_odd { background: #F0F0F0; }
table.spip tr.row_even { background: #FAFAFA; }
table.spip td { padding: 3px; text-align: left; vertical-align: middle; }

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

.spip_documents {}
.spip_documents_center { width: 100%; margin: auto; text-align: center; }
.spip_documents_left { float: left; margin-right: 15px; text-align: left; }
.spip_documents_right { float: right; margin-left: 15px; text-align: right; }
.spip_doc_titre { text-align: center; font-weight: bold; font-size: 0.88em; }
.spip_doc_descriptif { clear: both; font-size: 0.82em; }

/* *  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
----------------------------------------------- */
.formulaire_spip form, .formulaire_spip fieldset, .formulaire_spip legend, .formulaire_spip label, .formulaire_spip input, .formulaire_spip textarea, .formulaire_spip select, .formulaire_spip option { margin: 0; padding: 0; border: 0; }

/* Styles de Spip
----------------------------------------------- */
.formulaire_spip {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif; }

#contenu .formulaire_spip *{ font-size: 0.71em; }
#contenu .formulaire_spip * *{ font-size: 1em; }

.formulaire_spip p {  
    margin: 0.5em 0;  
    padding: 0; }

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

.spip_sanscadre { border: 0; }
.spip_sanscadre legend { display: none; }

.formulaire_spip label {}
.formulaire_spip .forml {
	width: 99%;
	background: #FCFCF0;
	padding: 1px;
	border: 1px solid #666666;
	color: #333333;
	font-family: inherit; }
.formulaire_spip .forml:focus { background: #FFF; border: 1px solid #000; color: #000; }

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

/* * Reponse du formulaire (erreur) */
.reponse_formulaire {
	font-weight: bold;
	color: #FF0000; }
fieldset.reponse_formulaire {  
	background: #FFF;  
	border: 1px solid #FF6666; }
fieldset.reponse_formulaire legend { font-weight: normal; }
fieldset.reponse_formulaire p { padding: 4px; }

/* * Previsualisation du message */
fieldset.previsu {  
	background: #FFF;  
	margin-bottom: 16px;  
	padding: 12px;  
	border: 1px solid #666666;  
	color: #000; } 
fieldset.previsu .titre {  
	font-weight: bold;  
	font-size: 1.18em; } 

/* * Barre de raccourcis */
a.spip_barre img {
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	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; }

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

/* Formulaire de recherche
----------------------------------------------- */
.formulaire_recherche {
	float: right;
	text-align: left;
	width: 12em; }
.formulaire_recherche label { display: none; }

.spip_surligne { background: #FFFF66; }

/* Formulaire menu de langues
----------------------------------------------- */
.formulaire_menu_lang {
	float: right;
	text-align: left;
	width: 12em;
	/*font-size: 0.71em;*/ }
.formulaire_menu_lang label { display: none; }
.formulaire_menu_lang select.forml { padding: 0; margin: 0; }

/* Formulaire de login
----------------------------------------------- */
#page_login .formulaire_login { clear: both; font-size: 0.90em; text-align: center; width: 400px; margin: 0 auto; padding: 3em 0; }
#page_login .formulaire_login fieldset { width: 100%; clear: both; text-align: left; }
#page_login .formulaire_login label, .formulaire_login_forum label, .formulaire_oubli label { display: block; }
#page_login .formulaire_login .forml, .formulaire_login_forum .forml { width: 12em; }
#page_login .formulaire_login .spip_logos, .formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }
#page_login a { color: #e86519; }

/*  ------------------------------------------ */
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color: #333333; }
a.on { font-weight: bold; }
a:hover { text-decoration: underline; color: #000; }
a.spip_in {color:#5A6990;} /* liens internes */
a.spip_out { color: #2020A0; } /* liens sortants */
a.spip_url { color: #2020A0; } /* liens url sortants */
a.spip_glossaire { color: #20A020; } /* liens vers encyclopedie */in {color:#5A6990;} /* liens internes */
a.spip_out { color: #2020A0; } /* liens sortants */
a.spip_url { color: #2020A0; } /* liens url sortants */
a.spip_glossaire { color: #20A020; } /* liens vers encyclopedie */