*{
    margin:0;
    padding:0;
}
body{
    background-color:#000;
   /* font-family:Verdana;
    text-transform:uppercase;
    color:#fff;
    font-size:10px;*/
    /* overflow:hidden; */
}

	

.infobar{
    /*background-color:#000;*/
    height:40px; /*etait 40*/
	/*width:50%;*/
    line-height:20px;
    right:0px;
   position:absolute;
    /* bottom:0px; */
	top:-50px;
    left:0px;
    z-index:999999999;
    text-align:center;
    color:#ddd;
    -moz-border-radius:10px 10px 0px 0px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    text-shadow:0px 0px 1px #ccc;
	/* top:600px; */
	
}


#infobar{
    /*background-color:#000;*/
    height:40px; /*etait 40*/
	/*width:50%;*/
    line-height:20px;
    right:0px;
   position:absolute;
    /* bottom:0px; */
	top:-50px;
    left:0px;
    z-index:999999999;
    text-align:center;
    color:#ddd;
    -moz-border-radius:10px 10px 0px 0px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    text-shadow:0px 0px 1px #ccc;
	/* top:600px; */
	
}

span#description{
    text-shadow:1px 1px 1px #000;
    display:none;
}
span#loading{
    display:none;
    padding-right: 30px;
    background:transparent url(../loading.gif) no-repeat center right;
}
/*
#thumbsWrapper{
    overflow:hidden;
    /*position:fixed;*/
/*    height:100%;
    width:100%;
    left:0px;
    right:0px;
    bottom:0px;
}*/

#thumbsWrapper{
    overflow:hidden;
   /* position:fixed;*/
    height:100%;
    width:100%;
    left:0px;
    right:0px;
    bottom:0px;
}
#content{
   /*position:absolute;*/
   top:0px;
   height:100%;
      width:100%;
   left:0px;
   /*background-color:#111;*/
  /* overflow-y:scroll;*/
   display:none;  
}

#cadreimg  {
width:130px;
height:150px;
float:left;
color:white;
/*	    opacity:0.8;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);*/
}


#content img{

    /*float:left;*/ /*pour décalage dans photo si photo encadree */
    margin:8px;
    cursor:pointer;
    /*opacity:0.4;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);*/
	    opacity:0.5;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	/* pointer-events: none; */

	
}

.placeholder{
    float:left;
    clear:both;
    width:100%;
    height:30px;
}
#panel{
    /*background-color:#222;
	background-color:rgba(1, 1, 15, 0.5);
	background-color:rgba(1, 1, 10, 0.8);*/
	/* background-color:rgba(1, 1, 10, 0.7); */
   /* width:100%;*/
	/*width:50%;*/
    /*position:fixed;*/
	/* position:absolute; */
    /*bottom:0px;*/
    /*left:0px;*/
    /* right:0px; */
    /* height:0px; */
    text-align:center; 
	top:0px;
	/* width:1024px; */
}
#panel img{
    cursor:pointer;
    position:relative;
    border:1px solid #000;
	border:5px solid #000;
    -moz-box-shadow:0px 0px 10px #111;
    -webkit-box-shadow:0px 0px 10px #111;
    box-shadow:0px 0px 40px #111;
    display:none;
	margin-bottom:50px;
		pointer-events: none;
}

#wrapper{
    position:relative;
    margin:60px auto 0px auto;
	/*margin:40px auto 0px auto;*/
	/* width:1024px; */
}
a#next,
a#prev{
    width:40px;
    height:40px;
    /*position:fixed;*/
	position:absolute;
    cursor:pointer;
    outline:none;
    display:none;
   /* background:#aaa url(../nav.png) no-repeat top left;*/
	    background:#aaa url(./gestion/nav.png) no-repeat top left;

}
a#next:hover, a#prev:hover{
    background-color:#fff;
}
a#next{
    right:200px;
	/*right:-500px;*/
    top:40%;
    margin-top:-20px;
    background-position: 0px 0px;
	/*background-position: center;*/
}
a#prev{
    left:200px;
    top:40%;
    margin-top:-20px;
    background-position: 0px -40px;
}
#blocselect {
	    /* background-color:red; */
	
	
}


@media screen and (max-width: 910px) {
	a#next{
    right:20px;
	}
	
	a#prev{
    left:20px;
	}
	
}