/*Body: le corps du site, le style général*/
body, .TblTcket {
/*Police principale*/
/*Notez qu'il est possible d'importer des polices grâce à "polices personnalisées" et un Font web generator*/
    background-color: #ffffff;
}
.lblInfoExpodocPayement ol { margin-left:25px; }
#ctl00_Main_ctl09_headerMenu {background-color: #FFFFFF;}

/* 1. Uniformiser la police partout */
body, input, button, select, textarea, a, div, span, h1, h2, h3, h4, h5, h6, p {
    font-family: Verdana, sans-serif !important;
}


.CssButton, .CssButtonPayOnline {
    padding: 8px 20px 8px 20px;
    background-color: #84237C;
    background-image: none !important;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 5px;
    border-color: none;
    border-style: none;
    border: 2px solid Transparent;
    font-size: 18px;
    font-weight: bold;
    width: auto !important;
}


a:link {
    color: #000000!important;
}
 
a:hover {
    color: #ffffff !important;
}

/* 2. Personnalisation de la barre de navigation */
nav#menu {
    background-color: #ffffff !important; /* fond blanc */
    color: #000000 !important;            /* texte noir */
}

/* 2.1. Liens dans la nav */
nav#menu a {
    color: #000000 !important;
    font-weight: normal;
}

/* 2.2. Hover pour accessibilité */
nav#menu a:hover {
    color: #333333 !important;
    text-decoration: underline;
}



/*replace Alibellé sous caddie*/
th.ctl00_Main_ctl13_lbtn_ExpodDoc2, #ctl00_Main_ctl13_lbtn_ExpodDoc2 {
  font-size: 0; /* masque le texte d'origine */
  position: relative;
}

#ctl00_Main_ctl13_lbtn_ExpodDoc2::before {
  content: "Place your orders" !important; /* nouveau libellé */
  font-size: 16px;   /* remet une taille normale */
}


table#ctl00_Main_ctl13_navtable > tbody > tr#navlinks, div#ctl00_Main_ctl13_NewRegistrationDiv {
display: none
}

/*replace pay your orders*/
th.ctl00_Main_ctl13_lbtn_ExpodDoc_Order2, #ctl00_Main_ctl13_lbtn_ExpodDoc_Order2
{
  font-size: 0; /* masque le texte d'origine */
  position: relative;
}

#ctl00_Main_ctl13_lbtn_ExpodDoc_Order2::before {
  content: "Pay orders" !important; /* nouveau libellé */
  font-size: 16px;   /* remet une taille normale */
}




