
.right {
	text-align: right;
}

#transport P.erreur {
	color: #FF0000;
}
#transport P.erreur SPAN, #transport P.erreur A {
	font-weight: bold;
	color: #FF0000;
}

div#transport {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

div#transport DIV.legend {
	color: #0058AA;
	font-size: 15px;
	margin: 15px 0px 10px 0px;
	padding: 0px;
	font-weight: bold;
	border: none;
}
div#transport p {
	margin: 3px;
	padding: 0px;
	border: 0px none;
}

/* Formulaires */
form#hour label, form#stops label, form#lines label {
	float: none;
	width: auto;
	text-align: left;
}
DIV#valider {
	margin: 15px 250px 0px 0px;
	padding: 0px;
	border: none;
	text-align: center;
}

form#pass label {
	margin-top: 5px;
	width: 15%;
}
form#ident label, form#form label {
	margin-top: 5px;
	width: 20%;
}
form#ident label.checkbox, form#form label.checkbox {
	float: none;
	width: auto;
}
form#ident input, form#form input, form#pass input {
	margin-top: 2px;
}
form#form input#abn_sms, form#form input#abn_mail {
	margin-left: 100px;
}

/* Listes lignes et/ou horaires */
DIV#horaires input {
	background-color: transparent;
}
DIV#horaires label {
	float: none;
	width: auto;
	text-align: left;
}
DIV#horaires strong {
	color: #0E5D88;
	font-weight: normal;
}
DIV#horaires em {
	color: #FFFFFF;
}
DIV#horaires span {
/*	color: #E0B53E; */
	font-weight: bold;
}
DIV#lignes {
/*	color: #B7D2EB; */
}
DIV#legende {
	padding-top: 5px;
	text-align: right;
}

/* Listes arrêts */
DIV#listeArretsArr {
	border: 0px none;
	margin: 0px;
	padding: 0px;
	background-color: #289bd9;
	background-image: url(../img/bg_iframe.gif);
	width: 370px;
	background-repeat: no-repeat;
}
DIV#listeArretsArr p {
	color: #FFFFFF;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #FFFFFF;
}
DIV#listeArretsArr a {
	text-decoration: none;
	color: #FFFFFF;
}
DIV#listeArretsArr ul {
	margin: 0px;
}
DIV#listeArretsArr li {
	list-style-image: url(../img/px.gif);
	border-bottom: solid 1px #289bd9;
	padding: 8px;
	margin: 0px;
	background-color: #8ccff4;
}
DIV#listeArretsArr li:hover {
	background-color: #addffb;
}
DIV#listeArretsArr li a {
	color: #0E5D88;
}

DIV#ListZone {
	position:relative; 
	width:350px; 
	height:295px;
	z-index:1; 
	overflow: auto;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	border: none;
}
 
/* Lettres alphabétiques */
P#letters {
	text-align: center;
}
P#letters SPAN {
	font-weight: bold;
}
