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

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	background: #FFF;
	margin: 1.5em;
	text-align: center;
	font-size: 0.9em;
	color: #333;
	font-family:Georgia,Times;
}

img, table { margin: 0; padding: 0; border: none; }
ul, ol, li { margin: 0; padding: 0; }
ul { list-style: none; }
h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: bold;text-align: left; }
h1, titre { margin: 0; padding: 0; font-size: 1.1em; font-weight: bold;text-align: center; }

/*  ------------------------------------------
/*  Couleurs des liens et definitions
/*  ------------------------------------------ */
a { text-decoration: underline; color: #333; }
a:hover { text-decoration: underline; }

.texte, p {
text-align: justify;
font-size: 1em;
}

.menu {color: #FFF; margin: 1em; font-weight: bold}
.menu a { text-decoration: none; color: #FFF; }
.menu a:hover { text-decoration: underline; color: #FFFFCC; }

