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

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

/* Raccourcis typographiques de SPIP */
i.spip {color:#333333;}
strong.spip { font-weight:bold}
hr.spip {}

.spip_puce { list-style-position: outside; }
.spip_ancre {
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	margin-bottom:15px;
}


ul.spip {
	margin-bottom:20px;
	}
ol.spip {}
li.spip {font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	line-height:17px;
	
	
	}

h3.spip, h3.spip a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	margin-bottom:20px;
	
	}
	
	

h3.spip a:hover {
	
	color:#cc9966;
	text-decoration:none;
	 }
	
	

/* Paragraphes, citations, code et poesie */
p.spip {}
p.spip a{color:#cc9966;}
p.spip a:hover{color:#666666;text-decoration:underline;}
	 
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: #ebe8db; }*/
.spip_surligne { background: #FF6; }

/* 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 tr.row_first { background: #FFC; }
table.spip tr.row_odd { background: #DDD; }
table.spip tr.row_even { background: #EEE; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }

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

.spip_documents { text-align: left;}

.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: 5px; margin-bottom: 5px;}
.spip_documents_right {float: right; margin-left: 10px; 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(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 {} /* liens internes */
a:hover{}
a.spip_out { color: #cc9966; } /* liens sortants */
a.spip_url { color: #009; } /* liens url sortants */
a.spip_glossaire { color: #060; } /* liens vers encyclopedie */
.on {font-weight: bold; color: #FF6600; } /* liens exposes */

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




/* Structure generale des formulaires
----------------------------------------------- */
.formulaire_contact { clear: both; margin-bottom: 20px; padding: 0; border: 0; text-align: left; font-size: 12px; }
.formulaire_contact form { margin: 0; padding: 0; } /* Bug IE/Win */
.formulaire_contact .bugajaxie { display: none; } /* Bug IE/Win */

/* Fieldset */
.formulaire_contact fieldset { clear: both; margin:0; padding:10px; font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;line-height:17px;color:#333333;background-color:#ebe8db; border:0px solid #cc9966;}

.formulaire_contact input.text, .formulaire_contact select, .formulaire_contact textarea {
	font-family:Arial, Helvetica, sans-serif;
	color:#33333;
	font-size:12px;
	line-height:15px;
	background-color:#FFFFFF;
	margin:3px;
	padding:3px;
	border:1px solid #CCCCCC;
}

/* Lignes */
.formulaire_contact ul { margin: 0; padding:0; list-style: none; }
.formulaire_contact ul li { clear: both; margin: 0; padding:0 0 10px 0; }

/* Labels */
.formulaire_contact label { display: block; text-align: left; /* pour IE/Win */ position: relative;font-family:Arial, Helvetica, sans-serif;color:#33333;font-size:12px;font-weight:bold;}
.formulaire_contact li p { margin-top: 0; margin-bottom: 0; }


/* Champs de saisie */
.formulaire_contact input.text{ width: 60%;}
.formulaire_contact textarea { width: 85%;}
.formulaire_contact select { width: 50%;}
.formulaire_contact option{padding:3px;}


/* Boutons */
.formulaire_contact .boutons { clear: both; margin: 0; padding: 0; text-align: right; }
.formulaire_contact .boutons input.submit {font-family:Arial, Helvetica, sans-serif; color:#333333;font-size:14px;font-weight:bold;padding:5px;margin:5px;}


/* Reponses, previsu et erreurs
----------------------------------------------- */

/* Champs obligatoires */
.formulaire_contact .obligatoire {font-weight:bold;}
.formulaire_contact .obligatoire label {}

/* Previsualisation du message */
.formulaire_contact fieldset.previsu { margin-bottom: 2em; padding: 1em; border: 2px dashed #F57900; }
.formulaire_contact fieldset.previsu legend { padding: 0 0.50em; font-weight: bold; color: #F57900; }
.formulaire_contact fieldset.previsu li { padding: 3px; border: none; }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #e86519; font-size: 1.20em; }
fieldset.reponse_formulaire { border-color: #e86519; font-weight: normal; }
fieldset.reponse_formulaire.reponse_formulaire legend { color: #F57900; } /* Preciser la couleur des legend et du fond pour IE/Win */

/* * Erreurs */
.formulaire_contact span.erreur span.erreur_message { display: block; color: #FF6600; font-weight: bold; }
.formulaire_contact li.erreur input.text, .formulaire_spip li.erreur textarea { background-color: #FCC; border-style: solid; border-color: #C30; }


.reponse_formulaire_ok { margin: 0; color: #53AD20; font-weight: bold; }
.reponse_formulaire_erreur { margin: 0; color: #C30; font-weight: bold; }



