/* actu */
.actu {
float: left;
position: relative;
}
.actu .voile{
width: 100%;
height: 100%;
position: absolute;
background-color: #c51810;
top: 0;
left: 0;
zoom: 1;
filter: alpha(opacity=30);
opacity: 0.3;
display: none;
}
.inner-actu{
width: 100%;
background-color:rgba(0,0,0,.7);
height: 40px;
position: absolute;
bottom: 0;
}
.inner-actu h2{
color: #FFF;
line-height: 40px;
font-size: 20px;
padding-left: 10px;
}
.inner-actu h2 a{
color: #FFF;
text-decoration: none;
}
.actu .links{
display: none;
position: absolute;
bottom: 0;
right: 0;
}
.actu.selected .links, .actu.selected .voile{
display: block;
}
.actu .links li{
float: left;
margin: 0 0 1px 1px;
}
.actu .links a{
display: block;
width: 28px;
height: 28px;
background-color: #007dad;
background-repeat: no-repeat;
}
.actu .links a:hover{
background-color: #4FA3C4;
}
.actu .links a.trash{
background-image: url(../img/home-button-trash.png);
background-position: 8px 5px;
}
.actu .links a.file{
background-image: url(../img/home-button-file.png);
background-position: 2px 6px;
text-decoration: none;
position: relative;
}
.actu .links a.file span{
color: #0F85B2;
display: block;
font-size: 11px;
left: 8px;
position: absolute;
text-align: center;
top: 6px;
width: 18px;
}
.actu .links a.comment{
background-image: url(../img/home-button-comment.png);
background-position: 4px 6px;
}
/* treemap */
.actus{
position: relative;
}
.actu{
position: absolute;
overflow: hidden;
float: none;
}
/* Treemap 2 */
.cluster-article {
position: absolute; overflow: hidden;
}
.cluster-article p {
position: absolute; top: 2px; left: 2px; right: 2px; bottom: 2px; overflow: hidden;
}
.abstract {
position: absolute; bottom: 40px; left: 0; right: 0; padding: 4px; background: rgba(0,0,0,0.7);
color: #ffffff; font-size: 12px; text-shadow: 1px 1px 1px #000000; display: none;
}
.actu.selected .abstract {
display: block;
}