/* $Id: typographie.css,v 1.1 2006/07/19 13:01:01 bgm Exp $ */

/**********************************************/
/*                GENERAL                     */
/**********************************************/

html, body { 
	background: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Keep the .1, see: http://edu.ca.edu/alt-brest/css/vert_web.css */
	font-size: 100.1%;
	font-size-adjust: 0.58;
}

#container {
	text-align: left;
	font-size: 90%; /* global font size */
	background: #ffffff;
}

#headertitle h1 {
	font-family: Serif;
	font-size: 35px;
	text-align: center;
}

#headertitle h3 {
	font-family: Serif;
	font-size: 12px;
	text-align: center;
}

#headerdate {
	font-size: 12px;
	text-align: right;
}

/**********************************************/
/*          MISC RUBBISH                      */
/*                 Very big mess!             */
/**********************************************/

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


/*
 * This is the default style for links, it shouldn't be used anywhere.
 * (Most links use the "content" context, where links are blue.)
 */
a { text-decoration: none; }
a:hover { text-decoration: none; }
a .spip_out { text-decoration: none; color: #a02020; }
a .spip_in { text-decoration: none; color: #2020a0; }
a.spip_glossaire { text-decoration: none; color: #20a020; }

.chapo {
	font-weight: bold;
	text-align: left;
	font-size: 105%;
}

.texte, .texte p.spip {
}

.ps {
	text-align: left;
	font-size: 85%;
}
.notes {
	text-align: left;
	font-size: 80%;
}


/*
 * Ici les styles pour le contenu
 */

.contenu h1 {
	font-size: 100%;
	font-weight: bold;
}

.contenu h2 {
	font-size: 100%;
	font-weight: bold;
}

.titre-extrait h2 {
	font-size: 120%;
	font-weight: normal;
}

.titre-texte h2 {
	font-size: 190%;
	font-weight: bold;
}

.contenu .surtitre {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .soustitre {
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .detail {
	font-size: 80%;
	color: #303030;
}
.date {
	font-size: 80%;
}
.trad {
	font-size: 80%;
}
.reference {
	font-size: 80%;
}
.extrait {
	border: 1px solid #a0a0a0;
	padding: 0.5em;
	font-size: 85%;
}


/*
 * Disposition a l'ecran
 */

.cartouche {
	font-family: Serif;
}

