	ul.thumbs {
		clear: both;
		margin: 0;
		padding: 0;
		height: 90px; 
	}
	ul#ul_pages li {
		width: 20px ;
		height: 20px ;
		text-align: center;
		cursor:pointer !important; cursor:hand;

	}
	ul.thumbs li {
		float: left;
		padding: 0 ;
		margin: 5px 10px 5px 0;
		list-style: none ;
		border: 1px solid #ccc ;
		filter : alpha(opacity=60);
    		-moz-opacity : 0.6;
    		opacity : 0.6; 
		cursor:pointer !important; cursor:hand;
	}
	ul.thumbs li:hover {
		filter : alpha(opacity=100);
    		-moz-opacity : 1;
    		opacity : 1; 
	}
	ul.thumbs li.selected {
		background: #000;
		color: #FFF; 
		filter : alpha(opacity=100);
    		-moz-opacity : 1;
    		opacity : 1; 
	}
	ul.thumbs img {
		border: none;
		display: block;
		padding: 2px ;
	}
	#picactions {
	}
	#actfacebook {
		background-image: url(../img/facebook_off.png) ;
		width: 98px ;
		height: 78px;
		float: left ;
		cursor:pointer !important; cursor:hand;
	}
	#actdownload {
		background-image: url(../img/download_off.png) ;
		width: 98px ;
		height: 78px;
		float: left ;
		cursor:pointer !important; cursor:hand;
	}
	#actcensure {
		background-image: url(../img/censure_off.png) ;
		width: 98px ;
		height: 78px;
		float: left ;
		cursor:pointer !important; cursor:hand;
	}
	#actsend {
		background-image: url(../img/envoyer_off.png) ;
		width: 98px ;
		height: 78px;
		float: left ;
		cursor:pointer !important; cursor:hand;
	}
	
	#actcomment {
		background-image: url(../img/comment_off.png) ;
		width: 98px ;
		height: 78px;
		float: left ;
		cursor:pointer !important; cursor:hand;
	}
	
	#actfacebook:hover {
		background: url(/_design/img/facebook_on.png) ;
	}
	#actdownload:hover {
		background: url(/_design/img/download_on.png) ;
	}
	#actcensure:hover {
		background: url(/_design/img/censure_on.png) ;
	}
	#actsend:hover {
		background: url(/_design/img/envoyer_on.png) ;
	}
	#actcomment:hover {
		background: url(/_design/img/comment_on.png) ;
	}


