.right {
	float: right;
	margin: 10px;
}
.left {
	float: left;
	margin: 0 5px 5px 0;
}
.text_center {
	text-align: center;
}
.nom {
	font-weight: bold;
	color: #f60;
}
.mois {
	width: 165px;
	height: 195px;
	float: left;
	border: solid 1px #fff;
	border-color: #fff #ccc #ccc #fff;
}

.mois table.calendar {
	margin-left: 12px;
	margin-right: 12px;
}
table.calendar {
	border-spacing:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #039;
	margin: 5px 0 0 0px;
	background: none;
}
.calendar thead th {
	text-align: center;
	color: #f60;
	font-size: 1em;
	width: 100px;
	height: 25px;
	font-weight: bold;
}
.calendar tbody tr td.fond {
	background: #FFA264;
}
.calendar tbody tr td.hte_sais, span.hte_sais {
	background: #f60;
}
.calendar tbody tr td.moy_sais, span.moy_sais {
	background: #f90;
}
.calendar tbody tr td.normal, span.normal {
	background: #fc0;
}
.calendar tbody tr td {
	height: 20px;
	padding : 0px;
	border: none;
	vertical-align: middle;
	font-family: verdana, arial, sans-serif;
	color: #039;
	font-size: 1em;
	text-align: center;
}
.calendar tbody tr td s {
	color: #f60;
}
table.saison {
  border-spacing: 0px;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size: 0.9em;
	 color: #039;
	 margin: 10px 5px 20px 40px;
	 background: none;
}
.saison thead th {
	text-align: center;
	color: #f60;
	font-size: 1em;
	height: 25px;
	font-weight: bold;
	border-bottom: solid 1px #f1f1f1;
}
.saison tbody tr td {
	width: 150px;
	height: 20px;
	text-indent: 5px;
	border-bottom: solid 1px #f1f1f1;
	vertical-align: middle;
	font-family: verdana, arial, sans-serif;
	color: #039;
	font-size: 1em;
	text-align: center;
}
.saison tbody tr td.entete {
 width: 110px;
 text-align: left;
}
.saison tbody tr:hover {
	background: #fff;
}
