div.smallCalMonthCont { padding-bottom: 10px; background-color: #f0f0e8; margin: 14px auto; }

table.smallCalMonth {
	width: 100%; background-color: #f0f0e8;
	padding: 0; margin: 0; font-size: 1em;
}

table.smallCalMonth abbr { border-bottom-width: 0px; }
table.smallCalMonth th, table.smallCalMonth td { text-align: center; }
table.smallCalMonth td a, table.smallCalMonth td span { display: block; text-decoration:none; }

table.smallCalMonth tr.smallCalMonth_headerLine td { padding: 3px 0; }
table.smallCalMonth tr.smallCalMonth_headerLineAfter td { height: 10px; font-size: 0; line-height: 0; }

/* TYPOS */

table.smallCalMonth { font-family: Verdana, Arial, Helvetica, sans-serif; }
table.smallCalMonth tr th { font-size: 1em; font-weight: bold; color: #e12914; }
table.smallCalMonth tr td { font-size: 1em; }
table.smallCalMonth tr.smallCalMonth_headerLine td { color: #32322d; font-weight:bold; text-transform: uppercase; }
table.smallCalMonth td.smallCalMonth_tdToday span { color: #ffffff; font-weight:bold; }
table.smallCalMonth td.smallCalMonth_tdEvent a { color: #e12914; font-weight:bold; }

table.smallCalMonth tr.smallCalMonth_headerLine td { background-color: #e5e5d9; }
table.smallCalMonth td.smallCalMonth_tdEmpty { background-color: #e2e2d8; }
table.smallCalMonth td.smallCalMonth_tdEvent  { background-color: #ffffff; }
table.smallCalMonth td.smallCalMonth_tdToday  { background-color: #e44430; }

/* PRECEDENT / SUIVANT */
table.smallCalMonth a.smallCalMonthPrecedent, table.smallCalMonth a.smallCalMonthSuivant {
	display: block; width: 20px; height: 10px;
	margin: auto; text-align: center;
}

table.smallCalMonth a.smallCalMonthPrecedent span,
	table.smallCalMonth a.smallCalMonthSuivant span { display: none; }

table.smallCalMonth a.smallCalMonthPrecedent { background: transparent url("/images/_common/calend_precedent.gif") 50% 50% no-repeat; }
table.smallCalMonth a.smallCalMonthSuivant { background: transparent url("/images/_common/calend_suivant.gif") 50% 50% no-repeat; }

table.smallCalMonth .smallCalMonthTampon { background-color: #f0f0e8; width: 13px; border-bottom: 1px solid #f0f0e8; }
table.smallCalMonth tr.smallCalMonth_headerLine .smallCalMonthTampon { background-color: #e5e5d9; width: auto; }

/* Couleur de bord */
table.smallCalMonth th { border:0; }
table.smallCalMonth tr td { border-bottom: 1px solid #e5e5d9; }
table.smallCalMonth tr td a, table.smallCalMonth tr td span { border: 1px solid #ffffff; }
table.smallCalMonth tr.smallCalMonth_headerLine td { border: 1px solid #e5e5d9; }
table.smallCalMonth tr.smallCalMonth_headerLine td a { border: 0px solid #e5e5d9; }
table.smallCalMonth tr.smallCalMonth_headerLineAfter td { border: 0px solid #e5e5d9; }
table.smallCalMonth td.smallCalMonth_tdToday a { border: 0px solid #e5e5d9; }
table.smallCalMonth td.smallCalMonth_tdEvent a { border: 0px solid #e5e5d9; }
table.smallCalMonth td.smallCalMonth_tdEmpty { border-bottom: 1px solid #f0f0e8; }
