
/* ---------  Title  --------- */
.title, #t6, .width_750.message, .width_992.message{
	background-color: rgb(240, 138, 45);
	background: rgb(240, 138, 45);
	background: -webkit-linear-gradient( top, rgb(240, 138, 45), rgb(240, 138, 45));
	background: -moz-linear-gradient( top, rgb(240, 138, 45), rgb(240, 138, 45));
	background: -ms-linear-gradient( top, rgb(240, 138, 45), rgb(240, 138, 45));
	background: -o-linear-gradient( top, rgb(240, 138, 45), rgb(240, 138, 45));
	background: linear-gradient( top, rgb(240, 138, 45), rgb(240, 138, 45));
	color: rgb(255, 255, 255);
	text-shadow: ;
}


/* ---------  Progress Lap  --------- */
.progress_lap, .onboard_progress_lap{
	background-color: rgb(255, 255, 255);
	background: rgb(255, 255, 255);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(86%,rgb(255, 255, 255)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgb(255, 255, 255) 86%);
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgb(255, 255, 255) 86%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgb(255, 255, 255) 86%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgb(255, 255, 255) 86%);
}


/* ---------  Table Header  --------- */
.head, thead, .sectors thead, .sectors thead p, .sectors .sector1, .sectors .sector2, .sectors .sector3, .sectors .sector1 p, .sectors .sector2 p, .sectors .sector3 p, .width_750 .map_and_weather *[data-id="track"], .width_750 .map_and_weather *[data-id="mobile_t"], .width_750 .t_comments *[data-id="t_com"], .width_750 .table_in_footer th, .width_992 .t_comments .t_com, .width_992 .table_in_footer th, .width_992 *[data-id="track"], .width_992 *[data-id="mobile_t"]{
	background-color: rgb(240, 138, 45);
	color: rgb(255, 255, 255);
	text-shadow: ;
}


/* ---------  No Kart Color  --------- */
#grid .no div, .comments .com_no{
	border-color: transparent transparent rgb(240, 138, 45) transparent;
	color: rgb(255, 255, 255);
}


/* ---------  Pass Effects / Row Selection  --------- */
.row_selection{
	background-color: #fa2823;
}

.pass_effect, #onboard .pass_effect_2, #onboard .pass_effect{
	background-color: #00a2d9;
}

.pass_effect_2{
	background-color: rgba(0,162,216, 0.5); /* même couleur que .pass_effect avec une alpha de 0.5 */
}

.pass_effect_selected{
	background-color: #7d657e; /* ou couleur entre .pass_effect et .row_selection ou même couleur que .pass_effect */
}


/* ---------  Grid Border Right  --------- */
.global_table .global_table_col2 .col2, .width_750 *[data-id="best"], .width_992 .table_in_footer *[data-id="best"], .width_992 .table_in_footer .td_tchp{
	border-color: rgb(255, 255, 255);
}


/* ---------  Onboard Selected Button  --------- */
#div_driver_button .driver_button.selected{
	background-color: rgb(55, 55, 55);
}





/* ---------  Track  --------- */
.track_d{
	background-image:url(../ftp/track.png);
}

/* ---------  Logo  --------- */
a.logo{
	background-image:url(../ftp/logo.png);
}

