/* contenu ********************************************************************/
.page-actualites #contenu #news div {
    margin-bottom: 10px;
    padding: 10px 10px 0 10px;
    border-bottom: 1px dotted #888;
}

.page-actualites #contenu #news div.last {
    border-bottom: none;
}

.page-actualites #contenu #news h2.titre {
    clear: both;
    color: #FFC500;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.page-actualites #contenu #news img {
    float: left;
    margin: 0 1em 1em 0;
    width: 200px;
}

.page-actualites #contenu #news span.clear {
    clear: both;
    display: block;
    visibility: hidden;
}


/* Pagination *****************************************************************/
.page-actualites #contenu div.list ul.pagination {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 110px;
}

.page-actualites #contenu div.list ul.pagination li {
    float: left;
}

/* End ************************************************************************/
