
body {
    background: url(images/layout_samourai.png) no-repeat top right;
}
a {
    color: #0a0e18;
}
img, a img {
    border: 1px solid #98A2B1;
    padding: 1px;
}

#header {
    background: url(images/layout_header.png) no-repeat top left;
    height: 104px;
    padding: 34px 0 0 15px;

}
#header h1 a {
    display: block;
    text-indent: -3000px;
    background: url(images/logo.png) no-repeat bottom right;
    height: 60px;
    width: 420px;
}
#header ul {
    float: right;
    margin-top: 62px;
}
#header li {
    display: inline;
    float: left;
}
#header li a {
    display: block;
    color: #fff;
    padding: 0 10px;
    font-size: 1.2em;
    padding-bottom: 8px;
    text-decoration: none;
}
#header li a.selected, #header li a:hover {
    background: url(images/selected_menu_item.png) no-repeat bottom center;
}

.container {
    background: #fff; /*url(images/bg.png) repeat-y left;*/
    border: 1px solid #ccc;
}
.bloc {
    background: url(images/bloc_bg.png) no-repeat bottom right;
    margin-bottom: 20px;
}
.bloc h3 {
    background: url(images/layout_footer.png) no-repeat center left;
    margin: 7px;
    color: #b3b9c5;
    padding: 2px 0 4px 0;
}
.bloc .fragment-with-pic h4 {
    clear: left;
}
.bloc h3 span.minilogo {
    background: url(images/logo_mini.png) no-repeat top left;
    margin: 4px;
    height: 13px;
    width: 18px;
    display: block;
    float: left;
}

#headline {
    background: url(images/headline_bg.png) no-repeat bottom right;
}
.next {
    text-align: right;
    padding-right: 20px;
}

#footer {
    background: url(images/layout_footer.png) no-repeat top left;
    height: 88px;
    clear: both;
}

.article div, .activity div {
    /*text-align: center;*/
}

.article .imagespe, .activity .imagespe, .fragment-with-pic li img, #chapo img {
    float: left;
    margin-right: 1em;
}
#chapo div {
    margin: 10px 20px 0 40px;
}
#description div, #joinus div {
    margin: 10px 20px;
}
#search p {
    padding: 5px 10px 5px 20px;
}
#search #search-input {
    float: right;
}

.pager {
    padding-top: 20px;
    padding-left: 40px;
}
.pager .page a {
    border: 3px solid #bbbbbb;
    margin-left: 1px;
    margin-right: 1px;
    padding-left: 4px;
    padding-right: 4px;
    text-decoration: none;
    color: #000000;
}
.pager .current {
    border: 3px solid #444444;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
}

.tags, .fragment-with-pic {
    float: left;
    list-style-type: none;
}
.tags li {
    display: inline;
}
.tag-1 {
    font-size: 1em;
}
.tag-2 {
    font-size: 1.1em;
}
.tag-3 {
    font-size: 1.2em;
}
.tag-4 {
    font-size: 1.3em;
}
.tag-5 {
    font-size: 1.4em;
}

#socialnetworks {
    float: right;
}
#socialnetworks li {
    display: inline;
}
#socialnetworks a {
    display: block;
    float: left;
    text-indent: -3000px;
    height: 32px;
    width: 32px;
    border: 3px solid #fff;
    margin: 20px 4px 0;
}

#socialnetworks li#twitter a {
    background: url(images/logo_twitter.png) no-repeat bottom right;
}
#socialnetworks li#facebook a {
    background: url(images/logo_facebook.png) no-repeat bottom right;
}
#socialnetworks li#rss a {
    background: url(images/logo_rss.png) no-repeat bottom right;
}
.footerlist, .footerlist ul {
    float: left;
    margin-bottom:0;
}
.footerlist, .footerlist a, .footerlist h6 {
    color: #fff;
}
.footerlist ul {
    list-style-type: square;
}
