#backgroundPopup{
	display:none;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	z-index:1;
}

#popup{
	display:none;
	height:600px;
	width:931px;
	background:#f6f6f6 url('../images/illustrations/gallery/icones/pop_up_bg.jpg') repeat-x top;
	border:4px solid #f6f6f6;
	z-index:2;
}

.bordered {
	border:1px solid black;
}

.clr {
	clear:both;
}

div.Gallery_Titre {
	float:left;
	width:194px;
	height:35px;
	margin-top:4px;
	margin-left:4px;
	color:#3b3b3b;
	font-family:Arial;
	font-size:18px;
	padding-top:15px;
	padding-left:10px;
}
	
div.Gallery_Titre_Rub {
	float:left;
	width:691px;
	height:40px;
	margin-top:4px;
	color:#3b3b3b;
	font-family: Arial, Verdana;
	font-size:24px;
	padding-top:10px;
}

div.Gallery_close {
	float:left;
	width:26px;
	height:26px;
	background:url('../images/illustrations/gallery/icones/btn_close.jpg') no-repeat;
	margin-top:4px;
	cursor:pointer;
}

div.Gallery_slider {
	float:left;
	width:204px;
	margin-left:4px;
	height:491px;
}
	div.Gallery_slider_up {
		margin:auto;
		width:180px;
		height:19px;
		background:url('../images/illustrations/gallery/icones/sliders.jpg') no-repeat 0 0px;
		cursor:pointer;
	}
	div.Gallery_slider_down {
		margin:auto;
		width:180px;
		height:19px;
		background:url('../images/illustrations/gallery/icones/sliders.jpg') no-repeat 0 -19px;
		cursor:pointer;
	}
	div.Gallery_vignettes {
		width:204px;
		margin:5px auto;
		height:439px;
		text-align:center;
		overflow:hidden;
		position:relative;
	}
		div.Gallery_content_vignettes {
			position:relative;
		}
		div.Gallery_vignettes img {
			margin:4px auto;
		}
		div.Gallery_vignettes img.selected {
			margin:0 auto;
			border:4px solid #a0dae8;
		}

div.Gallery_Img {
	float:left;
	width:712px;
	height:491px;
	margin-left:4px;
}

div.loading {
	text-align:center;
	margin-top:250px;
}

div.Gallery_Infos {
	width:912px;
	height:20px;
	margin-left:15px;
	margin-top:10px;
	font-family:Tahoma;
	font-size:11px;
	color:#272828;
}
	div.Gallery_nbImg_visible {
		float:left;
		width:100px;
		line-height:18px;
	}
	div.Gallery_nbImg_total {
		float:left;
		text-align:right;
		width:80px;
		line-height:18px;
	}
	div.Gallery_nbImg_Label {
		float:left;
		text-align:right;
		width:730px;
		line-height:18px;
	}
