/* =========== */
/* = Generic = */
/* =========== */
html {
	font: 14px/1.2 Arial, sans-serif;
	color: #eee;
	background-color: #111;
}
body {
	margin: 30px auto;
	width: 600px;
}
a {
	color: inherit;
	text-decoration: underline;
}
h1 {
	margin: 20px 0px;
	font-size: 30px;
}
h2 {
	margin: 10px 0px;
	margin-bottom: 2px;
	font-size: 24px;
}
h3 {
	margin-top: 30px;
	font-weight: bold;
}
p {
	margin: 5px 0;
}
div#logo {
	height: 128px;
	background: url(/somnambule.gif) no-repeat scroll top left;
	text-indent: -9999px;
	margin-bottom: 20px;
}
div#logo a {
	display: block;
	height: 128px;
	width: 128px;
}
div#footer {
	margin-top: 40px;
}
div#citrap {
	font-family: "Lucida Grande", Verdana, sans-serif;
	margin-top: 20px;
	text-align: center;
}
div#citrap a {
	text-decoration: none;
}
div#citraplogo {
	font-size: 20px;
	color: #0973BA;
	text-align: inherit;
}
div#citraplegalname {
	font-size: 12px;
	color: #00A54C;
	text-align: inherit;
}
/* =========== */
/* = Portals = */
/* =========== */
ul.horaires {
	list-style-type: square;
	padding-left: 20px;
}
ul.horaires ul {
	list-style-type: square;
	padding-left: 20px;
}
/* =================== */
/* = Timetable pages = */
/* =================== */
div#pagetabs {
	margin-bottom: 20px;
}
div#pagetabs * {
	display: inline;
	font-size: 24px;
	margin-right: 20px;
	padding: 2px;
}
div#pagetabs h2 {
	color: #111;
	background-color: #eee;
}

table.horaire {
	width: 100%;
}
table.horaire th {
	background-color: #222;
}
table.horaire tr {
	border-top: thin solid #eee;
	border-bottom: thin solid #eee;
}
table.horaire tr + tr {
	border-top: none;
}
table.horaire th {
	font-weight: bold;
}
table.horaire td {
/*  width: 200px;*/
	margin: 0 5px;
}
table.horaire td + td {
/*  width: 50px;*/
}
table.horaire tr.principale {
	font-weight: bold;
	background-color: #0a0a0a;
}

/* ======== */
/* = 2010 = */
/* ======== */

div.error {
  color: #F00;
}
