/* $Id: typographie.css,v 1.4 2004/09/02 15:02:38 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;
}


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

h1,h2,h3,h4 {
	margin-top: 0em;
	margin-bottom: 0em;
	/* font-size: 100%; */
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* [ML] 2005-02-11: This doesn't seem to be used */
a .spip_out { text-decoration: none; color: #a02020; }
a .spip_in { text-decoration: none; color: #2020a0; }
a.spip_glossaire { text-decoration: none; color: #20a020; }

/*
 * Styles for the content
 */

.contenu h1 {
}

.contenu h2 {
	font-size: 110%;
	font-weight: bold;
}
/* [ML] Modified 2004-02-24, used on "latest" pages. */
.contenu h1,h2.titre-extrait {
	font-size: 120%;
	font-weight: normal;
}
.contenu h1,h2.titre-texte {
	font-size: 190%;
	font-weight: bold;
}
