#compBody {
}

#compBody #compBodyHeader {

}

#compBody #compBodyHeader #compBodyFooter {

}

#compBody #compBodyHeader #compBodyFooter #compBodyContent {

}

#compBody #compBodyHeader #compBodyFooter #compBodyContent .topContentComposants {

}

#compBody #compBodyHeader #compBodyFooter #compBodyContent .topContentComposants .titleComposants span {
}

#compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants {
}

#compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .ligneAccueilContent1 {
}

#compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .ligneAccueilContent1 .colonneAccueilContent1 {

}

#compBody #compBodyHeader #compBodyFooter #compBodyContent .bottomContentComposants {
    clear: both;
}

/*------------------------------------*\
    #GENERALE
\*------------------------------------*/
.titleContent {
}

.descContent {
    font-family: "HelveticaNeueCondenced", sans-serif;
    font-size: 48px;
    text-align: center;
    margin-bottom: 60px;
}

.nameElement {
    font-size: 17px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #666;
    display: block;
}

.dateElement {
    font-size: 12px;
    margin-bottom: 7px;
    display: block;
}

.infoElement {
    color: #000000;
    font-size: 12px;
    text-align: justify;
}

/*------------------------------------*\
    #PAGE ACCUEIL - LISTE FILTRE
\*------------------------------------*/
#compListeFiltre1 {
    margin-bottom: 1px dotted #ccc;
}

.compListeFiltre a {
    text-decoration: none !important;
    border-bottom: 1px solid #1bbc9b;
    display: block;
    float: left;
    margin: 0 0 20px;
    padding-bottom: 10px;
}

.compListeFiltre img {
    float: left;
    height: 110px;
    margin-left: 0;
    margin-right: 20px;
    padding: 0;
    width: 110px;
}

.compListeFiltre p {
    float: left;
    width: 451px;
}

/*--------------------------------------------------------------------------------------------*\
                                         #PAGE COMPTE
\*--------------------------------------------------------------------------------------------*/
#pageCompte #compBody {
    float: left;
    margin: 20px 0;
    width: 100%;
}

#pageCompte #compBody #compBodyHeader #compBodyFooter {
    padding-bottom: 59px;
}

/*------------------------------------*\
    #TITRE
\*------------------------------------*/
#pageCompte .titleContent {
    display: none;
}

/*------------------------------------*\
    #DESCRIPTON
\*------------------------------------*/
#pageCompte #compBody #compBodyHeader #compBodyFooter #compBodyContent .descContent {
    color: #000000 !important;
    font-size: 12px !important;
    font-weight: bold !important;
    height: 26px !important;
    line-height: 26px !important;
    padding: 0 0 10px !important;
    text-align: center !important;
    text-indent: 0 !important;
    border-bottom: 1px solid #999 !important;
}

/*------------------------------------*\
    #NAVIGATION
\*------------------------------------*/
.ongletContent {
    display: block;
    margin: 20px 0 80px;
}

.ongletContent a {
    display: block;
    float: left;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    width: 33%;
}

.ongletContent a span {
    display: block;
    font-size: 12px;
}

a.onglet {
    background: #eee;
    color: #000;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    padding: 15px 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;
}

a.onglet:hover {
    background: #ccc;

    -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;
}

.ongletContent a.ongletSelected {
    background: #f4b5ca;
    display: block;
    font-size: 11px;
    font-weight: normal;
    padding: 15px 0;
    text-align: center;
    color: #FFF;
}

.ongletContent a span.ongletLibelle {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

/**
 * Transaction active
 */
.ongletContent a#transactionsActives {
    float: left;
    margin: 0;
}

/**
 * Transaction solder
 */
.ongletContent a#transactionsSoldees {

}

/**
 * Mon compte
 */
.ongletContent a#monCompte {
    display: block;
    float: right;
    text-align: center;
    text-decoration: none;
    width: 34%;
    margin: 0;
}

#compteDeconnexion{
    display: block !important;
    position: absolute;
    top: 35px;
    right: 0;
    width: 230px;
    padding: 10px 0;
}

/*------------------------------------*\
    #RECHERCHE
\*------------------------------------*/
#pageCompte .rechercheCompteDigitick {
    clear: both;
    color: #666666;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#pageCompte .rechercheCompteDigitick span {
}

/**
 * Champ de recherche
 */
#pageCompte .zoneRecherche {
    display: flex;
    align-items: center;
}

#pageCompte .zoneRecherche input {
    background: #eee;
    border: 1px solid #ccc;
    height: 30px;
}

#pageCompte .zoneRecherche #calContent {
    display: inline;
}

#pageCompte .zoneRecherche #calContent input.cal {
    background: url("../image/bg_cal.gif") no-repeat scroll right 0 #FFFFFF;
    font-size: 11px;
    width: 60px;
    height: 18px;
}

#pageCompte .zoneRecherche #calContent img#flecheCal {
    vertical-align: top;
}

#pageCompte .zoneRecherche select {
    font-size: 11px;
    margin: 0 5px 0 5px;
    width: 250px;
    height: 30px;
    border: 1px solid #ccc;
}

#formatPays {
    margin: 10px;
}

/**
 * Champ de recherche - BOUTONS
 */
#pageCompte .zoneRecherche button {
    background: #2e2d2d none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: inline;
    font-size: 13px;
    font-weight: normal;
    padding: 2px 5px 3px 6px;
    text-transform: uppercase;
    margin-left: 10px;

    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#pageCompte .zoneRecherche button:hover {
    background: #1BBC9B;

    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#pageCompte .zoneRecherche button#rechercheCancel {
    width: 20px;
}

/**
 * Trie
 */
#pageCompte .zoneTri {
    display: inline-block;
    float: right;
    margin: 10px 0 20px;
}

#pageCompte .zoneTri select {
    font-size: 11px;
    width: 120px;
    height: 18px;
}

/*------------------------------------*\
    #MON COMPTE - BOUTON VALIDE
\*------------------------------------*/
#pageCompte .validContent {
    text-align: center;
    background: none repeat scroll 0 0 #F1F2F5;
    overflow: auto;
}

#pageCompte .validContent input.valid {
    background: #f5f6f6;
    color: #666;
    height: 30px;
    margin: 15px auto 15px 305px;
    text-align: center;
    width: 194px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;

    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#pageCompte .validContent input.valid:hover {
    -webkit-box-shadow: inset 0px 0px 5px 2px #b8bac6;
    box-shadow: inset 0px 0px 5px 2px #b8bac6;
    font-size: 13px;
    -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;
}

/*--------------------------------------------------------------------------------------------*/


/*------------------------------------*\
    #BANDEAUX ETAT
\*------------------------------------*/
.bandeauEtat {
    background-position: -5px -5px !important;

    display: none;

    height: 110px;
    margin: 0;
    position: absolute;
    width: 110px;
}


/*------------------------------------*\
    #ETAPE 1 - BOUTONS
\*------------------------------------*/
#pageEtape1 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .buttonsContainer {
    margin: 60px 0 40px;
    width: 100%;
    text-align: right;
}

#pageEtape1 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .buttonsContainer .validContent {
    display: inline-block;
}

#pageEtape1 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .buttonsContainer .validContent .btSubmit#submitFinaliser {
    background: url(../image/Icone_Down.png) no-repeat 172px center #ed174f;
    background-size: 8px;
    padding-right: 47px;
    width: 205px;
}

#pageEtape1 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .buttonsContainer .validContent .btSubmit#submitFinaliser:hover {
    background: url(../image/Icone_Down_red.png) no-repeat 172px center #fff;
    background-size: 8px;
}

#pageEtape1 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .buttonsContainer #submitChoix {
    display: none;
}

/*------------------------------------*\
    #ETAP 1 - DESCRIPTION TARIFS
\*------------------------------------*/
#pageEtape1 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .descContent {
}

/*------------------------------------*\
    #ETAP 2 - CHAMPS REQUIS
\*------------------------------------*/
#pageEtape2 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .champsRequis {
    margin: 10px 20px 10px 0;
    font-style: italic;
    font-size: 10px;
}

/*------------------------------------*\
    #ETAP 2 - VALIDATIONS
\*------------------------------------*/
#pageEtape2 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .validContent {

}

#pageEtape2 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .validContent input {

}

#pageEtape2 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .validContent input:hover {

}

/*------------------------------------*\
    #ETAP 3 - PLATFORME DE PAYMENT
\*------------------------------------*/
#compBodyContent.contentComposants div.dataContentComposants div#contenuformulaire .contentComposants .topContentComposants {
}

#pageEtape3 #infoformulaire #securite span {

}

#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #securite span#titleSecurite {
}

#pageEtape3 #infoformulaire #securite span img {

}

#pageEtape3 #infoformulaire #securite span a {
    margin-left: 4px;
    text-decoration: underline;
    font-weight: bold;
    line-height: 23px;
}

#pageEtape3 #infoformulaire {
}


/*------------------------------------*\
    #ETAP 3 - RECAP
\*------------------------------------*/
#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #recapAchat {

}

#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #recapAchat #libelleRecapAchat {
}

#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #recapAchat #infoRecapAchat {
}

/*------------------------------------*\
    #ETAP 3 - PAIMENT
\*------------------------------------*/
#pageEtape3 .ligneContent2 .compPaiement3DSecure .formulairePaiement #nouvelleCB {
}

#pageEtape3 .ligneContent2 .compPaiement3DSecure .formulairePaiement #nouvelleCB tbody {
}

#pageEtape3 .ligneContent2 .compPaiement3DSecure .formulairePaiement #nouvelleCB tbody tr {

}

#pageEtape3 .ligneContent2 .compPaiement3DSecure .formulairePaiement #nouvelleCB tbody tr .tableColonne1 {

}

#pageEtape3 .ligneContent2 .compPaiement3DSecure .formulairePaiement #nouvelleCB tbody tr .tableColonne2 {
}

#pageEtape3 .ligneContent2 .compPaiement3DSecure .formulairePaiement #nouvelleCB tbody tr .tableColonne2 #typeCB {

}

#pageEtape3 .ligneContent2 .compPaiement3DSecure .formulairePaiement #nouvelleCB tbody tr .tableColonne2 #moisCB {

}

#pageEtape3 .ligneContent2 .compPaiement3DSecure .formulairePaiement #nouvelleCB tbody tr .tableColonne2 #anneeCB {

}

/*------------------------------------*\
    #ETAP 3 - CONFIRM CGV
\*------------------------------------*/
#pageEtape3 .ligneContent2 .compPaiement3DSecure .formulairePaiement #nouvelleCB tbody tr .tableColonne1-2 {
}

#pageEtape3 .ligneContent2 .compPaiement3DSecure .formulairePaiement #nouvelleCB tbody tr .tableColonne1-2 #cgvCB {
}

/*------------------------------------*\
    #ETAP 3 - BOUTONS
\*------------------------------------*/
#pageEtape3 .ligneContent2 .compPaiement3DSecure .formulairePaiement #nouvelleCB tbody tr #rowSubmitEtape3 {

}


/*------------------------------------*\
    #ETAP 3 - PAYMENT
\*------------------------------------*/
#pageEtape3 #infoformulaire #moyenPaiement {
}

#pageEtape3 #infoformulaire #moyenPaiement #titleMoyenPaiement {
    background: url("../image/cadenas.png") no-repeat scroll 1px 50% transparent;
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin: 4px 0 4px 4px;
    padding: 14px 0px 10px 25px;
}

#pageEtape3 #infoformulaire #moyenPaiement a:last-child {
    color: #1BBC9B;
    display: block;
    float: right;
    font-weight: bold;
    margin-left: 28px;
    margin-top: 5px;
    text-decoration: underline;
    text-indent: 35px;
}

#pageEtape3 #infoformulaire #moyenPaiement a#moyenPaiementCB {
    background: url("../image/CB.png") no-repeat;
    color: #333;
    font-weight: bold;
    margin: 0 0 0 29px;
    padding: 0 0 0 27px;
    text-decoration: underline;
}

#pageEtape3 #infoformulaire #moyenPaiement a#moyenPaiementPaypal {
    background: url("../image/paypal.png") no-repeat;
}

#pageEtape3 #infoformulaire #recapAchat {
}

#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #securite span img {
}

#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #securite #moyenPaiement {
    width: 312px;
    height: 44px;
    margin: 20px 15px 20px 343px;
    padding: 10px;
    font-size: 11px;
    background: url("../image/pageEtape3_Bg_Options_Paiement.gif") no-repeat left top;
}

#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #securite #moyenPaiement #titleMoyenPaiement {
    display: block;
    float: left;
    width: 130px;
    height: 44px;
    padding-left: 40px;
    line-height: 22px;
    background: url("../image/pageEtape3_Ico_Cadenas.png") no-repeat left center;
}

#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #securite #moyenPaiement a {
    display: block;
    float: right;
    clear: right;
    width: 120px;
    height: 22px;
    line-height: 22px;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    text-indent: 30px;
    text-decoration: none;
}

#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #securite #moyenPaiement a#moyenPaiementCB {
    background: url("../image/pageEtape3_Ico_CB.gif") no-repeat left center;
}

#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #securite #moyenPaiement a#moyenPaiementPaypal {
    background: url("../image/pageEtape3_Ico_Paypal.gif") no-repeat left center;
}

/*------------------------------------*\
    #ETAP 4 - DESCRIPTION
\*------------------------------------*/
#pageEtape4 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .descContent {
    font-family: "HelveticaNeueThin";
    font-size: 12px;
    margin: 0 0 20px;
}

/*------------------------------------*\
    #PAGE GESTION STRUCTURE
\*------------------------------------*/
#pageGestionStructure #compBody .headerComposants .footerComposants .contentComposants {
}

#pageGestionStructure #compBody .headerComposants .footerComposants .contentComposants {
}

#pageGestionStructure #compBody .headerComposants .footerComposants .contentComposants #titleGestionStructureModif {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 26px;
    margin-top: 10px;
    padding-left: 5px;
}

#pageGestionStructure #compBody .headerComposants .footerComposants .contentComposants .titleLineStructure {
    display: block;
    width: 200px;
    float: left;
    clear: left;
    font-weight: bold;
    margin: 2px 0;
}

#pageGestionStructure #compBody .headerComposants .footerComposants .contentComposants form {
    padding-top: 10px;
}

#pageGestionStructure #compBody .headerComposants .footerComposants .contentComposants .valueLineStructure input,
#pageGestionStructure #compBody .headerComposants .footerComposants .contentComposants .valueLineStructure select {
    margin: 3px 0px;
    background: url("../image/css_champ.gif") repeat-x scroll 0 center #FFF;
    width: 180px;
    line-height: 20px;
    font-size: 12px;
}

#pageGestionStructure #compBody .headerComposants .footerComposants .contentComposants .borderBottom {
    text-align: center;
}

#pageGestionStructure #compBody .headerComposants .footerComposants .contentComposants .valueLineStructure input#validStructureForm {
    background: url("../image/BT_valider_SMALL.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    height: 36px;
    padding-left: 15px;
    text-transform: uppercase;
    width: 170px;
    margin: 20px 0;
}

	


