
	.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;
	}
	
	#selectionner{
		float: left;
	}
		
	
	#selectionner ul{
		padding-top: 5px;
		margin-top: 0px;
		margin-bottom: 0px;
		border-left-width: 0px;
		padding-left: 0px;
	}
		
	
	#selectionner ul li{
		display: inline;
	}
		
	
	#actions{
		float: right;
	}
		
	
	.virgule:after{
		content : ", ";
	}
		
	
	.webmailNavPage{
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
	}
		
	
	.webmailCurrentPg{
		color: #900;
	}
		
	
	.orderByAsc:after{
		padding-right: 15px;
		content : "";
		background-image: url(../images/s_asc.png);
		background-position: center right;
		background-repeat: no-repeat; 
	}
		
	
	.orderByDesc:after{
		padding-right: 15px;
		content : "";
		background-image: url(../images/s_desc.png);
		background-position: center right;
		background-repeat: no-repeat; 
	}