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

html {
	background:url(images/fond2.gif) repeat-y center;
}

body {
	background:url(images/fond1.gif) no-repeat top center;
	min-height:449px;
	height:auto !important;
	height:449px;
	margin:0px;	
}
img, table, form { 
	margin: 0; 
	padding: 0; 
	border: none; 
}

p, h1, h2, h3, h4, h5, h6 { 
	margin: 0; 
	padding: 0;  
	font-size: 1em; 
	font-weight: normal; 
}

ol,ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a { 
	text-decoration: none; 
}
a:hover { 
	text-decoration: none;
}

/* Images typographiques (via image_typo), URL a revoir... */
img { behavior: url(win_png.htc); }

.invisible { position: absolute; top: -3000em; height: 1%; }

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#mini_calendrier #calendar {
	padding-top:5px;
}

#mini_calendrier #calendar th {
	color:#A2DC58;
	text-align:center;
	text-transform:lowercase;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:8px;
}

#mini_calendrier #calendar tbody td.occupe {
	background:transparent url(images/fond_jr_occupes.gif) left no-repeat;
	height:22px;
	width:22px;
}

#mini_calendrier #calendar caption{
	background:transparent url(images/fond_agenda_mois.gif) no-repeat;
	height:25px;
	width:240px;
	padding-top:5px; 
}

#mini_calendrier #calendar caption li{
	margin-right:7px;
	float:left;
	padding-left:5px;
}

	#mini_calendrier #calendar caption #mois_anterieur a, #mois_posterieur a{
		text-decoration:underline;
	}

#mini_calendrier #calendar a{
	color:#fff;	
}

#mini_calendrier #calendar li.border {
	color:#fff;
}

#mini_calendrier #calendar tr {
	line-height:20px;
}

#mini_calendrier #calendar tr {
	color:#fff;
}

#mini_calendrier #calendar td.horsperiode {
	color:#528D08;
	font-size:.9em;
}