br.clear {
  clear: both;
}
div.blocClient {
  height: auto;
}
ul.client {
  width: 660px;
  height: 100%;
  background: #fff;
}
li.client {
  float: left;
  display: inline;
  width: 165px;
  /width: 172px;
  height: 250px;
  /height: 260px;
  overflow: hidden;
  padding: 10px 0 0 10px;
  border: 1px solid #ededed;
  background: #fff url(../img/li_bg.gif) left top repeat-x;
  margin: 0 21px 10px 21px;
  /margin: 0 22px 10px 22px;
}
div.blocImg {
  width: 150px;
  height: 150px;
  border: 1px solid #ededed;
  background: #fcfcfc;
  margin-bottom: 10px;
  margin: 0 5px 150px 0;
  -moz-border-radius: 3px 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -o-border-radius: 3px;
  -icab-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-box-shadow: 0 2px 16px grey;
  -moz-box-shadow: 0 2px 16px grey;
  box-shadow: 0 2px 16px grey;
}
div.blocImgBlocActions {
  float: left;
  display: inline;
  width: 150px;
  border: 0px solid blue;
  z-index: 1;
}
div.infosImg {
  float: left;
  padding: 10px 0 0 10px;
  width: 142px;
  /width: 148px;
  height: 330px;
  border: 0px solid red;
  margin-left: -150px;
  /margin-left: -154px;
  /margin-top: 1px;
  background: #fcfcfc;
  display:none;
  z-index: 1000;
  position: relative;
}
div.infosImg span {
  float: right;
  cursor: pointer;
  margin: -5px 5px 0 0;
  font-weight: bold;
  border: 1px solid #ff902b;
  text-align: center;
  padding: 0 auto;
  width: 15px;
  height: 15px;
}
div.infosImg span:hover {
  background: #ededed;
}
div.infosImg span a {
  text-decoration: none;
  margin: 0 auto 0 1px;
}
div.telechImg {
  float: left;
  display: block;
  position: relative;
  top: -140px;
  z-index: 1;
}
.centrageVertical {
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
} 
.centrageHorizontal {
  text-align: center;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  padding-top: 2px;
}
li img {
  border: 5px solid #ededed;
  background: #fff;
  padding: 2px;
}
#screenshot {
	position:absolute;
	border:1px solid #ccc;
	background:#fff;
	padding:5px;
	display:none;
	color:#333;
  font-size: 11px;
  z-index: 1000; 
  -moz-border-radius: 3px 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -o-border-radius: 3px;
  -icab-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-box-shadow: 0 2px 16px grey;
  -moz-box-shadow: 0 2px 16px grey;
  box-shadow: 0 2px 16px grey;
  width: auto;
}
a.actions {
  font-size: 11px;
  padding: 1px 0 1px 22px;
  margin-left: 5px;
  text-decoration: none;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
}
a.actions:hover {
  text-decoration: underline;
}
a.hd {
  background: url(../img/disk_hd.gif) left top no-repeat;
}
a.bd {
  background: url(../img/disk_bd.gif) left top no-repeat;
}
a.fiche {
  background: url(../img/fiche.gif) left top no-repeat;
  cursor: pointer;
}
