/**
* Share plugin
**/
#share-widget{
    float:left;
    margin:0 27% 0 27%;
}
.sharrre{
    margin:55px 0 0 50px;
    float:left;
}
.sharrre .box a:hover{
    text-decoration:none;
}
.sharrre .count {
    color:#525b67;
    display:block;
    font-size:18px;
    font-weight:bold;
    line-height:40px;
    height:40px;
    position:relative;
    text-align:center;
    width:70px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    border:1px solid #b2c6cc;
    background: #fbfbfb; /* Old browsers */
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.sharrre .count:before, .sharrre .count:after {
    content:'';
    display:block;
    position:absolute;
    left:49%;
    width:0;
    height:0;
}
.sharrre .count:before {
    border:solid 7px transparent;
    border-top-color:#b2c6cc;
    margin-left:-7px;
    bottom: -14px;
}
.sharrre .count:after {
    border:solid 6px transparent;
    margin-left:-6px;
    bottom:-12px;
    border-top-color:#fbfbfb;
}
.sharrre .share {
    color:#FFFFFF;
    display:block;
    font-size:12px;
    font-weight:bold;
    height:30px;
    line-height:30px;
    margin-top:8px;
    padding:0;
    text-align:center;
    text-decoration:none;
    width:70px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
#twitter-w .share {
    text-shadow: 1px 0px 0px #0077be;
    filter: dropshadow(color=#0077be, offx=1, offy=0);
    border:1px solid #0075c5;
    background: #26c3eb;
    background: -moz-linear-gradient(top, #26c3eb 0%, #26b3e6 50%, #00a2e1 51%, #0080d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26c3eb), color-stop(50%,#26b3e6), color-stop(51%,#00a2e1), color-stop(100%,#0080d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%); /* IE10+ */
    background: linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26c3eb', endColorstr='#0080d6',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 1px 4px #DDDDDD, 0 1px 0 #5cd3f1 inset;
}
#facebook-w .share {
    text-shadow: 1px 0px 0px #26427e;
    filter: dropshadow(color=#26427e, offx=1, offy=0);
    border:1px solid #24417c;
    background: #5582c9; /* Old browsers */
    background: -moz-linear-gradient(top, #5582c9 0%, #33539a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5582c9), color-stop(100%,#33539a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5582c9 0%,#33539a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5582c9 0%,#33539a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5582c9 0%,#33539a 100%); /* IE10+ */
    background: linear-gradient(top, #5582c9 0%,#33539a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5582c9', endColorstr='#33539a',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 1px 4px #DDDDDD, 0 1px 0 #80a1d6 inset;
}
#googleplus-w .share {
    text-shadow: 1px 0px 0px #222222;
    filter: dropshadow(color=#222222, offx=1, offy=0);
    border:1px solid #262626;
    background: #6d6d6d; /* Old browsers */
    background: -moz-linear-gradient(top, #6d6d6d 0%, #434343 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d6d6d), color-stop(100%,#434343)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6d6d6d 0%,#434343 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6d6d6d 0%,#434343 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6d6d6d 0%,#434343 100%); /* IE10+ */
    background: linear-gradient(top, #6d6d6d 0%,#434343 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#434343',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 1px 4px #DDDDDD, 0 1px 0 #929292 inset;
}

/** 
* Head Bar (not connected)
**/

#login_menu{
  margin:0 15px 0 4px;

}

#menu li a#create_fotolog{
  background-color:#5E5E5E;
  color:#CBCBCB;
  border-color:#838486;
}

#banner_top{
  height: 440px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 1000px;
}

#banner_mask{
  position:absolute;
  z-index:50;
  top:0;
}

#h1_banner{
  font-size:39px;
  font-family: Arial;
  color:#fff;
  position:absolute;
  z-index:51;
  top:93px;
  left:102px;
  text-align: center;
}

#h2_banner{
  color: #A7B3B7;
  font-family: Arial;
  font-size: 15px;
  left: 102px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 213px;
  z-index: 51;
}

#button_register{
  background: url("images/bouton-essayer-content-over.png") repeat-x scroll left top transparent;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 3px 4px 3px #333333;
  color: #000000;
  display: block;
  font-size: 22px;
  font-weight: bold;
  height: 51px;
  left: 155px;
  outline: 0 none;
  padding-top: 9px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 272px;
  width: 182px;
  z-index: 51;
}

#button_register:hover{
  box-shadow:none;
}

.button_white_text{
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  margin-top: 3px;
}

.images_banner{
  position:absolute;
  top:32px;
  right:-345px;
  z-index:48;
}

.first_image{
  right:75px;
  z-index:49;
}

#popular_photos{
  position:absolute;
  overflow:hidden;
  width:610px;
  margin:0;
}

#popular_photos li{
  float: left;
  font-size: 12px;
  height: 105px;
  list-style-type: none;
  margin-right: 5px;
  margin-top: 15px;
  position: relative;
  text-align: center;
  width: 110px;
}

.popular_img_container{
  border: 1px solid #CCCCCC; 
  height: 75px;
  margin: 2px; 
  padding: 3px; 
  width: 100px;
}

#block_slideshow{
  background-color:#151B1E;
  width:100%;
  margin:auto;
}

#container h3{
  border-bottom: 1px solid #EFEFEF;
  color: #999999;
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

#container h2{
  color: #999999;
  font-size: 21px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

#container h3{
  font-size:14px;
  font-weight:bold;
}

#thumb_container{
  float:left;
  display:block;
  padding:5px 0;
  width:590px;
  height:760px;
  margin-bottom: 15px;
}

#right_column{
  float:left; 
  display:block; 
  width:300px;
  margin:0 0 0 60px;
}

#right_column p{
  font-size:14px;
  color:#9a9a9a;
}

#right_column p b{
  font-weight:bold;
}

#block_globe{
  margin-bottom:75px;
}

#block_globe h3 img{
  vertical-align: middle;
  margin-left:10px;
}

.board_border{
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 3px 2px 2px #999999;
  color: #000000;
  display: inline-block;
  float: left;
  margin: 0 2px;
  padding: 0;
  position: relative;
  width: 20px;
  height:30px;
}

.board_space{
  margin-left:7px;
}

.board_border .hr_board_border{
  background-color: #999999;
  border: 0 none;
  box-shadow: 0 0 2px #222222;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 20px;
  z-index: 2;
  left:0;
  display: inline-block;
  overflow:hidden;
}

#container_globe{
  padding:52px 0;
  background: transparent url('images/map-small.png') no-repeat left top;
}

p#globe_count_user{
  font-size: 30px;
  margin: 0 auto 15px;
  text-align: center;
  width: 245px;
}

/*
* Fotolog Welcom block
*/
.fotolog_pre_title{
  display:block;
  float:left;
  margin:10px 6px 0 0;
}

/*
 * block mobile applications
 */
#mobile_app {
  border: 1px solid #DADADA;
}
#mobile_app div {
  text-align: center;
}
#mobile_app img.left_margin {
  margin-left: 35px;
}
