A:link, A:visited, A:active {color: #0000ff;text-decoration: underline;}
A:hover {color: #cc0000;background:none;text-decoration: underline;}


/* cellule des jours de la semaine*/
.dayTxt{
	font-family:verdana;
	font-size:12px;
	color:#000000;
	height:17px;
padding-left:3px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
}

.nmStop{
	font-family:verdana,sans-serif;
	font-size:14px;
	font-weight:bold;
  color="#261257"
}

/* cellule des heures*/
.hourTxt{
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	height:15px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
}

/* cellule des heures de gauche*/
.hourLftTxt{
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	height:15px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#000000;
}

/* cellule des heures de droite*/
.hourRghtTxt{
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	height:15px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#000000;
}

/* cellule des minutes*/
.minutTxt{
	font-family:verdana;
	font-size:9px;
 line-height:14px;
 padding-left:3px;
 width:25px;
}


/* cadre de la cellule des nuits*/
.brdrTblBlckNight{
 width: 206px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background:#ffffff;
}

