/* Pagination */

.compPaginationTool {	
}
#pageCompte .compPaginationTool {
}
.compPaginationTool .headerComposants {
}
.compPaginationTool .headerComposants .footerComposants {
}
.compPaginationTool .headerComposants .footerComposants .contentComposants {
}

.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 {
}



.pagination {
    display: block;
    width: 700px;
    line-height: 25px;
}
#pageCompte .pagination {
	display: block;
	margin: 20px 0px 20px ;
	width: 100%;
}
.separator {
	display:block;
	width: 554px;
	height: 8px;
	margin-bottom: 8px;
}

.resultatGauche,
.resultatDroit {
	width:175px;
    color: #999;
    font-size: 11px;
}
#pageCompte .resultatGauche,
#pageCompte .resultatDroit {

}

.resultatGauche {
    float: left;
    text-align: left;
}
.resultatDroit {
    float: right;
    margin: 0;
    text-align: right;
}
.poussetGaucheContainer,
.poussetDroitContainer {
    float: left;
	width: 40px;
	height: 10px;
	padding: 0px 5px;
}
.poussetPageContainer {
	float: left;
	width: 190px;
	text-align:center;
}
.poussetGauche,
.poussetDroit,
.poussetEndGauche,
.poussetEndDroit {
    cursor: pointer;
    display: block;
    float: left;
    margin: 0 0;
    padding: 0 0;
    text-align: center;
    width: 15px;
}

.poussetGauche span,
.poussetDroit span,
.poussetEndGauche span,
.poussetEndDroit span {
	display: none;
}
.poussetGauche,
.poussetEndDroit {
	float: right;
}
.poussetDroit,
.poussetEndGauche {
    float: left;
}


.poussetLien,
.poussetLienActif {
    color: #bc9c69;
    cursor: pointer;
    font-weight: normal;
    margin: 0 1px;
    padding: 6px 11px;
    border: 1px solid transparent;
}
.poussetLien {
    color: #000;
    font-weight: normal;
}
.poussetLienActif {
    cursor: default;
	border:1px solid #bc9c69;
    margin: 0 10px;
}

.poussetLien:hover {
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
}
.poussetContainer{
	margin: 0 auto;
    width: 300px;
}

.poussetDroitContainer > span:before,
.poussetGaucheContainer > span:before {
    font-family: "FontAwesome";
    font-size: 15px;
    color: #bc9c69;
}
.poussetDroit:before {
    content: "\f105";
}
.poussetEndDroit:before {
    content: "\f101";
}
.poussetGauche:before {
    content: "\f104";
}
.poussetEndGauche:before {
    content: "\f100";
}
.poussetDroitContainer > span:hover:before,
.poussetGaucheContainer > span:hover:before {
    color: #000;
}

