/* --------------------------------------------------------- */
/* Feuille de style de la rubrique LGL                      */
/* --------------------------------------------------------- */
@font-face { 
	font-family: "League Gothic";
	src : url("./polices/league-gothic/League Gothic/League Gothic.otf");
}


body { 
 background-color: #fff;
 color: #000;
 font-family:"AHGroteskReg", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6, #entete a.accueil #nom_site_spip, #entete a.accueil #nom_rubrique, #entete a.accueil #nom_article {
 color: #000;
 font-family:"League Gothic", Arial, Helvetica, sans-serif;}

h3, h3.spip { font-size:1.6em; margin-bottom:0.75em; }

.depoli {border-style: dotted; }

/* ------------------------------------------
/* Disposition a l'ecran des blocs principaux
/* ------------------------------------------ */


#conteneur { padding:1em; width: 60em; margin: 0 auto; background-color: #fff;}
#contenu { float: left; margin: 1em; padding: 1em; width: 35em; }
#navigation { float: right; margin: 1em; padding: 1em; width: 15em;  overflow: hidden; background-color:#fff}




