
/*
 * 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;
}
.titre {
 color: #996600;
 font-size: 10pt;
 font-weight : bold;
 font-family : Georgia; 
  font-style : italic; 
   }
 .texte_article {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}
   .date_articles {
 color: #990033;
 font-size: 8pt;
 font-weight : bold;
 font-family : Georgia; 
  font-style : italic; 
   }
   .date {
color : #990033;
font-family :  sans-serif;
font-size : 10px;
  font-weight : bold;
}
/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body { background: white; margin: 10px;  background-image : url(images/fond.gif);  }
a { text-decoration: none; color: #333333;  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;  font-style : normal;  font-weight : bold;  font-size : 11px; }
a:hover { text-decoration: none; color: #303030;  }
a.spip_out { text-decoration: none; color: #a02020;  font-family : sans-serif;  font-size : 9px; }
a.spip_titre { text-decoration: none; color: #a02020;  font-family : Georgia;  font-size : 11px;  font-style : italic;  font-weight : bold;   }
a.spip_rubriques { text-decoration: none; color: White;  font-family : Verdana;  font-size : 10px;  font-weight : bold;  }
a.spip_in, a.spip_url { text-decoration: none; color: #2020a0; }
a.spip_glossaire { text-decoration: none; color: #20a020; }


.chapo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	font-size: 105%;
}
.texte, .texte p.spip {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}
.ps {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 85%;
}
.notes {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 80%;
}

/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {
	font-size: 120%;
	font-weight: bold;
}
.contenu h1,h2.titre-extrait {
	font-size: 160%;
	font-weight: bold;
}
.contenu h1,h2.titre-texte {
	font-size: 190%;
	font-weight: bold;
}
.contenu .surtitre {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .detail {
	font-size: 80%;
	color: #303030;
}
.extrait {
	border: 2px solid Black;
	font-size: 85%;
}


/*
 * Disposition a l'ecran
 */

#principal {
	font-family: Arial, Helvetica, sans-serif;
}

#plan {
	font-family: Arial, Helvetica, sans-serif;
}

#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.encart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #e98375;
	padding: 10px 0;
	font-size: 9px;
	color: #b6482d;
}

/*
* Menu
*/
#nav, #nav ul {
	padding: 0px;
	margin: 0px;
	height: 25px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#nav a {
	display: block;
	width: 130px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva, ;
	font-style: normal;
	line-height: 25px;
	color: #b6482d;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	display: block;
	width: 130px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva, ;
	font-style: normal;
	line-height: 25px;
	color: #b6482d;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background-color: #CCCCCC;
}
#nav li {
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#nav li ul {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#menus {
	display: block;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
#menus a {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
#menus a:link {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px; width: 20px;
	line-height: 25px; color: #dde4c9;   font-size: 14px; text-align: center; text-decoration: none;
	border-right : 1px solid #dde4c9;
	text-align: center;
}
#menus a:visited {
	display: block;
	float: left;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px; color: #dde4c9;   font-size: 14px; text-align: center; text-decoration: none;
	border-right : 1px solid #dde4c9;
	text-align: center;
}
#menus a:hover {
	background-color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}