.mod-news-focus {
    position: relative;
    clear: both;
    margin: 0 0 20px;
}

.mod-news-focus h2 {
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 0 0 10px;
}

.news-focus {
    position: relative;
    min-height: 323px;
    background: #fff;
}

.news-focus-photo-pane {
    float: left;
}

.news-focus-photo-pane .news-focus-photo {
    display: block;
}

.news-focus-items {
    float: right;
    width: 305px;
}

.news-focus-item {
    position: relative;
    line-height: 1.2em;
    padding: 7px 15px 0;
}

.news-focus-item:last-of-type {
    border: none;
}

.news-focus-sep {
    height: 1px;
    width: 210px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.news-focus-arrow {
    display: none;
}

.news-focus-item-active .news-focus-arrow {
    background: url('../images/sprite_studio.png') no-repeat -55px -282px;
    width: 10px;
    height: 20px;
    display: block;
    position: absolute;
    top: 20px;
    left: -10px;
}

.news-focus-photo {
    display: none;
}

.news-focus-photo-min {
    background: #fff;
    padding: 4px;
    float: left;
    margin-right: 15px;
}

.news-focus-photo-min img {
    display: block;
}

.news-focus-date {
    margin: 0;
}

.news-focus-title {
    font: 1.1em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0.3em 0 0;
}

.news-focus-title a:link,
.news-focus-title a:visited {
    display: block;
    min-height: 2.65em;
    padding-bottom: 6px;
    border-bottom: 1px dotted #999;
}

.news-focus-item-active {
    position: relative;
    color: #FFF;
    background: #005891;
    zoom: 1;
    z-index: 1000;
}

.news-focus-item:hover {
    color: #FFF;
    background: #005891;
}

.news-focus-item-active::before, .news-focus-item:hover::before {
    display: block;
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    top: 50%;
    left: -10px;
    background: #005891;
    margin-top: -20px;
    transform: rotate(45deg);
    z-index: -1;
}

.news-focus-item-active .news-focus-date {
    color: #FFF;
}

.news-focus-item-active a:link,
.news-focus-item-active a:visited {
    color: #FFF;
}

.news-focus-item a:hover,
.news-focus-item a:focus,
.news-focus-item a:active, .news-focus-item:hover a {
    text-decoration: none;
    color: #FFF;
    background: #005891;
}

.news-focus-item-active .news-focus-sep {
    border-color: #1f3c47;
}

.mod-news-focus-rss img {
    vertical-align: middle;
}

.mod-news-focus-more {
    position: absolute;
    width: 12em;
    top: -0.5em;
    left: 394px;
    font-size: 1.1em;
    font-weight: bold;
}

.mod-news-focus .sp-bullet-blue-2:link,
.mod-news-focus .sp-bullet-blue-2:visited {
    display: block;
    color: #005891;
    background: #FFF url(../images/sprite_studio.png) right -4479px no-repeat;
    padding: 0.3em 0;
}

/* Début CSS aggregateur d'actualités PCO 120 */

div.mod-3.actus ul {
    padding: 0;
    margin: 0;
}

div.mod-3.actus li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #CCC;
}

div.mod-3.actus li:last-child {
    border: none;
}

div.mod-3.actus li div.journal-content-article > a {
    display: block;
    font-size: 1.1em;
    padding: 0.4em 0.2em;
    margin: 0;
    color: #000;
}

div.mod-3.actus li div.journal-content-article > a:hover {
    text-decoration:none;
    background:#dfdfdf;
}

.taglib-icon .taglib-text {
    text-decoration: none;
}