@charset "UTF-8";
/* CSS Document */
.GAL_contenant_Capt{
		position:relative;
		width:100%;
		height:auto;
		text-align:left;
		padding-top:8px;
		/*border:1px solid red;		*/
}	

.GAL_bouton_Img,
a.GAL_bouton_Img,
a.GAL_bouton_Img:hover,
.GAL_bouton_Img_selected,
.FULL_GAL_bouton_Img,
a.FULL_GAL_bouton_Img,
a.FULL_GAL_bouton_Img:hover,
.FULL_GAL_bouton_Img_selected
{
	text-transform:uppercase;	font-size:12px;		line-height:12px		letter-spacing:-0.3em;		
	display: inline-block;
	padding:5px 0 0  0;/*  top 	left bottom	right	*/
	text-align:center;
	width: 26px;
	height: 26px;
	text-decoration:none;
	border:0;
	margin-right:8px;
	margin-bottom:8px;
}


 /* FULLL */
  #GAL_conteneur_FULL {
    /*	background-color: #999;	*/
    width: 0px;
    height: 100%;
	z-index:2000;
	position:fixed;
	left:0px;
	top:0px;
	overflow-y:auto;
	/*	padding: 20px  0 20px 0;	*/
	text-align:center;
  }
  
 
#content2{	/* 	=> contenant contenant contenant image */
	overflow:hidden;
	width:100%;
	height:1000px;
	position:relative;
	float:left;
	text-align:center;
}
	
.FULL{	/* 	=> contenant contenant image */
	width:100%;
	height:100%;
	z-index:1;
}

.FULL img{
	
}

.FULL_contenant_Capt
{
	display:inline-block;
	position:relative;
	width:200px;
	height: auto;
	vertical-align:text-top;
	/*	border: 1px solid blue;	*/
	text-align:left;
}
.FULL .sub{	/* 	background-color:yellow; => contenant image */


	position:relative;
	width:100%;
	height: 80vh;
	vertical-align:text-top;
	/*border: 1px solid red;		*/
	text-align:center;

}

.FULL .sub img
{
	max-height:100%; max-width:100%;
}