/* CSS Document */
.tb_trajet_form {
	width: 100%;
	/*border: 1px solid #999;*/
	margin-bottom: 10px;
}

.tb_trajet_form th {
	width: 40%;
}

.tb_trajet_form td {
	width: 60%;
}

/**
 * Tableau du cout du trajet
 */
.tb_coutTrajet {
	/*border: 1px solid #999;*/
	width: 100%;
}

/*.tb_coutTrajet th {
	background-color: #CCC;
}*/

/**
 * Tableau des jours
 */
.tb_jours th {
	/*background-color: #CCC;*/
	width: 13%;
}

.tb_jours td {
	width: 13%;
	text-align: center;
}

.tb_jours th.label, .tb_jours td.label {
	width: 9%;
}

/**
 * Tableau des résultats de recherche
 */
.tb_recherche_result {
	width: 100%;
	border: 1px solid #CCC;
}

.tb_recherche_result th {
	border-bottom: 1px solid #CCC;
	background-color: #EEE;
}