
.gal3_thumb_contener{
	border: solid 1px #000000;
	margin:5px;		/* espacement entre les cellules */
	padding:0px; 	/* espace de bordure de l'image */
	width:135px;
	height:135px;
	background-color:#FF0000;
	}
	
.gal3_thumb_contener:hover{
	border: solid 1px #AAAAAA;
	cursor:pointer;
	
	}
	
.gal3_popup	{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
	background-color: #FFFFFF;
	border: solid 3px;
	border-color: #e7e5e0;
	width:800px;
	height:770px;
	}
	
.gal3_all_thumb_contener{
	overflow:hidden;
	width:0px; /* sera remplacé par le JS */
	}
	
.gal3_all_thumbs{
	position: relative;
	left:0px;
	}
	
.gal3_div_zoom_cont{
	position:relative;
	overflow:auto;
	}
.gal3_div_zoom{
	text-align:center;
	height:500px;
	width:0px; /* sera remplacé par le JS */
	}
.gal3_top{
	height:36px;
	background: url(gal_haut.gif) repeat-x;
	}
	
.gal3_bottom{
	height:36px;
	background: url(gal_bas.gif) repeat-x;
	}
	
.gal3_btn_left{
	background : url(gal_btn_g.gif);
	height:26px;
	width:26px;
	margin-left:10px;
	}
	
.gal3_btn_left:hover{
	background : url(gal_btn_g.gif);
	}
	
.gal3_btn_right{
	background : url(gal_btn_d.gif);
	height:26px;
	width:26px;
	margin-right:10px;
	}
	
.gal3_btn_right:hover{
	background : url(gal_btn_d.gif);
	}
	
.gal3_btn_gal_close{
	background : url(gal_close_btn.gif) no-repeat;
	height:23px;
	width:68px;
	cursor:pointer;
	margin-right:10px;
	margin-top:10px;
	}