<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  /******************************************************************************/
 /*                            BALISE GENERALE                                 */
/******************************************************************************/
@font-face {
    font-family: graphik;
    src: url(../fonts/Graphik-Regular.woff);
}
@font-face {
    font-family: graphik;
    src: url(../fonts/Graphik-Medium.woff);
    font-weight: bold;
}

@font-face {
    font-family: apollon;
    src: url(../fonts/apollon-regular-webfont.woff);
}
@font-face {
    font-family: apollon;
    src: url(../fonts/apollon-bold-webfont.woff);
    font-weight: bold;
}
  /******************************************************************************/
 /*                            BALISE GENERALE                                 */
/******************************************************************************/

* {
	margin: 0px;
	padding: 0px;
    outline: none;
}

body {
    color: #333;
    font-family: "graphik", sans-serif;
    font-size: 12px;
}
body.scrollConpens {
    margin-top: 77px;
}
a {
    color: #333;
}
img {
    border: 0;
}
input {
    height: 20px;
	border: 1px solid #D1D1D1;
	cursor:pointer;
}
select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D1D1D1;
    font-size: 11px;
    height: 21px;
    padding-left: 5px;
    width: 137px;
}

.champsRequis, #champsRequis {
    float: left;
    padding: 5px 0;
    text-align: left;
}


.champ {
   /* background: url('../image/css_champ.gif') repeat-x left center;*/
}

input.radio, .checkbox {
	background: none repeat scroll 0 0 transparent;
    margin: 0;
    /*width: 20px;*/
}
label {
    cursor: pointer;
    margin-left: 0;
}
label.checkBoxLabel{
	margin-left:5px;
}
input.champ {
    cursor: text;
}

input.champTel {
    border-color: #7F7F7F;
    font-size: 11px;
    padding-left: 5px;
    width: 127px;
}
input.champPwd {
    border-color: #7F7F7F;
    color: #333;
    font-size: 11px;
    padding-left: 5px;
    width: 122px;
}

input#cgvCB, input#cgvPaypal {
    height: auto;
    margin: 0 5px 0 0;
    width: initial;
}

#checkNewsletter input,
#optinContainer1 input,
#optinContainer2 input {
	width: auto;
    padding-left: 0 !important;
	height: 15px;
}


  /******************************************************************************/
 /*                       BALISES POUR LE POSITIONNEMENT                       */
/******************************************************************************/

#positionSite {
}
#positionSite .langage {
}
#positionSite .langage .pageEtape {
}


  /******************************************************************************/
 /*                         TAILLE DU CONTENU DU SITE                          */
/******************************************************************************/

#topContent {
}

#cadreContent {
}

#cadreContent {
}

#bottomContent {
	clear: both;
}

#pageErreur #cadreContent {
}

/*------------------------------------*\
    #E-STICKY MENU
\*------------------------------------*/

.StickyNav {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}
    .StickyNav .colonneContent1 {
        width: 940px;
        margin: 0 auto;
    }




  /******************************************************************************/
 /*              BALISES POUR LES TAILLES DES LIGNES ET COLONNES               */
/******************************************************************************/

.ligneContent1 {
    background: #000;
}
.ligneContent1 .colonneContent1 {
    margin: 0 auto;
    width: 1010px;
    position: relative;
}
.ligneContent2 {
	width:960px;
	margin:30px auto 0px;
    overflow: hidden;
    padding-bottom: 100px
}
.ligneContent2 .colonneContent1 {
	width:700px;
	float:left;
}
.ligneContent2 .colonneContent2 {
	float: right;
    width: 220px;
}


  /****************************************************************************/
 /*                   MISE EN PLACE DES LIGNES ET COLONNES                   */
/****************************************************************************/


  /***************************************************************************/
 /*                                    ACCUEIL                              */
/***************************************************************************/

#pageAccueil .compFilAriane {
	display:none;
}


  /****************************************************************************/
 /*                                    PAGE ETAPE 1                          */
/****************************************************************************/

#pageEtape1 .colonneContent2  select {
	width: 120px;
}
#pageEtape1 select {
	width: 55px;
}
#pageEtape1 .descContent {
    text-align: left;
    width: 700px;
}
  /****************************************************************************/
 /*                                    PAGE ETAPE 2                          */
/****************************************************************************/

#pageEtape2.champsRequis {
    float: left;
}

#pageEtape2 input.champTel, #pageEtape2 input.champPwd {
    border-color: #D1D1D1;
    width: 208px;

}
#pageEtape2 #nouveaunom, #pageEtape2 #nouveauprenom, #pageEtape2 #nouveaupays, #pageEtape2 #nouveautelFixe, #pageEtape2 #champTel, #pageEtape2 #champPwd, #pageEtape2 #nouveautel, #pageEtape2 #nouveaumail, #pageEtape2 #nouveaumailConfirm {
    font-size: 11px !important;
}
#pageEtape2 input {
    padding-left: 5px;
    width: 208px;
}
#pageEtape2 input.radio,
#pageEtape2 input.checkbox {
    width: auto;
    vertical-align: middle;
}
#pageEtape2 select {
    border-color: #D1D1D1;
    width: 216px;
}
  /****************************************************************************/
 /*                                    PAGE RENOMMAGE                        */
/****************************************************************************/
#pageEtape2 .compRenommageBillet {
	border-bottom:1px solid  #e9e9e9;
}
#pageEtape2 .validContent{
	text-align: center;
}
#pageEtape2 input.valid {
	background: #bc9c69;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 20px;
    font-weight: normal;
    height: 53px;
    text-align: center;
    width: 215px;
	margin-top: 25px;
    padding: 0;

    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
#pageEtape2 input.valid:hover {
    background: #000;
}
  /****************************************************************************/
 /*                                    PAGE ETAPE 3                          */
/****************************************************************************/

/*************** RECAP ACHAT  *******************/
#pageEtape3 .titleComposants {
    margin-top: 15px !important;
}
#pageEtape3 #infoformulaire {
    width: 100%;
    text-align: center;
    min-height: 0;
    box-sizing: border-box;
    clear: both;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #f2f2f2;
    margin-top: 50px;
}

#pageEtape3 #infoformulaire #securite {
    height: 25px;
}
#pageEtape3 #infoformulaire #securite span#titleSecurite {
    background: none !important;
    height: inherit !important;
    font-size: 14px;
    line-height: 25px;
}
#compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #securite #titleSecurite:before {
    font-family: "FontAwesome";
    content: '\f023';
    margin-right: 5px;
    color: #6abf22;
    text-align: center;
    display: inline-block;
    font-size: 1rem;
    position: relative;
    top: 1px;
}
#compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #securite span:nth-child(2) {
    position: absolute;
    bottom: 0;
    width: 97%;
    left: 0 !important;
    text-align: left;
    padding: 0 0 5px 10px;
}
#compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #securite span:before {
    content: 'Paiement s\00E9 curis\00E9 op\00E9 r\00E9 par';
    font-size: 0.8rem;
    color: #a2a2a2;
    position: relative;
    top: 1px;
}
#compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #securite img {
    width: 70px;
    display: inline-block !important;
    margin-left: 2px;
    vertical-align: middle;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.6;
}
#pageEtape3 #infoformulaire #securite span img{
    display: none;
}
#pageEtape3 #infoformulaire #securite span#titleSecurite {
    background: url(../image/ico_payment_paybox.png) no-repeat scroll 0 0 transparent;
    font-size: 10px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 50px 0 0 0;
    padding: 0 0 0 70px;
    text-align: left;
}
#pageEtape3 #infoformulaire #securite span a {
    margin-left: 4px;
    text-decoration: underline;
    font-weight: bold;
    line-height: 1.8;
}

#pageEtape3 #infoformulaire #moyenPaiement {
    float: left;
    font-size: 11px;
    margin: 0 0 0 45px;
    padding: 13px 10px 10px;
    width: 355px;
}
#pageEtape3 #infoformulaire #moyenPaiement #titleMoyenPaiement {
    background: url("../image/ico_lock.png") no-repeat scroll 0 0 transparent;
    border-bottom: 1px solid #CCCCCC;
    clear: both;
    color: #000000;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 0 5px;
    padding: 0 0 5px 35px;
    text-align: left;
}
#pageEtape3 #infoformulaire #moyenPaiement a#moyenPaiementCB, #pageEtape3 #infoformulaire #moyenPaiement a#moyenPaiementPaypal {
    color: #000000;
    display: block;
    float: left;
    font-weight: bold;
    margin-left: 38px;
    padding: 0 0 8px 28px;
    text-align: left;
    text-decoration: none;
}
#pageEtape3 #infoformulaire #moyenPaiement a{
	background: none repeat scroll 0 0 #4E4E4F;
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    margin-top: 5px;
    padding: 2px 5px;
    text-align: left;
    text-decoration: none;
    display: none;
}
#pageEtape3 #titleCodeReduction {
	background: none repeat scroll 0 0 #4E4E4F;
    color: #FFFFFF;
    float: left;
    margin-left: 25px;
    margin-top: 5px;
    padding: 2px 5px;
    display: none;
}
#pageEtape3 #infoformulaire #moyenPaiement a#moyenPaiementCB {
    background: url("../image/css_champCB.gif") no-repeat scroll 0 0 transparent;

}
#pageEtape3 #infoformulaire #moyenPaiement a#moyenPaiementPaypal {
    background: url("../image/css_paypal.gif") no-repeat scroll 5px 0 transparent;
}
#pageEtape3 #infoformulaire #moyenPaiement a.moyenPaiement_CB {
    background: url(../image/CB.png) no-repeat;
}
#pageEtape3 #infoformulaire #moyenPaiement a.moyenPaiement_Paypal {
    background: url(../image/paypal.png) no-repeat;
}
#apercuCVV:before {
    content: "\f059";
    font-family: FontAwesome;
    display: inline-block;
    color: #777;
    font-size: 18px;
    padding: 0 0 0 10px;
}
#apercuCVV img {
    opacity: 0;
}
 #recapAchat {
    font-size: 16px;
    padding: 15px 0!important;
    margin-top: 10px;
    display: table;
    width: 100%;
    text-align: center;
    color: #7b7b7b;
}
#recapAchat .recapAchatContent {
    display: table-cell;
    vertical-align: middle;
}
 #recapAchat #libelleRecapAchat {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 10px;
}
#recapAchat #infoRecapAchat {
    display: block;
    margin: 0;
}
#recapAchat #infoRecapAchat .nombreRecapAchat {
    font-size: 1.2rem;
}
#recapAchat .montantRecapAchat {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2.2rem;
    margin-top: 0;
    font-family: "Latolight";
}
#nouvelleCB {
    margin-top: 20px
}
#nouvelleCB td {
    padding: 0 10px 15px 0;
    font-weight: bold;
    width: 80px;
    text-align: left;
}
#nouvelleCB .tableColonne2 {
    text-align: left;
}
#nouvelleCB .champCarte,
#nouvelleCB input.champ {
    width: 130px;
}
#nouvelleCB #moisCB,
#nouvelleCB #anneeCB {
    width: 64px;
    margin-right: 9px;
}
#nouvelleCB tr:nth-child(5) .tableColonne1-2 {
    padding-top: 20px;
    padding-bottom: 5px;
}
#nouvelleCB .tableColonne1-2 label,
#nouvelleCB .tableColonne1-2 span {
    font-size: 12px;
    font-weight: normal;
}
#nouvelleCB .tableColonne1-2 label a {
    color: #bc9c69;

}
#nouvelleCB .tableColonne1-2 label a:hover {
    color: #000;
    font-style: italic;
}
#nouvelleCB td.tableColonne2 input {
    padding-left: 5px;
}
#nouvelleCB td.tableColonne2 input.champCarte {
    padding-left: 30px;
    width: 105px;
    background-size: 20px !important;
}
#nouvelleCB td.tableColonne2 input#champ0 {
    background: url(../image/css_champCB.gif) no-repeat scroll 4px center transparent;
}
#nouvelleCB td.tableColonne2 input#champ1 {
    background: url(../image/css_champVISA.gif) no-repeat scroll 4px center transparent;
}
#nouvelleCB td.tableColonne2 input#champ2 {
    background: url(../image/css_champMC.gif) no-repeat scroll 4px center transparent;
}
#nouvelleCB td.tableColonne2 input#champ3 {
    background: url(../image/css_champECB.gif) no-repeat scroll 4px center transparent;
}
#nouvelleCB td.tableColonne2 input#champ4 {
    background: url(../image/css_champJCB.gif) no-repeat scroll 4px center transparent;
}
#nouvelleCB td.tableColonne2 input#champ5 {
    background: url(../image/css_champAMEX.gif) no-repeat scroll 4px center transparent;
}


  /****************************************************************************/
 /*                             PAGE PANiER GRATUIT                          */
/****************************************************************************/

#paiementFree {}
#paiementFree th{
    color: #bc9c69;
    font-family: "apollon";
    font-size: 30px;
    font-weight: normal;
    padding: 20px 0 10px;
}
#paiementFree td {
    color: #333;
    font-size:12px;
    padding: 0;
}
#paiementFree #validationPaiementFree {
    margin: 30px 0 0;
    padding: 0;
    text-align: right;
    width: 700px;
    display: block;
}
#paiementFree #validationPaiementFree a {
    background: #bc9c69;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: "apollon";
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    height: 53px;
    line-height: 50px;
    text-align: center;
    width: 215px;
    text-decoration: none;
    margin: auto;

    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
#paiementFree #validationPaiementFree a:hover {
    background: #000;
}




  /****************************************************************************/
 /*                                 PAGE ETAPE4                              */
/****************************************************************************/

.descContent {
	display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin: 30px 0 5px 0;
}


  /****************************************************************************/
 /*                             PAGE IDENTIFICATION                          */
/****************************************************************************/
#pageCompteIdentification .tableDesc {
}
#pageCompteIdentification input.champTel, #pageCompteIdentification input.champPwd {
    border-color: #D1D1D1;
    width: 145px;
}
#pageCompteIdentification select {
    border-color: #D1D1D1;
    width: 152px;
}
  /****************************************************************************/
 /*                                 PAGE COMPTE                              */
/****************************************************************************/

#pageCompte {}
#pageCompte .ligneContent2{
	background:#fff;
}
#pageCompte .ligneContent2 .colonneContent1{
	width: 960px;
}
#pageCompte .colonneContent2{
	display:none;
}
#pageCompte .colonneContent1 .dataContentComposants .titleContent span {
	display:none;
}
#pageCompte  .validContent{
    text-align:center;
}
#pageCompte .valid {
    background: #bc9c69;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: normal;
    height: 53px;
    line-height: 30px;
    margin: 21px auto 10px;
    text-align: center;
    width: 215px;

    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
#pageCompte .valid:hover {
    background: #000;
}
#pageCompte .descContent {
	margin-bottom: 13px;
}
#pageCompte .rechercheCompteDigitick {
    background: none repeat scroll 0 0 #F4F4F4;
    clear: left;
    color: #000000;
    height: 20px;
    margin: 10px 0 20px;
    padding: 8px 0;
}
#pageCompte .zoneRecherche {
    display: block;
    float: left;
    height: 20px;
    margin: 0;
}
#pageCompte .rechercheCompteDigitick span {
    display: block;
    float: left;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-left: 30px;
    text-align: left;
    width: 99px;
}
#pageCompte #rechercheType {
    width: 155px;
	height: 20px;
}
#pageCompte input {
	height: 18px;
}
#pageCompte #rechercheSubmit,
#pageCompte #rechercheCancel {
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    color: #FFFFFF;
    padding: 1px 3px;
    height: 19px;
    line-height: 10px;
    cursor: pointer;
}
#pageCompte #rechercheSubmit:hover,
#pageCompte #rechercheCancel:hover {
    background-color: #999;
}
#pageCompte #rechercheCancel {
    width: 20px;
}
#pageCompte #calContent {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
#pageCompte .zoneTri {
    display: block;
    float: right;
    height: 20px;
    margin: 0 30px 0 0;
}
#pageCompte #calContent input {
    vertical-align: super;
}
#pageCompte .zoneTri span{
    padding-right: 5px;
    text-align: right;
}
/***************** ONGLETS  **********************/
.ongletContent{
    background: none repeat scroll 0 0 #f2f2f2;
    height: 90px;
    width: 960px;
    line-height: initial;
}
.ongletContent a{
    font-family: "apollon";
    font-weight: normal;
    height: 65px;
    padding-left: 60px;
    padding-top: 24px;
    text-decoration: none;
    width: 260px;
    display: inline-block;
}
.ongletContent a#monCompte {
    width: 252px;
}
.ongletContent a span {
	font-size: 12px;
	display:block;
}
.ongletContent a span.ongletLibelle{
	font-size: 20px;
}
.ongletContent a.onglet span.ongletLibelle {
    color: #bc9c69;
}
.ongletContent a.ongletSelected {
    background-color: #bc9c69;
    color: #ffffff;
    line-height: initial;
}
.ongletContent a.onglet:hover{
    color: #999;
}
.ongletContent a.onglet:hover span {
    color: #999;
}


  /***************************************************************************/
 /*                          FOOTER VERSAILLES                              */
/***************************************************************************/
#addBas {
}
#addBas #footerContainer {}
#addBas #footerContainer #footerVersailles {
    height: 23px;
    padding-top: 12px;
}
#addBas #footerContainer #footerVersailles ul{
	margin: 0 auto;
    width: 325px;
}
#addBas #footerContainer #footerVersailles ul li{
	display:inline;
	padding: 0 10px;
}
#addBas #footerContainer #footerVersailles ul li a{
	color:#939393;
	text-decoration:none;
	font-size:10px;
}
#addBas #footerContainer #footerVersailles ul li a:hover{
	text-decoration:underline;
}
#addBas #footerContainer #footerDigi {
	 background: url("../image/footer_image.jpg") no-repeat scroll 0 center transparent;
    margin: 0 auto;
    width: 990px;
	color:#cccdcc;
}
#addBas #footerContainer #footerDigi #contenuFooter {
	height: 100px;
    position: relative;
    width: 990px;
}
#addBas #footerContainer #footerDigi #contenuFooter #Numeros{
	font-size: 10px;
    left: 48px;
    position: absolute;
    top: 43px;
}
#addBas #footerContainer #footerDigi #contenuFooter #Numeros a{
	color:#ccc;
	text-decoration:none;
}
#addBas #footerContainer #footerDigi #contenuFooter #texteService{
	font-size: 10px;
    left: 125px;
    line-height: 12.3px;
    position: absolute;
    top: 32px;
}
#addBas #footerContainer #footerDigi #contenuFooter #textePaiement{
	font-size: 10px;
    left: 669px;
    position: absolute;
    top: 30px;
}
#addBas #footerContainer #footerDigi #contenuFooter #texteLargeBas{
	font-size: 10px;
    left: 343px;
    position: absolute;
    text-align: center;
    top: 42px;
}
#addBas #footerContainer #footerDigi #contenuFooter #texteLargeBas a{
	color:#ccc;
}
#addBas #footerContainer #footerDigi #contenuFooter #texteLargeBas p a{
	text-decoration:none;
}

  /***************************************************************************/
 /*                          CALENDRIER WIDE                                */
/***************************************************************************/

.compCalendrier {
    padding: 0px;
}
#compCalendrierHeader1 {
}

#compCalendrierFooter1 {
}
	table.jCalendar td.today {
    background: none repeat scroll 0 0 #bc9c69;
}
div.dp-popup {
    background-color: #f2f2f2;
    border: 1px solid #FFFFFF;
    color: #ffffff;
    font-size: 12px;
    left: calc(50% - 200px) !important;
    padding: 6px;
    position: relative;
    top: 400px !important;
    width: 400px;
    -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
    border: none;
}
.compCalendrier div.dp-popup {
    background-color: #f2f2f2;
    border: 1px solid #FFFFFF;
    color: #ffffff;
    font-size: 12px;
    left: 0 !important;
    padding: 6px 6px 10px 6px;
    top: 5px !important;
    width: 400px;
    box-shadow: none;
    border: none;
}
div.dp-popup h2 {
    font-size: 15px;
    margin: 0;
    padding: 20px 7px 0;
    text-align: center;
    color: #000;
}
#langageFR div.dp-popup h2 {
    text-transform: lowercase;
}

div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
    color: #C4251B !important;
    cursor: pointer;
    font-size: 0;
    display: block;
    height: 15px;
}
div.dp-popup div.dp-nav-next a.dp-nav-next-year {
     background: url("../image/sprite_fleche_blanche.gif") no-repeat scroll 0 -164px transparent;
     width: 11px;
     background-size: 15px;
}
div.dp-popup div.dp-nav-next a.dp-nav-next-month {
    background: url("../image/sprite_fleche_blanche.gif") no-repeat scroll 0 5px transparent;
    width: 30px;
    background-size: 15px;
}
div.dp-popup div.dp-nav-prev a.dp-nav-prev-month {
    background: url(../image/sprite_fleche_blanche.gif) no-repeat scroll 15px -33px transparent;
    width: 30px;
    background-size: 15px;
}
div.dp-popup div.dp-nav-prev a.dp-nav-prev-year {
    background: url("../image/sprite_fleche_blanche.gif") no-repeat scroll 5px -135px transparent;
    width: 17px;
    background-size: 15px;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
    color: #AAAAAA;
    cursor: default;
	background:none;
}
table.jCalendar {
    font-size: 11px;
    text-align: left;
    width: 100% !important;
	border:none;
	background:none repeat scroll center top transparent;
}
table.jCalendar th {
    background: none repeat scroll 0 0 transparent;
    color: #bc9c69;
    font-weight: normal;
    padding: 5px 5px 10px !important;
    text-align: center;
}

div.dp-popup td.disabled {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #f2f2f2;
    color: #ccc;
    cursor: default;
}
table.jCalendar td {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #f2f2f2;
    color: #333;
    font-weight: normal;
    text-align: center;
    padding: 20px 5px !important;
}
table.jCalendar td:hover {
    background: none repeat scroll 0 0 #000;
    color: #FFFFFF !important;
}
table.jCalendar td.selected {
    background: #bc9c69 !important;
    color: #fff !important;
}
table.jCalendar td.selected:hover {
    background: none repeat scroll 0 0 #000 !important;
    color: #FFFFFF;
}
table.jCalendar td.selected {
   background: none repeat scroll 0 0 #FFFFFF;
    color: #106470;
}
#contenuCalendar {
}
#contenuCalendarHeures {
    background-color: #FFFFFF;
    display: block;
    margin: 0;
    width: 212px;
    padding: 15px 25px 5px 25px;
    border: 1px solid #E6E6E6;
    position: absolute;
    right: 0;
    top: 5px;
}
#dateCalendarRep {
    color: #bc9c69;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 5px 0 15px;
    text-align: left;
}
#langageFR #dateCalendarRep {
    text-transform: lowercase;
}
#listeCalendarRep {
	margin: 10px 0 0;
}
.calendarHeureLines {
    margin: 0 0 15px;
    background-color: #bc9c69;
    display: inline-block;
    width: 101px;
    text-align: center;
}

.calendarHeureLines:nth-child(even) {
    margin-left: 10px;
}
.calendarHeureLines:hover {
    background: #000;
}

.calendarHeureLines a {
    color: #fff;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
}

.calendarHeureLines a:hover {
	color: #000000;
    background:#000;
	color:#da6153;
}
.calendarHeureLines a:hover {
	color: #fff;
}

.infoEtat {
    clear: both;
    display: block;
    margin-bottom: 10px;
}
#langageFR .infoEtat {
    text-transform: lowercase;
}
div.dp-popup div.dp-nav-prev {
    position: absolute;
    top: 23px;
    left: 20px;
    width: 100px;
}
div.dp-popup div.dp-nav-next {
    position: absolute;
    top: 23px;
    right: 20px;
    width: 100px;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
    background: #fff;
    color: #ccc !important;
}




  /***************************************************************************/
 /*                            BACK TO TOP                                  */
/***************************************************************************/
#back-to-top {
    position: absolute;
    right: 0;
    width: 75px;
    height: 80px;
    text-align: center;
    line-height: 75px;
    background: #F2F2F2;
    color: #666;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 1;
    display: block;
    font-size: 30px;
    margin-top: -80px;

    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
#back-to-top:hover {
    background: #bc9c69;
    color: #fff;
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}


  /***************************************************************************/
 /*                            ETAT                                 */
/***************************************************************************/

.bandeauEtat {
    width: 110px;
    height: 110px;
    margin: -113px 0px 0px 1px;
    background-position: center center !important;

}

/* --(~°sm°~)-----()-----(~°zk°~)-- */</pre></body></html>