/*
 * 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;
}

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
/*body { background: white; margin: 10px; }*/
/*a { text-decoration: none; color: #505050; }*/
/*a { text-decoration: none; color: #000000; }*/
/*a:hover { text-decoration: none; color: #303030; background: #e8e8e8; }*/
/*fond vert couleur rouge des liens survolés*/
/*a:hover { text-decoration: none; color: #ff3300; background: #e6f2cc; }*/
a.spip_out { text-decoration: none; color: #336600; }
a.spip_in, a.spip_url { text-decoration: none; color: #ff3300; }
a.spip_glossaire { text-decoration: none; color: #ff3300; }

.texte, .texte p.spip {
	font-family: arial, sans-serif;
	text-align: justify;
  font-size: 90%;
  /*text-indent: 40px ;*/
  padding-bottom: 5px;
}
.ps {
	/*font-family: Georgia, Garamond, Times, serif;*/
	text-align: justify;
	font-size: 75%;
}
.ps a{
  color: #336600;
}
.liste-articles .ps{
  text-align: left;
  padding-left: 40px;
}
.auteur{
  color:#999999;
	padding-left:20px;
	font-weight: bold;
	font-size:70%;
}
.notes {
	/*font-family: Georgia, Garamond, Times, serif;*/
	text-align: left;
	font-size: 80%;
}
.spip_documents{
	margin:10px;
}
/* pour les recherches */
.spip_surligne {
  background-color: #ffddcc;							 
}
.pagination {
	text-align: center;
	font-size: 80%;
	margin-bottom: 20px;
}
.feed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
  font-size: 9px;
}
/*
 * Ici les styles pour le contenu
 */
#contenu h1,h2,h3 {
	font-size: 100%;
	font-weight: bold;
}
#contenu h3{
	margin: 20px;
	color: #336600;
}
#contenu h1.titre-extrait,h2.titre-extrait {
	font-size: 100%;
	font-weight: bold;
}
#contenu h1.titre-texte,h2.titre-texte {
	font-size: 120%;
	font-weight: bold;
}
#contenu h1.titre-bloc {
  font-size: 140%;
  font-weight: bold;
  color: #336600;
  padding-bottom: 2px;
  border-bottom: solid 1px #99cc66;
}
#contenu h2.titre-bloc {
  font-size: 110%;
  font-weight: bold;
  color: #336600;
  padding-bottom: 2px;
  border-bottom: solid 1px #99cc66;
}
#contenu .titre-bloc a{
  color: #336600;
}
#contenu .surtitre {
	font-size: 90%;
	font-weight: bold;
	font-variant: small-caps;
}
#contenu .detail {
  margin-left: 20px;
	font-size: 60%;
	color: #303030;
}
#contenu .texte{
  font-size: 90%;
  text-align: justify;
}
#contenu .chapo {
	font-size: 75%;
	color: #303030;
  text-align: justify;
}
.liste-articles .chapo a.spip_out{
	font-weight: bold;
}
.extrait {
	/*border: groove 2px #a0a0a0;*/
	/*padding: 1em;*/
	font-size: 80%;
}
#contenu .recherche_chapo {
  font-size: 80%;
}
#contenu h1.recherche_chapo {
  color: #336600;
  padding-bottom: 2px;
}
#contenu .recherche_chapo a{
  font-weight: bold;
}

