/*
 * Disposition a l'ecran
 */

#principal {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

#navigation {
	font-family: "Times New Roman", roman, serif, Verdana, Arial, Helvetica, sans-serif;
}

.newswire {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}


/*
 * Correction des styles HTML par defaut
 */

.structure {
             display: none;
}
h1,h2,h3,h4 {
              margin-top: 0em;
              margin-bottom: 0em;
              font-size: 100%;
              font-weight: normal;
              color: #303030;
}

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body { 
       background: #FFFFFF;
       margin:0px;
       padding:0px;       
       }

a {
    text-decoration: none; 
    color: #505050;
    }
a:hover {
          text-decoration: none;
          color: #303030; 
          font-weight: bold;
          background: #eeeeee;
          }
a.spip_out { text-decoration: none; color: #a02020; }
a.spip_in, a.spip_url { text-decoration: none; color: #2020a0; }
a.spip_glossaire { text-decoration: none; color: #20a020; }

.chapo {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	font-size: 100%;
}
.texte, .texte p.spip {
	font-family: Georgia, Garamond, Times, serif;
	text-align: justify;
}
.ps {
	font-family: Georgia, Garamond, Times, serif;
	text-align: justify;
	font-size: 85%;
}
.notes {
	font-family: Georgia, Garamond, Times, serif;
	text-align: left;
	font-size: 80%;
}

/*
 * Ici les styles pour le contenu
 */

.contenu h1 {
                 font-size: 2em;
                 font-weight: bold;
}
.contenu h2 {
                 font-size: 18px;
                 font-weight: bold;
           }
.contenu .surtitre {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .detail {
	font-size: 80%;
	color: #303030;
}
.extrait {
	border: none;
	padding: 0em;
	font-size: 85%;
}


/*
 * Ici les styles pour les newswires divers et variés
 */

.newswire h1 {
               font-size: 16px;
               font-weight: bold;
               }
.newswire h2 {
               font-size: 12px;
               }
.newswire h2 a:hover { 
                       background: none;
                       }
.newswire .surtitre {
                      font-weight: bold;
                      font-variant: small-caps;
                      }
.newswire .detail {
                    font-size: 75%;
                    color: #303030;
                    }


/*
 * Ici les styles pour les menus
 */

.menu-titre { 
              font-size: 100%;
              }
a.menu-titre { 
               font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
               font-size: 130% 
               }
a.menu-titre:hover { background: white; }
.menu-item { font-size: 100%; }
a.menu-item:hover { background: white; }


