/* Pagination */
.pagination {
}
#pageCompte .pagination {
	display: block;
	height: 20px;
    width:972px;
	margin: 20px 0px 20px 0px;
}
.separator {
	display:block;
<<<<<<< HEAD
    width: 480px;
	height: 8px;
	margin-bottom: 8px;
}

.resultatGauche,
.resultatDroit {
    float:left;
    width:133px;
 font-size: 9px;
    font-weight: bold;
}
#pageCompte .resultatGauche,
#pageCompte .resultatDroit {
    float:left;
    width:373px;
    font-weight: bold;
}

.resultatGauche {
    text-align:left;
}
.resultatDroit {
    text-align:right;
    float: right;
}
.poussetGaucheContainer,
.poussetDroitContainer {
    float: left;
	width: 32px;
	height: 10px;
	padding: 0px 5px;
}
.poussetPageContainer {
    float: left;
 width: 110px;
    text-align:center;
}
.poussetGauche,
.poussetDroit,
.poussetEndGauche,
.poussetEndDroit {
	display: block;
	float: left;
	width: 6px;
	height: 10px;
	margin: auto;
	cursor: pointer;
	text-align: center;
	padding: 0px 2px;
	margin-top:2px;
}

.poussetEndGauche,
.poussetEndDroit {
	width: 9px;
}
.poussetGauche span,
.poussetDroit span,
.poussetEndGauche span,
.poussetEndDroit span {
	display: none;
}
.poussetGauche {
	background:url('../image/ico_20px_haut.gif') no-repeat top right;
	background-position: 0px -320px;
	float: right;
}
.poussetDroit {
	background:url('../image/ico_20px_haut.gif') no-repeat top right;
	background-position: 0px -360px;
	float: left;
}
.poussetEndGauche {
	background:url('../image/ico_20px_haut.gif') no-repeat top right;
	background-position: 0px -400px;
	float: left;
}
.poussetEndDroit {
	background:url('../image/ico_20px_haut.gif') no-repeat top right;
	background-position: 0px -440px;
	float: right;
}

.poussetLien,
.poussetLienActif {
    font-weight: bold;
    cursor: pointer;
    padding: 0px 5px;
    margin: 0px 1px;
    color:#fff;
}
.poussetLien {
    color: #d02d2d;
}
.poussetLienActif {
    border: 1px solid #d02d2d;
    background-color:#d02d2d;
    cursor: default;
    color:#fff;
}

.poussetLien:hover {
    color:#352C25;
}
