/*
 * _all.css (habillage.css)
 * $LastChangedRevision: 83 $
 * $LastChangedBy: cpaulus $
 * $LastChangedDate: 2009-12-03 16:37:08 +0100 (Jeu 03 déc 2009) $
 * 
 */

/*
 * Fontes par défaut pour Windows 2000
 * Proportionnelles : 
 * - Arial
 * - Arial Black
 * - Comic Sans MS
 * - Georgia
 * - Impact
 * - Lucida Sans Unicode
 * - Microsoft Sans Serif
 * - Tahoma
 * - Times New Roman
 * - Trebuchet MS
 * - Verdana
 * Non-proportionnelles :
 * - Courrier New
 * - Lucida Console
 */

/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */

html, body, h1, h2, h3, h4, h5, h6 
,a , div, img, li, p, table {
	margin: 0; padding: 0; border: 0;
}

body {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-weight:normal; 
	text-align:left;
}
h1 {
	display:block;
	text-align:center;
	font-size:2em;
	font-weight:600;
	line-height:1.2em;
	width:auto;
}
h2 {
	font-size:1.5em;
	line-height:1.2em;
	font-weight:600;
	width:auto;
}
h3 {
	font-size:1.3em;
	line-height:1.2em;
	font-weight:700;
}
h4 {
	font-size:1.2em;
	line-height:1.2em;
}
p {
	margin:0.5em 0;
}

