body {
    font-size: 13px;
    font-family: Arial;
}
#global {
    width: 1000px;
    margin: 0 auto;
}
#header {
    position: relative;
    height: 85px;
}
/********** CHOIX_LANGUE **********/

#choix_langue {
    width: 300px;
    position: absolute;
    right: 0;
    top: 0;
}
#choix_langue input {
    display: block;
    float: right;
    width: 27px;
    height: 17px;
    border: 0;
    cursor: pointer;
}
#choix_langue .flag-fr {
    background: url("/theme/img/flags/france.gif");
}
#choix_langue .flag-en {
    background: url("/theme/img/flags/england.gif");
}
#choix_langue .flag-cn {
    background: url("/theme/img/flags/china.gif");
}
/********** TOPNAV **********/

#topnav {
    border-bottom: 1px solid #888;
}
#topnav .nav {
    background-color: #800000;
    width: 100%;
}
#topnav .nav-item {
    border-right: 1px solid #dcc;
}
#topnav .nav-item:last-child {
    border-right: none;
}
#topnav .nav-link {
    width: 142px;
    padding: 8px 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
#topnav .nav-link:hover {
    background: inherit;
    color: #eee;
}
/********** TOPNAV FR **********/

#topnav #fr .accueil {
    background: url("/theme/img/topnav/fr/accueil.jpg");
}
#topnav #fr .leschevaux {
    background: url("/theme/img/topnav/fr/leschevaux.jpg");
}
#topnav #fr .inscription {
    background: url("/theme/img/topnav/fr/inscription.jpg");
}
#topnav #fr .calendrier {
    background: url("/theme/img/topnav/fr/calendrier.jpg");
}
#topnav #fr .regles {
    background: url("/theme/img/topnav/fr/regles.jpg");
}
#topnav #fr .noussommes {
    background: url("/theme/img/topnav/fr/noussommes.jpg");
}
#topnav #fr .contact {
    background: url("/theme/img/topnav/fr/contact.jpg");
}
#topnav #fr a:hover {
    background-position: 0 -30px;
}
/********** TOPNAV EN **********/

#topnav #en .accueil {
    background: url("/theme/img/topnav/en/accueil.jpg");
}
#topnav #en .leschevaux {
    background: url("/theme/img/topnav/en/leschevaux.jpg");
}
#topnav #en .inscription {
    background: url("/theme/img/topnav/en/inscription.jpg");
}
#topnav #en .calendrier {
    background: url("/theme/img/topnav/en/calendrier.jpg");
}
#topnav #en .regles {
    background: url("/theme/img/topnav/en/regles.jpg");
}
#topnav #en .noussommes {
    background: url("/theme/img/topnav/en/noussommes.jpg");
}
#topnav #en .contact {
    background: url("/theme/img/topnav/en/contact.jpg");
}
#topnav #en a:hover {
    background-position: 0 -30px;
}
/********** TOPNAV EN **********/

#topnav #cn .accueil {
    background: url("/theme/img/topnav/cn/accueil.jpg");
}
#topnav #cn .leschevaux {
    background: url("/theme/img/topnav/cn/leschevaux.jpg");
}
#topnav #cn .inscription {
    background: url("/theme/img/topnav/cn/inscription.jpg");
}
#topnav #cn .calendrier {
    background: url("/theme/img/topnav/cn/calendrier.jpg");
}
#topnav #cn .regles {
    background: url("/theme/img/topnav/cn/regles.jpg");
}
#topnav #cn .noussommes {
    background: url("/theme/img/topnav/cn/noussommes.jpg");
}
#topnav #cn .contact {
    background: url("/theme/img/topnav/cn/contact.jpg");
}
#topnav #cn a:hover {
    background-position: 0 -30px;
}
#content {
    background: #800000;
    overflow-y: hidden;
    position: relative;
    border-top: 1px solid #eee;
    min-height: 600px;
}
#content .barre-titre {
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #FFF;
    font-style: italic;
    padding-left: 20px;
}
#content .left {
    background: #800000;
    position: absolute;
    width: 150px;
    top: 0;
    left: 0;
}
#content .left .barre-titre {
    background: #669966;
}
#content .contenu-sans-right {
    margin: 0 0 0 150px;
}
#content .contenu-sans-right .barre-titre {
    background: #800000;
}
#content .contenu-avec-right {
    background: #fff;
    color: #800000;
    margin: 0 0 0 150px;
    width: 600px;
    position: relative
}
#content .contenu-avec-right .barre-titre {
    background: #800000;
}
#content .contenu-avec-right .contenu-texte {
    color: #800000;
}
#content .contenu-texte {
    padding: 10px
}
#content .contenu-texte {
    font-size: 16px;
    color: #eee;
    font-weight: bold;
}
#content .contenu-texte .acc {
    font-size: 3ex;
    font-weight: bold;
    margin-top: 3px;
}
#content .right {
    position: relative;
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
    height: 590px;
    background: #800000;
}
#content .right .newsletters {
    background: url("/theme/img/newsletters.jpg") no-repeat;
    width: 250px;
    height: 200px;
    position: relative;
}
#content .right .wechat {
    width: 80%;
    height: auto;
    display: block;
    margin: 25px auto;
}
#content .right .accesclient {
    background: url("/theme/img/accesclient.jpg") no-repeat;
    width: 250px;
    height: 152px;
    position: relative;
}
#content .right .titre {
    color: #FFF;
    font-style: italic;
    font-weight: bold;
    margin: 5px 0 0 15px;
}
#content .right .accesclient form {
    margin: 10px 0 0 20px;
    position: relative;
}
#content .right .accesclient form .input_text {
    width: 130px;
    height: 17px;
    border: 1px solid #800000;
}
#content .right .accesclient form p {
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
}
#content .right .accesclient form a {
    color: #000;
}
#content .right .accesclient .submit {
    position: absolute;
    right: 25px;
    top: 45px;
}
#content .right .espaceclient {
    background: url("/theme/img/bg-espace-client.jpg") no-repeat;
    width: 250px;
    height: 277px;
    position: relative;
    position: absolute;
    bottom: 0;
}
#content .right .espaceclient li {
    padding-bottom: 3px;
}
#content .right .espaceclient li a {
    color: #800000;
    font-weight: bold;
    font-style: italic;
}
#content .right .espaceclient li a:hover {
    color: #000000;
}
#content .right .espaceclient li.choisir_abonnement a {
    color: #DAA520;
}
#content .right .espaceclient li.choisir_abonnement a:hover {
    color: #000000;
}
form.inscription p {
    padding: 3px 0;
}
form.inscription span {
    font-size: 20px;
    color: red;
    font-weight: bold
}
form.inscription .input_text {
    border: 1px solid #800000;
}
form.inscription .submit_inscription_fr {
    width: 128px;
    height: 30px;
    background: url("/theme/img/submit_inscription_fr.gif");
    border: 0;
    cursor: pointer;
}
form.inscription .submit_inscription_en {
    width: 128px;
    height: 30px;
    background: url("/theme/img/submit_inscription_en.gif");
    border: 0;
    cursor: pointer;
}
form.inscription .submit_inscription_cn {
    width: 128px;
    height: 30px;
    background: url("/theme/img/submit_inscription_cn.gif");
    border: 0;
    cursor: pointer;
}
form.inscription .erreur {
    font-size: 13px;
    color: #FFF;
    background: red;
    height: 17px;
    padding: 0 5px;
}
.accesclient .submit {
    width: 58px;
    height: 47px;
}
.submit_pariez_fr {
    width: 200px;
    height: 30px;
    border: 0;
    background: url("/theme/img/parier_cheval_fr.jpg");
    cursor: pointer;
}
.submit_pariez_en {
    width: 200px;
    height: 30px;
    border: 0;
    background: url("/theme/img/parier_cheval_en.jpg");
    cursor: pointer;
}
.submit_pariez_cn {
    width: 200px;
    height: 30px;
    border: 0;
    background: url("/theme/img/parier_cheval_cn.jpg");
    cursor: pointer;
}
.lien_jouer_fr {
    background: url("/theme/img/jouer-fr.jpg");
    width: 120px;
    height: 30px;
    display: block
}
.lien_jouer_en {
    background: url("/theme/img/jouer-en.jpg");
    width: 120px;
    height: 30px;
    display: block
}
.lien_jouer_cn {
    background: url("/theme/img/jouer-cn.jpg");
    width: 120px;
    height: 30px;
    display: block
}
.submit_infos_fr {
    width: 128px;
    height: 30px;
    background: url("/theme/img/submit_inscription_fr.gif");
    border: 0;
    cursor: pointer;
}
.submit_infos_en {
    width: 128px;
    height: 30px;
    background: url("/theme/img/submit_inscription_en.gif");
    border: 0;
    cursor: pointer;
}
.submit_infos_cn {
    width: 128px;
    height: 30px;
    background: url("/theme/img/submit_inscription_en.gif");
    border: 0;
    cursor: pointer;
}
.submit_contact_fr {
    width: 128px;
    height: 30px;
    background: url("/theme/img/submit_inscription_fr.gif");
    border: 0;
    cursor: pointer;
}
.submit_contact_en {
    width: 128px;
    height: 30px;
    background: url("/theme/img/submit_inscription_en.gif");
    border: 0;
    cursor: pointer;
}
.submit_contact_cn {
    width: 128px;
    height: 30px;
    background: url("/theme/img/submit_inscription_en.gif");
    border: 0;
    cursor: pointer;
}


h1 {} .chrono {
    color: #fff;
}
.input_text {
    color: #333;
}
#footer {
    background: #380000;
    /* Old browsers */
    
    background: -moz-linear-gradient(left, #380000 0%, #800000 40%, #800000 60%, #380000 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(left, #380000 0%, #800000 40%, #800000 60%, #380000 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to right, #380000 0%, #800000 40%, #800000 60%, #380000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#380000', endColorstr='#380000', GradientType=1);
    /* IE6-9 */
    
    text-align: center;
    color: #fff;
}
#footer a {
    color: #eee;
}
.horse-info {
    border: 1px solid #1B7B0B;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#popupCourseResultat {
    border: 8px solid #800000;
    border-radius: 8px;
    background: #333;
    color: #fff;
    padding: 0 18px;
    min-width: 480px;
    min-height: 320px;
    width: 50%;
    height: 50%;
}
.ui-datepicker-calendar {
    display: none;
}