@charset "utf-8";
/* CSS Document */

/*******************************    partie commune         ************************************/

#fin_boite {
clear:both;
}

/******************************  Habillage des formulaires de habillage.css de SPIP **************/

.formulaire_spip { text-align: left; 
/*font-size: 0.77em; */
}
.formulaire_spip p { margin: 0.5em 0; padding: 0; }

.formulaire_spip fieldset {}
.formulaire_spip legend {}

.formulaire_spip label {}
.formulaire_spip .forml { 
/*width: 90%; */
width : 130px;
font-family: inherit; font-size: inherit; }

/* Boutons */
.spip_bouton { text-align: right; }
.spip_bouton input { float: right; }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #e86519; }
fieldset.reponse_formulaire { border-color: #e86519; font-weight: normal; }

/* Previsualisation du message */
fieldset.previsu { padding: 1em; }

/* Formulaire de login au forum */
.formulaire_login_forum .forml { width: 12em; }
.formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }

/* Choix des mots-clefs */
ul.choix_mots { float: left; width: 47%; margin: 0; padding: 0; list-style: none; } 
ul.choix_mots label { display: inline; }

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




/*  Complement pour formualaire de recherche  
----------------------------------------------*/

#form_rech_input {
float:left;
}
#form_rech_tout_input {
float:left;
}
#form_lang_tout_input {
padding-left:5px;
}

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles ul { 

padding-left: 20px;
padding-top : 15px;
padding-bottom : 15px;
list-style: none; 
}

.liste-articles li { margin-bottom: 1em; clear: both; }

.liste-articles li .titre {
	font-size: 1.03em;
	font-weight: bold; }

.liste-articles li .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	clear: right; }

.liste-articles li p { margin: 0; padding: 0; }

.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0; }

.liste-articles li small {
/*	display: block;*/
	font-size: 0.71em; }

.liste-articles li .texte {
	margin-top: 5px;
	margin-bottom: 2em;
	border: 1px solid #CCC;
	padding: 0.9em;
	font-size: 0.82em;
	line-height: 1.4em; }

.pagination { font-size: 0.90em; }

