/* galerie.css */
#left_zone_galerie {display:inline-block; width:200px; float:left;}
#left_zone_galerie img {max-width: 80%; max-height: 80%; margin: auto; -webkit-transition: all 2s ease-out; transition: all 2s ease-out;}
#right_zone_galerie {display:inline-block; width:300px; float:left; color:#000; text-decoration:none;}
#left_zone_galerie img:hover, img:focus {-webkit-transform: scale(1.3); transform: scale(1.3);}
#page_navigation {clear:both; width:100%; text-align:center; margin:auto; padding-top:20px;}
#page_navigation a {text-decoration:none;}

/* style global de la liste non ordonné */
ul#list-galeries{list-style:none;overflow: hidden;}

/* style des éléments de la liste */
ul#list-galeries li{
  border:1px solid #ddd;
  padding:0px;
  cursor:move;
  height:180px;
  width:100%;
  float:left;
  margin-right:10px;
  margin-bottom:10px;
  background:#fff;
  color:#212326;
  font-size:12px;
  -moz-box-shadow:2px 2px 5px #ccc;  
}

ul#list-galeries li img {display: block; max-width: 100%; max-height: 100%;}

/* style de l'élément fantome, qui apparait losque que l'on bouge un élément */
ul#list-galeries li.highlight {background:#f2f2f2; border:1px dashed #212326;}

/* style global de la liste non ordonné */
ul#list-photos{list-style:none; overflow: hidden;}

/* style des éléments de la liste */
ul#list-photos li{
  border:1px solid #ddd;
  padding:0px;
  cursor:move;
  height:220px;
  width:160px;
  float:left;
  margin-right:10px;
  margin-bottom:10px;
  background:#fff;
  color:#212326;
  font-size:12px;
  -moz-box-shadow:2px 2px 5px #ccc;
}

ul#list-photos li img {display: block; max-width: 100%; max-height: 100%;}

/* style de l'élément fantome, qui apparait losque que l'on bouge un élément */
ul#list-photos li.highlight {background:#f2f2f2; border:1px dashed #212326;}



/* style global de la liste non ordonné */
ul#list-visu-photos{list-style:none; overflow: hidden; padding:0px;}

/* style des éléments de la liste */
ul#list-visu-photos li{  
  padding:0px;
  cursor:move;
  height:220px;
  width:160px;
  float:left;
  margin-right:10px;
  margin-bottom:10px;
  color:#212326;
  font-size:12px;
  -moz-box-shadow:2px 2px 5px #ccc;
}

@media only screen and (max-width: 360px) {
ul#list-visu-photos li{width:150px;} }

ul#list-visu-photos li img {display: block; max-width: 100%; max-height: 100%;}

/* style de l'élément fantome, qui apparait losque que l'on bouge un élément */
ul#list-visu-photos li.highlight {background:#f2f2f2; border:1px dashed #212326;}

/*----------------------------
    The file upload form
-----------------------------*/

#upload{background-color:#ffffff; width:400px; padding:0px; border-radius:3px;}

#drop{
    background-color: #2E3134;
    padding: 40px 50px;
    margin-bottom: 30px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('../img/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;
    font-size:16px;
    font-weight:bold;
    color:#7f858a;
}

#drop a{
    background-color:#007a96;
    padding:12px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
}

#drop a:hover{background-color:#0986a3;}
#drop input{display:none;}
#upload ul{list-style:none; margin:0 -40px; border-top:0px solid #2b2e31; border-bottom:0px solid #3d4043;}

#upload ul li{background-color:#333639;
    background-image:-webkit-linear-gradient(top, #333639, #303335);
    background-image:-moz-linear-gradient(top, #333639, #303335);
    background-image:linear-gradient(top, #333639, #303335);
    border-top:0px solid #3d4043;
    border-bottom:0px solid #2b2e31;
    padding:5px;
    height: 50px;
    position: relative;
}

#upload ul li input{display: none;}

#upload ul li p{
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 80px;
}

#upload ul li i{font-weight: normal; font-style:normal; color:#7f7f7f; display:block;}
#upload ul li canvas{top: 5px; right: 17px; position: absolute;}

#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../img/icons.png') no-repeat;
    position: absolute;
    top: 25px;
    right: 33px;
    cursor:pointer;
}

#upload ul li.working span{height: 5px; background-position: 0 -5px;}
#upload ul li.error p{color:red;}

#tzine-download{
    opacity:0.9;
    background-color:#257691;
    font-size:11px;
    text-align:center;
    text-transform:uppercase;
    width:150px;
    height:28px;
    line-height:28px;
    text-decoration:none !important;
    display: inline-block;
    border-radius: 2px;
    color: #fff !Important;
    font-weight: bold;
    box-shadow: 0 -1px 2px #1e5e74 inset;
    border-top:1px solid #26849c;
    text-shadow:1px 1px 1px #1e6176;
    margin-top:6px;
}

#tzine-download:hover{opacity:1;}
#tzine-actions{position:absolute; top:0; width:500px; right:50%; margin-right:-420px; text-align:right;}
#tzine-actions iframe{display: inline-block; height: 21px; width: 95px; position: relative; float: left; margin-top: 11px;}
