@import url("style_global.css");
@import url("structure_global.css");
@import url("spip_style.css");
@import url("inc/inc-entete.css");
@import url("inc/inc-blocdroite.css");
@import url("formulaires/recherche.css");

/* Le debut du bloc */
/* => presentation du blog, et descriptif */
#debut_du_bloc { float: left; width: 100%; padding-bottom: 1em; /* border: dotted red; /* POUR FAIRE APPARAITRE LE BLOC */ }

#logo_rubrique { float: left; padding: 0; margin: 0; }
#titre_rubrique { }
	#titre_rubrique p { padding: 10px 15px 10px 30px; font-size: 2.5em; font-family: "Times", serif; color: gray; }
#presentation_rubrique { float: left; margin: 0; padding: 5px 0 0 15px; width: 400px; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif; }
	#presentation_rubrique p { font-size: 0.85em; line-height: 1.75em; color: gray; }

/* La colonne du bloc */
/* => tres blog, elle regroupe divers infos, un peu de navigation... */
#colonne_du_bloc { float: left; width: 200px; /*border-right: 4px dotted #DEE0C8;*/ color: gray; }

.secteur_blog .noisette_colonne { margin: 0 15px 10px 0; padding: 0 0 10px 0; border-bottom: 4px dotted #DEE0C8; } 
#syndication img { float: right; margin: 0 2px 0 7px; }


/* Le milieu du bloc */
/* => vignettes de présentation des articles */
#milieu_du_bloc { float: left; width: 465px; margin: 0 15px 0 15px; }

#liste_derniers_billets { margin: 0; }
.apercu_billet { margin-bottom: 20px; padding-bottom: 5px; border-bottom: 4px dotted #DEE0C8;  /*overflow: auto;*//* Sert a creer un contexte de bloc, pour gerer le flottant logo */ }

.titre_billet a { color: #333;  }
.titre_billet a:hover { color: #991900; }
.soustitre_billet { font-size: 0.8em; color: gray; font-family: Arial, sans-serif; margin: 0 0 20px 0; }
.logo_billet { float: left; margin: 0 15px 0 0;  }
.chapo p { line-height: 1.75em; font-size: 0.8em; color: #333;}

.texte { text-indent: 3em; line-height: 1.5em;  font-size: 0.8em; }
.suite { margin: 15px 0 10px ; text-indent: 3em;  font-size: 0.8em;}
/* .suite a:link { text-decoration: underline; } */
.infos_billet { font-size: 0.7em; text-align: right; color: gray;  margin-top: 2px; }
.imgbulle img { position: relative; top: 3px; }
	


/* --- */

ul { list-style-image: url("../IMG/theme/puce.png"); }
#bloc_rubrique ul { list-style-type: none; }
.descriptif_billet { margin: 0px ; padding: 0px 0px 0px 30px; }


