
/* Le Grand Tableau */
#agenda-museums {

border-collapse: collapse;
width: 100%;

}

#agenda-museums tr {


}

#agenda-museums tr td.lcol {
	text-align: center;
	vertical-align: middle;
	background-color: #283758;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC33;
	padding: 10px;
	border-bottom: dotted 1px #ffcc33;
}

#agenda-museums tr td.rcol {
	text-align: left;
	vertical-align: top;
	background-color: #F9F9F9;
	color: #000000;
	padding: 10px;
  border-bottom: dotted 1px #ffcc33;

}

#agenda-museums tr td a {
	color: #000000;
	font-size: 12px;
}
#agenda-museums tr td a:hover {
 color: #ffcc33;
}

