/* Accueil - logos */
h1, h2 {
	text-align:center;
}

.logos {
	position:relative;
	width:200px;
	margin: 0 auto;
}

.logos p {
	text-align:center;
	border: 1px solid black;
}

.logos a img {
	display:block;
	width:180px;
	margin: 10px auto;
}


th {
	text-align:right;
}

tr {
	margin: 5px 0px;
	padding:3px 0px;
	height:1.5em;
}

.liens a, .arrivees_departs a, .gares a {
	text-decoration:none;
	background-color:yellow;
	color:blue;
	padding:5px;
	margin:2px;
	border:1px solid black;
}

.table_arrivees_departs tr {
	display:block;
	margin-bottom:5px;
}

.b48,.t81,.t97,.metro {
	border-radius:5px;
	border:2px solid black;
	margin-bottom:5px;
}

.b48 a,.t81 a,.t97 a,.metro a {
	color:white;
	text-decoration:none;
	display:block;
	padding:3px;
	line-height:125%;
	text-align:center;
}

.b48,.t81 {
	background-color:#338C26;
}

.t97 {
	background-color:#991F36;
}

.metro {
	background-color:#999999;
}

