
	.boutons_admin > img{
		border-right: solid 1px #000;
		border-bottom: solid 1px #000;
		border-top: solid 0px #000;
		border-left: solid 0px #000;
	}
	
	.boutons_admin > img:hover{
		border-right: solid 0px #000;
		border-bottom: solid 0px #000;
		border-top: solid 1px #000;
		border-left: solid 1px #000;
	}
	
	.orderByAsc, .orderByDesc{
		color: #900;
	}
	
	.orderByAsc:before{
		padding-left: 11px;
		content : "";
		background-image: url(../images/s_asc.png);
		background-position: center left;
		background-repeat: no-repeat; 
	}
		
	
	.orderByDesc:before{
		padding-left: 11px;
		content : "";
		background-image: url(../images/s_desc.png);
		background-position: center left;
		background-repeat: no-repeat;
		
	}	
	
	#buttonShowHide, #buttonShowHideInsert{
		padding: 2px;
		background-color: #F6F6F6;
		/* for IE */
		filter:alpha(opacity=60);
		/* CSS3 standard */
		opacity:0.6;
		border-right: solid 1px #000;
		border-bottom: solid 1px #000;
		border-top: solid 0px #000;
		border-left: solid 0px #000;
	}	
	
	#buttonShowHide:hover, #buttonShowHideInsert:hover{
		/* for IE */
		filter:alpha(opacity=100);
		/* CSS3 standard */
		opacity:1;
		border-right: solid 0px #000;
		border-bottom: solid 0px #000;
		border-top: solid 1px #000;
		border-left: solid 1px #000;
	}