/*
 * Correction des styles HTML par defaut
 */

.structure {
	display: none;
	font-family: "Courier New", Courier, mono; font-size: 9pt; font-style: normal; font-weight: normal;
}

h1,h2,h3,h4 {
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 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: #303030; }
a:hover { text-decoration: none; color: #303030; background: #fc3; }
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 {
	width: 75%;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	font-size: 105%;
}

.texte, .texte p.spip {
	font-family: Georgia, Garamond, Times, serif;
	margin-left: 2em;
	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 {
	color: #FF0000;	
	font-size: 140%;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
}

.contenu h2 {
	color: #0000FF;	
	background: none; 
	font-size: 140%;
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic; 
	text-decoration: underline;
}

.contenu h3 {
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
	font-style: normal; 
	text-decoration: underline;
}
/*
 * Ici les styles pour les articles
 */

.liste-articles {
	margin-top: 1em;
	margin-left: 2em;
	margin-bottom: 0.5em;
	clear: left;
}

.datauteur {
	float: right;
	width: 25%;
	text-align:right;
	font-size: 90%;
	font-style: italic; 
}

.contenu .surtitre {
	font-family: Verdana;
	font-size: 14pt;
	margin-top: 1em;
	margin-bottom: 1em;
}
.contenu .soustitre {
	font-weight: bold;
	font-style: italic; 
}

/*
 * Styles pour le contenu (c-a-d. la colonne principale)
 */

.contenu {
	margin: 15px;
	font-family: Verdana; 
	font-size: 9pt
}

.cartouche {
	padding-top: 1em;
	border-top: 2px solid #404040;
	margin-bottom: 0em;
}

/*
 * Habillage des menus et de la navigation
 */

#bandeau {
	display: block;
	border: 1px solid #a0a0a0;
	font-size: 24pt;
	font-weight: bolder;
	background-color: #b4dce4;
	font-family: "Courier New", Courier, mono;
	text-align:center;
	letter-spacing: 1em; 
}

.barre_menu{
	font-size: 60%;
	text-align:center;
	font-family: Verdana;
}

