table.smallCalMonth {
	margin: 2px; padding: 0;
	margin-left: auto;
	margin-right: auto;
}

table.smallCalMonth td, table.smallCalMonth th { text-align:center; }

table.smallCalMonth td { padding: 1px; }

table.smallCalMonth td a { text-decoration:none; }

/* IMAGE DE FOND */

table.smallCalMonth td 			{ background-color: #ffffff; }
table.smallCalMonth td.tdToday 		{ background-color: #ff0000; }
table.smallCalMonth td.othermonth 	{ background-color: #776EBC; }

table.smallCalMonth tr.entete td 	{ background-color: transparent !important; }

/* TYPOS */

table.smallCalMonth { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: bold;
}

table.smallCalMonth td { font-size: 10px; }
table.smallCalMonth th { font-size: 10px; }

/* COULEUR DE TYPOS */

table.smallCalMonth td a { color: #776EBC; }
	
table.smallCalMonth tr.entete td,
	table.smallCalMonth tr.entete td a,
		table.smallCalMonth th,
			table.smallCalMonth td.tdToday a { color: #ffffff; }
