/*  ----------------------------------------------------------- */
/*  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: 0em;
	text-align: center;
	font-size: 1em;
	color: #333;
}

img, table { margin: 0; padding: 0; border: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux 
/*  ------------------------------------------ */

#page {
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#page a { text-decoration: none; }

#page a:hover { text-decoration: underline; }

#texte_portrait {
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
}

#liste_portrait {
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
}

#liste_spectacle {
	text-align: left;
	margin-left: 155px;
	margin-right: 15px;
}
