/* ** ALERTE ** */
.switch_site_alert {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #e8e8e8;
  color: #000;
  font-size: 10pt;
  text-align: center;
  border-bottom: 1px solid #333;
}
.switch_site_alert .close {
  float: right;
  padding: 2px;
}
.switch_site_alert .close img {
  display: block;
}
.switch_site_alert a.goto {
  color: #e80018;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-style: Italic;
  font-weight: normal;
  text-decoration: none;
}
.switch_site_alert a:hover.goto {
  text-decoration: underline;
}

#nos_marques {
  float: left;
  clear: both;
  width: 121px;
  padding-top: 20px;
  margin-bottom: 13px;
}

#nos_marques2 {
  float: left;
  clear: both;
  width: 121px;
  padding: 19px 14px 0px 12px;
  margin-bottom: 13px;
}
#nos_marques2 a {
  padding: 0px;
}

/* ** PREINSCRIPTION ** */
#account_start_page {
  float: left;
  clear: both;
  width: 600px;
  margin-top: 8px;
  margin-bottom: 10px;
}


#account_start_page .slot {
  float: left;
  width: 290px;
  margin-top: 8px;
  margin-bottom: 10px;
  background: url(http://ftp.actionkarting.fr/img/bg_top_product_list.gif) repeat top left;
}
#account_start_page .slot h2 {
  width: 260px;
  height: 23px;
  background: url(http://ftp.actionkarting.fr/img/h1_bg-290.gif) no-repeat top left;
  margin: 0px;
  padding: 0px 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
}
#account_start_page .slot .content {
  float: left;
  clear: both;
  width: 266px;
  height: 195px;
  padding: 0px 10px;
  font-size: 11px;
  border-left: 2px solid #5a565c;
  border-right: 2px solid #5a565c;
}

#account_start_page .slot .bottom {
  float: left;
  clear: both;
  width: 290px;
  height: 5px;
  font-size: 2px;
  line-height: 3px;
  background: url(http://ftp.actionkarting.fr/img/bg_top_290-bottom.gif) no-repeat top left;
}









/* ** BLOC CONNEXION ** */

#connexion{
  display: block;
}
#connexion .title {
  font-weight: bold;
}
#connexion .title img {
  display: block;
}
#connexion form {
  display: block;
}
#connexion .line {
  display: block;
  padding: 5px 0px;
}
#connexion .line label {
  float: left;
  width: 100px;
  line-height: 17px;
  text-align: left;
  font-weight: bold;
}
#connexion .line .field{
  width: 140px;
  height: 14px;
  border: 1px solid #d6d6d6;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  padding: 0px 4px;
}
#connexion .line .submit{
  vertical-align: middle;
  cursor: pointer;
  margin-top: 13px;
}
#connexion .erreur{
  display: block;
  padding: 2px 6px;
  color: #000;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  margin: 6px 8px;
  border: 2px solid #cc0000;
  background-color: #fff;
}
#connexion p a {
  color: #be0a27;
  text-decoration: none;
}
#connexion p a {
  text-decoration: underline;
}

#connexion .hello {
  display: block;
  padding: 4px 8px;
}
#connexion .links {
  display: block;
  padding: 0px 8px;
}
#connexion .links a {
  display: block;
  color: #000;
  text-decoration: none;
}
#connexion .links a:hover {
  color: #cc0000;
  text-decoration: underline;
}


/* ** FORMULAIRES DE CONTACT ** */
h1.contact {
  display: block;
  clear: both;
  height: 25px;
  line-height: 24px;
  
  margin: 10px 0px 10px 0px;
  padding: 0px 15px;
  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  background: url(http://ftp.actionkarting.fr/img/bg_title_new.gif) no-repeat top left;
  overflow: hidden;
}
h1.contact a, h1.contact a {
  color: #fff;
  text-decoration: none;
}
#contact {
  float: left;
  clear: both;
  width: 600px;
  margin-bottom: 10px;
}
#contact h2{
  padding-top:15px;
}
#contact .message{
  display: block;
  border: 4px solid #ff0000;
  padding: 5px 10px;
}
#contact .box_contact .title{
  float: left;
  clear: both;
  width: 534px;
  height: 20px;
  background: url(http://ftp.actionkarting.fr/img/bg_red_rounded.gif) no-repeat top left;
  padding: 0px 33px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}
#contact .box_contact label{
  display:-moz-inline-box;
  display:inline-block;
  width:200px;
}

#delivery_address label{
  display:-moz-inline-box;
  display:inline-block;
  width: 65px;
}

#contact .box_contact{
  float: left;
  width: 100%;
  padding-bottom: 20px;
}

#contact .box_contact .line {
  padding-bottom: 5px;
  padding-left: 23px;
}
#delivery_address .line {
  padding-bottom: 5px;
}

#contact .line a {
  color: #cc0000;
  text-decoration: underline;
}
#contact .line a:hover {
  color: #ff0000;
  text-decoration: none;
}

#contact .box_contact .input_text {
  width: 215px;
  height: 17px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 13px;
  color: #000;
  border: 1px solid #d6d6d6;
  padding: 2px 4px;
}
#delivery_address .line .input_text {
  width: 170px;
  height: 17px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 13px;
  color: #000;
  border: 1px solid #d6d6d6;
  padding: 2px 4px;
}

#contact .box_contact textarea {
  float: left;
  width: 419px;
  height: 80px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 13px;
  color: #000;
  border: 1px solid #d6d6d6;
  padding: 2px 4px;
}
#contact .box_contact select{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 13px;
  color: #000;
  border: 1px solid #d6d6d6;
}
#contact .box_contact_bottom {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
#contact .box_contact_bottom .line {
  padding-bottom: 5px;
  padding-left: 20px;
}
#contact .box_contact_bottom .line .cnil {
  color: #333;
  font-size: 11px;
  line-height: 13px;
  padding-bottom: 10px;
  text-align: justify;
}
#contact .box_contact_bottom .submit_line {
  clear: both;
  text-align: center;
  width: 100%;
}
#contact .box_contact_bottom .champs_oblig {
  display: block;
  padding-bottom:5px;
  padding-left: 20px;
}

#contact .txt{
  float:right;
  width:308px;
  padding-top:30px;
}

.table_list {
  float: left;
  clear: both;
  width: 600px;
  border: 1px solid #000;
}
.table_list .t_slot {
  display: block;
  clear: both;
  padding-bottom: 6px;
}

.table_list .t_slot .t_title {
  display: block;
  font-weight: strong;
  padding-bottom: 3px;
}
.table_list .t_slot .t_title a, .table_list .t_slot .t_title span {
  color: #000;
  text-decoration: none;
  
  padding-left: 12px;
  background: url(http://ftp.actionkarting.fr/img/arrow.gif) transparent no-repeat 0px 2px;
}
.table_list .t_slot .t_title a:hover {
  color: #e80018;
  text-decoration: underline;
  background: url(http://ftp.actionkarting.fr/img/arrow_on.gif) transparent no-repeat 0px 2px;
}
.table_list .t_slot .t_title a.current {
  color: #e80018;
  text-decoration: none;
  background: url(http://ftp.actionkarting.fr/img/arrow_on.gif) transparent no-repeat 0px 2px;
}

.table_list .t_slot .t_content {
  display: block;
  clear: both;
  padding-left: 12px;
}
.table_list .t_slot .t_content .line {
  display: block;
  clear: both;
}
.table_list .t_slot .t_content .line a {
  color: #000;
  text-decoration: none;
}
.table_list .t_slot .t_content .line a:hover {
  color: #000;
  text-decoration: underline;
}
.table_list .t_slot .t_content .line a.current {
  color: #e80018;
  font-weight: bold;
  text-decoration: none;
}