/* height = hauteur totale : hauteur d'image + bordure haut et bas (border-top et border-bottom) */

#clic{
margin:auto;
margin-top:0px;
width:80%;
height:100px;
overflow:hidden;
border-top:solid 5px #9CAAB0;
border-bottom:solid 5px #9CAAB0;
}

#cloc img{
height:100px;
border:none;
}

#cloc td:hover{
cursor:hand;
opacity:0.8;
filter : alpha(opacity=85);
}