body{
	font-family:Arial,"Segoe UI",Verdana,Sans-Serif;
}

.btn_itineraire{
	margin-top:10px;
	margin-bottom:6px;
}

.btn_itineraire a{
	text-decoration:none;
}

.sp_itineraire{
	display:block;
	background-color:#57b70A;
	border-radius:3px;
	box-shadow: 0 1px 4px 1px #e0deda;
	height: 30px;
	font-weight:bold;
	color:#FFFFFF;
	font-size:14px;
	text-transform:uppercase;
	padding-left:50px;
	padding-top:15px;
	background-image: url(../images/Search.png);
    background-repeat: no-repeat;
	background-position:22px 10px;
}

.dv_lignesBoutons{
	clear:both;
}

.dv_boutons{
	margin-left:32px;
}

.dv_bouton{
	float:left;
	height:100px;
	width:100px;
}

.sp_bouton{
	display:block;
	width:100%;
	height:100%;
	background-color:#007f89;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	background-repeat: no-repeat;
	background-position:37px 20px;
}

.dv_bouton:first-of-type{
	margin-right:2px;
}

.dv_lignesBoutons{
	height:100px;
}

.dv_lignesBoutons:first-of-type{
	margin-bottom:2px;
}

.dv_bouton a{
	text-decoration:none;
}
.op_horaireLignes .sp_bouton {
	background-image: url(../images/IconRouteSchedulesWhite.png);
}

.op_horaireArrets .sp_bouton {
	background-image: url(../images/IconStopSchedulesWhite.png);
}

.op_passages .sp_bouton {
	background-image: url(../images/IconNextRidesWhite.png);
}

.op_alertes .sp_bouton {
	background-image: url(../images/IconAlertsWhite.png);
}

.sp_boutonTexte{
	display:block;
	width:57px;
	text-align:center;
	padding-top:52px;
	margin-left:22px;
}


