/* ------------------------------------------------------ *//* CALCUL D'ITINERAIRE *//* ------------------------------------------------------ */#conteneurIti {	position: relative;	margin-right: auto;	margin-left: auto;	width: 520px;}#conteneurIti #pageIti {	width: 500px;	background-color: #938e8a;	padding: 10px;}/* ---------------------------------------------------------   CALCUL D'ITINERAIRE : MENU PRATIQUE--------------------------------------------------------- */#pageIti #menuPratiqueIti {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	margin-top: 10px;}#menuPratiqueIti .gauche {	float: left;	width: 33%;}#menuPratiqueIti .gauche a {	color: #fff;	text-decoration: none;}#menuPratiqueIti .gauche a:hover {	color: #57505a;}#menuPratiqueIti .gauche img {	margin-left: 10px;	vertical-align: top;}#menuPratiqueIti .droite {	float: right;	width: 33%;	text-align: right;}#menuPratiqueIti .droite a {	color: #fff;	text-decoration: none;}#menuPratiqueIti .droite a:hover { 	color: #57505a;}#menuPratiqueIti .droite img {	margin-left: 10px;	vertical-align: top;}#menuPratiqueIti .centre {	float: left;	width: 33%;	text-align: center;}#menuPratiqueIti .centre a {	color: #fff;	text-decoration: none;}#menuPratiqueIti .centre a:hover { 	color: #57505a;}#menuPratiqueIti .centre img {	margin-left: 10px;	vertical-align: top;}/* ---------------------------------------------------------   CALCUL D'ITINERAIRE : NAVIGATION BAS DE PAGE--------------------------------------------------------- */#navIti {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	margin-top: 5px;	padding-bottom: 10px;}#navIti .gauche {	float: left;	width: 40%;}#navIti .gauche a {	color: #000;	text-decoration: none;}#navIti .gauche a:hover {	color: #57505a;}#navIti .gauche img {	margin-right: 10px;	vertical-align: center;}#navIti .droite {	float: right;	width: 40%;	text-align: right;}#navIti .droite a {	color: #000;	text-decoration: none;}#navIti .droite a:hover { 	color: #57505a;}#navIti .droite img {	margin-left: 10px;	vertical-align: center;}#navIti .centre {	float: left;	width: 20%;	text-align: center;}#navIti .centre a {	color: #000;	text-decoration: none;}#navIti .centre a:hover { 	color: #57505a;}/* ---------------------------------------------------------   CALCUL D'ITINERAIRE : ITI 1 & 2--------------------------------------------------------- */#pageIti #contentIti {	background-color: #fff;	padding: 5px;}#contentIti h1 {	margin-bottom: 10px;	padding: 5px 0px 5px 0px;	border-top: dotted 1px #57505a;	border-bottom: dotted 1px #57505a;	font-size: 14px;	font-family: Arial, Helvetica, sans-serif;	color: #000;	font-weight: bold;	text-indent: 160px;}#contentIti h2 {	font-size: 12px;	font-family: Arial, Helvetica, sans-serif;	color: #352f36;	margin-bottom: 15px;	text-indent: 160px;}#contentIti fieldset {	position: relative;	margin-top: 5px;	margin-bottom: 10px;	border-top: none;	border-right: none;	border-bottom: none;	border-left: none;}#contentIti legend {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #000;	font-weight: bold;	padding-bottom: 10px;	padding-left: 160px;}#contentIti p {	position: relative;	clear: left;	margin-bottom: 5px;}#contentIti .text {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #000;	font-weight: bold;	padding-top: 3px;	margin-left: 160px;}#contentIti .libtext_iti {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	width: 160px;	float: left;	background: url(images/arrowD.gif) no-repeat 150px center;	color: #352f36;	font-weight: bold;	padding-top: 3px;}#contentIti .text_iti {	width: 300px;	height: 15px;	border: 1px solid #352f36;	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	color: #352f36;	text-indent: 2px;}#contentIti .libselect_iti {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	width: 160px;	float: left;	background: url(images/arrowD.gif) no-repeat 150px center;	color: #352f36;	font-weight: bold;	padding-top: 3px;}#contentIti .select_iti {	width: 300px;	height: 15px;	border: 1px solid #352f36;	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	color: #352f36;	text-indent: 2px;}#contentIti .submit {	width: 300px;	height: 20px;	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #352f36;	border: 1px solid #352f36;	margin-top: 10px;	margin-left: 160px;	background-color: #fff;}#contentIti .text_iti:focus, .select_iti:focus, .textarea_iti:focus {	background: #fff;}/* ---------------------------------------------------------   CALCUL D'ITINERAIRE : ITI 3--------------------------------------------------------- */#contentIti td {	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;}#contentIti td img {	margin-right: 5px;}#contentIti .tbl_header {	font-size: 10px;	background-color: #352f36;	color: #fff;	font-weight: bold;	text-align: center;	border-left: 1px solid #352f36;	border-right: 1px solid #352f36;	text-transform: uppercase;	line-height: 20px; /* hauteur du header */}#contentIti .time_distance_on {	width: 60px; /* largeur des colonnes KM et DUREE */	font-size: 10px;	font-weight: bold;	text-align: center;	border-top: 1px solid #352f36;	border-bottom: 1px solid #352f36;	border-left: 1px solid #352f36;	line-height: 20px; /* hauteur arrivee & depart */}#contentIti .time_td {   	font-size: 10px;	font-weight: bold;	text-align: center;}#contentIti .distance_td {	font-size: 10px;	font-weight: bold;	text-align: center;}#contentIti .itistep {	font-size: 11px;	font-weight: bold;	color: #352f36;	border: 1px solid #352f36;}#contentIti .hc_bold {  	color: #352f36}
