/* Preview des actus */

#content {background-image: url(../img/layout/pages/actus.png)}

.actuPrev {
    position: relative;
    margin-bottom: 16px;
}

.actuPrev img {
    position: absolute;
    top:0;
    left: 0;
    width: 110px;
    height: 72px;
}

.actuPrev .text {
    margin-left: 120px;
    height : 60px;
    overflow-y: hidden;
    width: 450px;
    padding-bottom: 16px;
    background: url(../img/layout/dot.png) repeat-x bottom;
}

/* Actus */
.actu {
    position: relative;
    margin-bottom: 16px;
    cursor: pointer;
}

.actu img {
    position: absolute;
    top:0;
    left: 0;
    width: 110px;
    height: 72px;

}

.actu .text {
	margin: 0;
    margin-left: 120px;
    width: 520px;
    padding-bottom: 16px;
    background: url(../img/layout/dot.png) repeat-x bottom;
}

.actu .text p.sous-titre {
	margin-top: -2px;
}

.actu .contenu {
    height : 46px;
    line-height: 1.2em;
    text-align: justify;
    overflow-y: hidden;
}

.actu .contenu.expanded {
	height: auto;
}

.actu img {
    border: 1px solid #98a9b9;
}

.text p {
	margin-bottom: 0;
}
