.compPaginationTool {
	width: 100%;
}
#pageCompte .compPaginationTool {
	margin:0 auto;
}
.compPaginationTool .headerComposants .footerComposants .contentComposants .dataContentComposants {
    background: none;
    padding-bottom: 0;
}
.pagination {
    clear: both;
    color: #000;
    font-size: 10px;
    margin: auto;
	line-height:41px;
	height:42px;
    padding: 17px 0 20px 0;
}
#pageCompte .pagination {
	display: block;
	height: 20px;
 	width: 100%;
	margin:20px auto;
	background:none;
}
.separator {
	display:block;
	width: 554px;
	height: 8px;
	margin-bottom: 8px;
}

/*------------------------------------*\
    #SUR EVENT
\*------------------------------------*/
.resultatGauche,
.resultatDroit {
	display: none;
}

/*------------------------------------*\
    #PAGINATION
\*------------------------------------*/
.poussetContainer{
	margin: 0 auto;
    width: 230px;
}

/*------------------------------------*\
    #NAVIGATION DROITE & GAUCHE
\*------------------------------------*/
.poussetGaucheContainer,
.poussetDroitContainer {
    float: left;
    height: 10px;
    padding: 14px 5px 0 0;
    width: 35px;
}
.poussetGauche,
.poussetDroit,
.poussetEndGauche,
.poussetEndDroit {
	display: block;
	float: left;
	width: 6px;
	height: 10px;
	margin: auto;
	cursor: pointer;
	text-align: center;
	padding: 0 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: 0 -320px;
	float: right;
}
.poussetDroit {
	background:url('../image/ico_20px_haut.gif') no-repeat top right;
	background-position: 0 -360px;
	float: left;
	margin-left: 10px;
}
.poussetEndGauche {
	background:url('../image/ico_20px_haut.gif') no-repeat top right;
	background-position: 0 -400px;
	float: left;
}
.poussetEndDroit {
	background:url('../image/ico_20px_haut.gif') no-repeat top right;
	background-position: 0 -440px;
	float: right;
}

/*------------------------------------*\
    #NUMEROS
\*------------------------------------*/
.poussetPageContainer {
	float: left;
	text-align:center;
}
.poussetLien,
.poussetLienActif {
    color: black;
    cursor: pointer;
    font-weight: normal;
    margin: 0 1px;
    padding: 2px 5px;
}

/**
 * Actif
 */
.poussetLienActif {
	background: #7d7e7d;
	line-height:16px;
    cursor: default;
	color:#FFF;
	display:inline-block;
    font-size: 11px;
	margin: 0 4px;
	border: 1px solid #000; 
}

/**
 * Non Actif
 */
.poussetLien {
	background: #f5f6f6; 
    color: #666;
    font-size: 11px;
    line-height:16px;
    margin: 0 auto 0;
	width:10px;	
    text-shadow: 0 0 3px #fff;   
	display:inline-block;
	margin: 0 4px;

	-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;
}
.poussetLien:hover {
   	font-size:11px;

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

