table {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color:#F5F5F5;
	color: #006;
	margin: 15px 20px 0 0px;
}
table p {
	font-size: 1em;
	line-height:1.3em;
}
thead th, .entrainement thead th, .kayak thead th {
	text-align: center;
	background: #F5F5F5;
	color: #f60;
	font-size: 1em;
	border: 1px solid #fff;
	width: 100px;
	height: 25px;
	font-weight: bold;
}
tbody tr {
	background: #FFF;
}
tbody tr td, .horaire tbody td {
	height: 20px;
	padding : 4px;
	background: #FFF;
	border: none;
	vertical-align: middle;
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	text-align: left;
}
/*tableau accueil*/
#stage tbody td + td, #stage tbody td + td + td  {
	text-align: center;
	font-weight: normal;
}
thead th#age {
	width: 100px;
}
thead th#age2 {
	width: 120px;
}
thead th#niv, thead th#sup {
	width: 150px;
}
thead th#samedi, thead th#samedi2 {
	width: 150px;
}
/*horaire*/
.horaire tbody td.semaine {
	font-weight: bold;
	text-align: left;
}
.horaire tbody td {
	text-align: center;
}
thead th#juillet, thead th#aout {
	width: 260px;
}
tbody tr:hover td, .horaire tbody tr:hover td {
	background: #DDF7FF;
}
/*tableau location*/
#location tbody td {
	text-align: left;
}
#location tbody td + td {
	text-align: center;
}
/*tableau entrainement*/
.entrainement tbody td, .kayak tbody td {
	vertical-align: top;
}
.entrainement tbody td.spe1, .kayak tbody td.spe1  {
	font-weight: bold;
	color: #f93;
}
.entrainement tbody td {
	color: #039;
}
thead th#activite, thead th#activite1, thead th#activite2 {
	width: 250px;
}

