#resultat_transport { padding: 0px; font-size: 11px }
td { padding: 0px 10px;}
p { padding: 5px}
p.dep { border-bottom: 1px solid #999999}

td.station {}
td.station_via { border-top: 2px dotted #999999}
td.td_form { padding-bottom: 5px}
h2 { font-size: 14px; text-align: center}
h3 { font-size: 12px; text-align: center; color: #333333}

/******/


.suggestionsBox {
	position: relative;
	left: 30px;
	margin: 10px 0px 0px 0px;
	width: 200px;
	background-color: #212427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;	
	color: #fff;
}

.suggestionList {
	margin: 0px;
	padding: 0px;
}

.suggestionList li {
	
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}

.suggestionList li:hover {
	background-color: #659CD8;
}
/*****/
.accordion_toggle {
	display: block;
	background: #A9A9A9 url("img/icons/plus.jpg") 2px 2px  no-repeat;
	padding: 2px 0 2px 25px;
	/*line-height: 30px;*/
	text-decoration: none;
	outline: none;
	cursor: pointer;
	margin: 5px 0;
}

.accordion_toggle_active {
	background: #5C6167 url("img/icons/moins.jpg")  2px 2px no-repeat ;
	color: white
}
.accordion_content {
	background-color: #ffffff;
	color: #666666;
	overflow: hidden;
}
.hidden { display: none}


/*zoom*/
div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;
	display: none

}

.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.6;
		opacity: 0.6;
		filter: alpha(opacity = 60);
		z-index:10;
		border-color:#c4c4c4;
		border-style: solid;
		cursor:crosshair;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
   text-decoration: none;
	border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
	text-align:center;
   background-image: url(zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
}


