/* Pagination */

.compPaginationTool {
    clear: both !important;
}
#pageCompte .compPaginationTool {
}
.compPaginationTool .headerComposants {
}
.compPaginationTool .headerComposants .footerComposants {
}
.compPaginationTool .headerComposants .footerComposants .contentComposants {
    padding-bottom: 9px;
}

.compPaginationTool .headerComposants .footerComposants .contentComposants .topContentComposants {
}
.compPaginationTool .headerComposants .footerComposants .contentComposants .topContentComposants .titleComposants {
}
.compPaginationTool .headerComposants .footerComposants .contentComposants .topContentComposants .titleComposants span {
}

.compPaginationTool .headerComposants .footerComposants .contentComposants .dataContentComposants {
    background: none;
    padding-bottom: 0px;
}

.compPaginationTool .headerComposants .footerComposants .contentComposants .bottomContentComposants {
}

.poussetContainer{

}

.pagination {
    background: none repeat scroll 0 0 transparent;
    clear: both;
    color: #fff;
    display: block;
    font-size: 20px;
    margin: 15px auto 0;
    padding: 5px;
    text-align: center;
    vertical-align: middle;

}
#pageCompte .pagination {

}
.separator {
    display:block;
    height: 8px;
    margin-bottom: 8px;
}

.resultatGauche,
.resultatDroit {
     width: 17%;
     display:none;
}
#pageCompte .resultatGauche,
#pageCompte .resultatDroit {
    float:left;
    width:267px;
    font-weight: bold;
}

.resultatGauche {
    text-align:left;
    float: left;
}
.resultatDroit {
    text-align:right;
    float: right;
}
.poussetGaucheContainer,
.poussetDroitContainer {
    display: inline-block;
}

.poussetDroitContainer {

}

.poussetGaucheContainer{


}


.poussetPageContainer {
    display: inline-block;
    height: 31px;
    line-height: 31px;
    text-align: center;
    vertical-align: top;
    margin: 0;
}
.poussetGauche,
.poussetDroit,
.poussetEndGauche,
.poussetEndDroit {
    border-radius: 4px;
    cursor: pointer;
    display: block;
    float: left;
    height: 31px;
    line-height: 31px;
    margin: auto;
    padding: 0 5px;
    text-align: center;
    width: 45px;
}

.poussetEndGauche,
.poussetEndDroit {
    display: none !important;
}
.poussetGauche span,
.poussetDroit span,
.poussetEndGauche span,
.poussetEndDroit span {
    display: none;
}
.poussetGauche {
    /*background: url("../image/fleche_left.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 50px;
    margin-top: 5px;*/
    display: block !important;
}

.poussetGauche::before {
    -moz-osx-font-smoothing: grayscale;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #555;
    content: "\e615";
    display: block;
    font-family: "icomoon";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin: 0 1px 0 0;
    text-transform: none;
}
.poussetDroit {
    /*background: url("../image/fleche_right.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 50px;
    margin-top: 5px;*/
}

.poussetDroit::before {
    -moz-osx-font-smoothing: grayscale;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #555;
    content: "\e616";
    display: block;
    font-family: "icomoon";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin: 0 0 0 4px;
    text-transform: none;
}


.poussetEndGauche {
    background: url('../image/arrows.gif') no-repeat 10px -140px;
    float: left;
     height: 36px;
    margin-top: 5px;
     width: 23px;

}
.poussetEndDroit {
     background: url('../image/arrows.gif') no-repeat 1px -111px;
    float: left;
     height: 36px;
     width: 23px;
     margin-top: 5px;

}

.poussetLien,
.poussetLienActif {
    font-size: 18px;
    color:#333333;
    cursor:pointer;
    font-weight:normal;
    padding: 0 4px;
    font-family: arial, sans-serif;
    display: inline-block;
    width: 30px;
    margin: 0 0 0 2px;
    height: 32px;
}
.poussetLien {
    color:#fff;
    font-size: 15px;
    background-color: #DD9F47;
    display: inline-block;
}
.poussetLienActif {
    cursor: default;
    background:transparent;
    font-weight: bold;
}

.poussetLien:hover {

}