/*------------------------------------*\
    #Pagination générale
\*------------------------------------*/

.compPaginationTool {
   	clear:both;
}

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

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


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

.resultatGauche,
.resultatDroit {
    float:left;
	width:175px;
	color:#000;
	display:none;
}
.resultatGauche span,
.resultatDroit span {
	display: none;
}
#pageCompte .resultatGauche,
#pageCompte .resultatDroit {
   color:#000;
	font-weight: normal;
	display: none;
}

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

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

.poussetEndGauche,
.poussetEndDroit {
	width: 9px;
}
.poussetEndGauche {
	display: none !important;
}
.poussetGauche:before {
	content: "\e615";
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	color: #555;
	background: none;
	margin: 0 1px 0 0;
}
.poussetGauche span,
.poussetDroit span,
.poussetEndGauche span,
.poussetEndDroit span {
	display: none;
}
.poussetGauche {
   	float:right;
}
.poussetDroit {
	float: left;;
}
.poussetDroit:before {
	content: "\e616";
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	color: #555;
	background: none;
	margin: 0 0 0 4px;

}
.poussetEndGauche {	
	background-position: 0px -400px;
	float: left;
	display: none !important;
}
.poussetEndDroit {
   	display:none !important;
}

.poussetLien,
.poussetLienActif {
    color: white;
    cursor: pointer;
	font-weight:bold;
	width:35px;
	display:inline-block;
	font-size:18px;
}

#pageCompte .poussetLien {
 
}



.poussetLien {
    color: #777777;
	font-weight:300;
	-moz-transition: background 900ms ease-in-out;
	-ms-transition: background 900ms ease-in-out;
	-o-transition: background 900ms ease-in-out;
	width: 35px;
	display: inline-block;
	
}
.poussetLienActif {
    cursor: default;
	background: transparent;
    color: #000;
}

#pageCompte .poussetLienActif {
    cursor: default;
	background: none repeat scroll 0 0 transparent;
	color:#282828;
}




.poussetLien:hover { 
	-moz-transition: background 600ms ease-in-out;
	-ms-transition: background 600ms ease-in-out;
	-o-transition: background 600ms ease-in-out;
	transition: background 600ms ease-in-out;
	color: #000;
}
/*------------------------------------*\
    #Optimisation mobile
\*------------------------------------*/

@media screen and (max-width: 767px){
	.poussetLien, .poussetLienActif {
		font-size: 18px;
		width: 30px;
	}
	.poussetGauche, .poussetDroit, .poussetEndGauche, .poussetEndDroit {
		width: auto;
	}
}