
/*
 * Correction des styles HTML par defaut pour affichage de la version imprimable
 * Mise à jour Christian (CD)
 */

.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: #ffffff; margin: 10px; }
a { text-decoration: none; color: #505050; }
/* a:hover { text-decoration: none; color: #303030; background: #e8e8e8; } */

.texte, .texte p.spip {
	font-family: Georgia, Garamond, Times, serif;
	text-align: justify;
}

/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {
	font-size: 100%;
	font-weight: bold;
}
.contenu h1,h2.titre-extrait {
	font-size: 120%;
	font-weight: bold;
}
.contenu .titre-rubrique {
	font-size: 120%;
	font-weight: bold;
        background: #800000;
	color: #FFFFCC;
	text-align: center;
}
.contenu .titre-rubrique-impr {
	font-size: 120%;
	font-weight: bold;
 	text-align: center;
}
.contenu h1,h2.titre-texte {
        font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
}
.contenu .surtitre {
        font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	font-variant: small-caps;
        background: #D8CC36;
}
.contenu .surtitre-normal {
        font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	font-variant: small-caps;
}

.contenu .detail {
	font-size: 80%;
	color: #303030;
}
.contenu .date {
	font-size: 80%;
	font-style: italic;	
}

.contenu .mots {
	font-size: 80%;
	text-align: right;
}


