/* 
 *  EZWebGallery:
 *  Copyright (C) 2011 The EZWebGallery Dev Team <dev@ezwebgallery.org>
 *
 *  This program is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

#screenProgress {
        z-index:10; /* In the foreground when starting */
}



div#indexTitle{
	font-variant: small-caps;
    margin : 0.4em 0.5em 0 0.5em;
    padding: 0.1em 0 0.2em 0;
	background: transparent;
}
 
	
/* Onglets */
ul.indexNavigation {
    list-style: none;
    margin: 0;
    padding: 0;
	text-align:left;
}
ul.indexNavigation li {
  	display: inline;
	-moz-border-radius: 2px 2px 0px 0px; /* MODIFIABLE ??*/
	margin: 0px 2px 0px 0px;
	padding: 0.15em 6px 0px 6px;
}


#screenIndex {
    display:block;
    /*overflow:auto;*/
}

/* Mosaic */
#mosaic {
    display: block;
    margin: 2em auto 2em auto;
    border-radius: 40px 40px 5px 5px; 
    -moz-border-radius: 40px 40px 5px 5px; 
    -webkit-border-radius: 40px 40px 5px 5px; 
    border: 0px solid #800000;
}
		
	
/* Un containeur de vignette */
.thumbBox { 
		float:left; /* Nécessaire pour que les div se placent les uns à coté des autres */
		border:solid;
		background:transparent;
         box-sizing: border-box
}
	
/* Une vignette */
.thumbBox img {
    border:solid;
		position:relative;
		cursor:pointer;	
         box-sizing: border-box
}
