/*  
  CSS Créé dynamiquement par le pluginEasy eXtended Gallery v1.5 
  @auteur : Nicolas Ogier 
  
  Attention ! Ce code contient des hacks pour IE( PC et MAC ), ne pas modifier sa présentation
*/ 
.thumbwrap-1 {
  margin: 0;
  text-align:center;
  width:100%;
  list-style-type: none;
  border: 1px solid #999; padding: 15px 0 0 0; background-color: #f4f4f4;
  
  }
  
 .galerie_clearfix {
  clear:both;
  line-height:0;
  margin:0;
  padding:0;
  font-size:0;
 }

.thumbwrap-1 ul {
list-style-type: none;
width:100%;
}
.thumbwrap-1 li {
  display: -moz-inline-box;
  display: inline-block;
 	/*\*/ vertical-align: top; /**/
  padding: 0;
  list-style-type: none;
  margin: 0 7px 15px 7px; border: 1px solid #999; list-style-type:none;
  }
.thumbwrap-1 .invisible {
  display:none;
  font-size:0;
  line-height:0;
}

/*  Moz: pas de bordure ici sinon probleme( réglé avec un raffraichissement mais ca ne le fait pas trop )  */
.thumbwrap-1 li>div {
  /*\*/ display: table; /**/
  width: 100px; /* largeur totale de la miniature( image+cadre )*/
  height :100px;
  background :white;
  }
.thumbwrap-1 a {  
  text-decoration: none; 
	color: #000; 
  cursor: pointer;   
	padding : 5px;
  padding-left:1px;
}

/* IE7? \*/
.thumbwrap-1>li .wrimg {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  height: 0px;
  }
/**/

.thumbwrap-1 img {
  border:none;
  vertical-align: middle;	
	margin : 0px; padding : 0px;}

.thumbwrap-1 img:hover {
  border:none;
  vertical-align: middle;}

.thumbwrap-1 div:hover {
  color:#000; border-color:#000; background-color: #ddd;
  }
/*\*//*/
.thumbwrap-1 li .wrimg {
   display: block;
   font-size: 1px;
   }
.thumbwrap-1 .wrimg span {
   display: inline-block;
   vertical-align: middle;
   height: 0px;
   width: 1px;
   }
/**/
.thumbwrap-1 .caption {
   clear : both;
   display:block;
   padding: 0.3em 5px; font-size: .9em; line-height: 1.1; border-top: 1px solid #ccc;    
   width : 90%;
   float : left;

   }
   /* IE7? \*/
.thumbwrap-1 .caption {
   clear : both;
   display:block;
   padding: 0.3em 5px; font-size: .9em; line-height: 1.1; border-top: 1px solid #ccc;    
   width : 90%;
   float : left;
   display:none;
   }   
   /**/
.galerie .moduletable span.galerie_page {
   font-size:x-small;
   }
.galerie .description {width:100%;font-style:italic;}

@media all and( min-width: 0px ) {
	.thumbwrap-1 {border-collapse: collapse;	}
	.thumbwrap-1 a {	display: inline-block;	vertical-align: top;	}
	.thumbwrap-1 {	display: inline-block;}
}

