/* --------------------------------------------------------- */
/* Feuille de style de la rubrique WWTAP                      */
/* --------------------------------------------------------- */


/* ------------------------------------------
/* Typographie generale (style transversaux)
/* ------------------------------------------ */
@font-face { 
	font-family: "SortsMillGoudy";
	src : url("./polices/Sorts Mill Goudy/OFLGoudyStM.otf");
}

body { 
background-color: #FEFFB4;
/*background-image: url(../IMG/jpg/fond_WWTAP.jpg);*/
font-family: "SortsMillGoudy",Times,serif; 
background-repeat: repeat-y;
background-position: center;
color: #000;
}
h1,h2,h3,h4,h5,h6 { font-family: "SortsMillGoudy",Times,serif;color: #000;}
#entete a.accueil #nom_site_spip { vertical-align: baseline; font-size: 2.6em; font-family: "SortsMillGoudy",Times,serif; font-weight: normal; text-decoration: none; color:#333333; text-align:right}
#entete a.accueil #nom_rubrique { vertical-align: baseline; font-size: 1.6em; font-family: "SortsMillGoudy",Times,serif; font-weight: normal; text-decoration: none; color:#555555; text-align:right}
#entete a.accueil #nom_article { vertical-align: baseline; font-size: 1.6em; font-family: "SortsMillGoudy",Times,serif; font-weight: normal; text-decoration: none; color:#777777; text-align:right}

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

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




