h1 {
    margin: 15px 10px;
}

#actualites, #videos, #galerie {
    border: 3px solid #ccc;
    margin: 30px 0px 5px 0px;
    color: #111;
    background: #ddd url('png/actualites-fond.png') repeat-x scroll top;
}

#actualites{
    margin-top:0px;
}

/* Actualités  */

.post a:link, .post a:visited {
    color: #000;
}

.post a:hover, .post a:active {
    color: #407;
}

.post a:hover img {
    border-color: #407;
}

.post {
    position: relative;
    padding: 0px 10px;
}

.post h3 {
    margin: 0px;
    color: #555;
}

.post small{
    color: #777;
    font-size: 11px;
    font-weight: bold;
}

.head-hr {
    clear: none;
    width: 340px;
    margin: 10px 0px 0px -10px;
    background: transparent url('png/head-hr.png') no-repeat scroll right;
}

.post p {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5em;
}

.cats {
    margin: 0px;
}

.post .cats a:link, .post .cats a:visited {
    color: #407;
}

.post .cats a:hover, .post .cats a:active {
    color: #aaa;
}

.post img {
    float: left;
    margin: 0px 20px 0px 0px;
    border: 1px solid #000;
}

.post-hr {
    padding: 20px 0px;
    margin: 0px;
    background: transparent url('png/post-hr.png') no-repeat scroll right;    
}

/* Pagination */

#pagination {
    margin-bottom: 10px;
    line-height: 13px;
    font-weight: bold;
    text-align: center;
}

#pagination a:link, #pagination a:visited {
    color: #666;
}

#pagination a:hover, #pagination a:active {
    color: #407;
}

#pagination img {
    margin: 0px 0px 0px 3px;
    vertical-align: middle;
}

/* Vidéos */

#videos iframe {
    width: 660px;
    height: 438px;
    margin-bottom: 10px;
    border: 0px;
    overflow: hidden;
}
