@charset "utf-8";
/* CSS Document */
/* CALENDRIER */

th, td {
	padding:10px 8px;
	font-weight:bold;
	vertical-align:top;
	}
th {
	text-transform:uppercase;
	text-align:left;
	color:#fff;
	}
th.date {
	background:#c0d13e url(../medias/rdv-tab-th-date-fond.gif) top left no-repeat;
	width:110px;
	}
th.heure {
	background-color:#aebc41;
	width:90px;
	}
th.type {
	background-color:#a0ae35;
	width:124px;
	}
th.infos {
	background:#94a229 url(../medias/rdv-tab-th-infos-fond.gif) top right no-repeat;
	width:235px;
	}

a.lire-la-suite {
	text-decoration:none;
}

