@font-face{
    font-family:kimberley;
    src:url(../fonts/kimberley.ttf);
}

@font-face{
    font-family:oswald;
    src:url(../fonts/Oswald-Regular.ttf);
}

/* GENERIC */
root {
    display: block;
}

body {
    width: 100%;
    margin: 0;
    background: #e3e5e8;
    font-family: oswald,arial,helvetica,sans-serif;
}

.main-content>h3 {
    font-size: 25px;
    color: #555555;
}

h1, h2, h3, h4 {
    font-family: kimberley;
}
.clickable {
	cursor:pointer;
}

.header {
    background: #000000 url(../img/ZD_Header.png) no-repeat center;
    height: 200px;
    width: 100%;
    min-width: 1100px;
}

.header a {
    text-decoration: none;
    color: #ffffff;
}

.header a img {
    display: block;
    float: left;
    margin: 20px 140px;
    height: 160px;
    width: 200px;
}

.header a h1 {
    display: inline-block;
    margin: 0;
    font-size: 70px;
}

.header a h1.tabh1 {
    margin: 15px 0 0 200px;
}

.main-content {
    width: 1000px;
    margin: 0 auto;
	padding: 20px 10px 0px 10px;
    background: #ffffff;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.main-menu {
    width: 100%;
    height: 50px;
    background: #4A7CC2;/*#87b9e1;*/
    border-top: 2px solid #719CD9;/*#c0dbf0;*/
    border-bottom: 2px solid #396199;/*#6d9cc1;*/
    display: block;
	position: sticky;
    top: 0;
    z-index: 10000;
}

.main-menu .menu-list {
    width: 1100px;
    height: 50px;
    display: block;
}

.main-menu .menu-list,
.main-menu .menu-sublist {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.main-menu .menu-list .menu-item,
.main-menu .menu-list .menu-subitem {
    display: block;
    float: left;
}

.main-menu .menu-list .separate {
	border-left: 1px solid #719CD9;
	list-style: none;
	padding: 0;
	margin: 10px 0;
	width: 0px;
	height: 30px;
    display: block;
    float: left;
}

.main-menu .menu-list .menu-item.recherche {
	float: right;
	position: relative;
}

.main-menu .menu-list .menu-item.recherche div {
	display: none;
    position: absolute;
    padding: 10px;
    background: #396199;
	right: 0;
    width: 300px;
}

.main-menu .menu-list .menu-subitem {
    clear: left;
    width: 200px;
}

.main-menu .menu-sublist {
    display: none;
    position: absolute;
	z-index: 1000;
    background: #4A7CC2;/*#87b9e1;*/
    border-left: 2px solid #719CD9;/*#c0dbf0;*/
    border-bottom: 2px solid #396199;/*#6d9cc1;*/
    border-right: 2px solid #396199;/*#6d9cc1;*/
}

.main-menu .menu-list .menu-item:hover,
.main-menu .menu-list .menu-item .menu-sublist .menu-subitem:hover,
.main-menu .menu-list .menu-item.selected,
.main-menu .menu-list .menu-item .menu-sublist .menu-subitem.selected {
    background: #396199;/*#6d9cc1;*/
}

.main-menu .menu-list .menu-item.recherche span:hover {
	cursor: pointer;
	background: #396199;/*#6d9cc1;*/
}

.main-menu .menu-list .menu-item:hover .menu-sublist {
    display: block;
}

.main-menu .menu-list .menu-item .menu-item-title,
.main-menu .menu-list .menu-item .menu-subitem-title,
.main-menu .menu-list .menu-item.recherche span {
    color: #ffffff;
    text-decoration: none;
    font-family: kimberley;
    font-size: 16px;
    padding: 12px 10px 13px 12px;
    height: 25px;
    display: block;
    line-height: 25px;
}

.main-menu .menu-list .menu-item .menu-item-title img {
    width: 25px;
    height: 25px;
    display: inline-block;
}

#slides {
	width: 1020px;
	height: 400px;
	margin: 0 auto;
	border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
	position: relative;
}

#slides .slidesjs-pagination {
    list-style: none;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1000;
    height: 12px;
    padding: 0;
    margin: 10px;
}

#slides .slidesjs-pagination .slidesjs-pagination-item {
	float: left;
    margin: 0 1px;
    display: block;
    width: 10px;
    height: 10px;
	border: 2px solid #ffffff;
    margin: 0px 5px;
	overflow: hidden;
}

#slides .slidesjs-pagination .slidesjs-pagination-item a {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -150px;
}

#slides .slidesjs-pagination .slidesjs-pagination-item a.active {
	background: #4A7CC2;
}

#slides .slide {
	width: 1020px;
	height: 400px;
}

#slides .slide img {
	width: 1020px;
	height: 400px;
}

#slides .slide img:hover {
	cursor: pointer;
}

#slides .slide a {
	width: 1020px;
    height: 60px;
    display: block;
    background: rgba(50, 50, 50, .75);
    color: #ffffff;
    font-family: kimberley;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    padding: 10px;
	text-decoration: none;
}

#slides .slide a:hover {
	color: #719CD9;
}

.main-content .content {
    padding: 15px 10px 25px 10px;
    background-color: #ffffff;
    display: block;
}

.main-content .post-content {
    padding: 10px;
}

.main-content .post-content h2 {
    font-size: 25px;
    color: #555555;
    margin-bottom: 50px; 
}

.main-content .post-content .posted-infos {
    font-family: kimberley;
    font-size: 14px;
    color: #555555;
    display: block;
    text-align: right;
    margin-top: 30px; 
}

.main-content .post-content .posted-infos .auteur {
    color: #4A7CC2;/*#87b9e1;*/
}

.main-content .content .miniature {
    width: 760px;
}

.main-content .caption {
    /*background: rgba(50, 50, 50, .75);
    border-top: 1px solid #333333;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 760px;*/
	text-align: left;
}

.main-content .caption h2 {
    margin: 0;
    padding: 0;
}
.main-content .caption span, .main-content .caption a {
    width: 100%;
    display: block;
    padding: 5px;
}

.main-content .caption .caption-rubr {
    color: #4A7CC2;/*#87b9e1;*/
    font-family: kimberley;
    font-size: 15px;
}

.main-content .caption .caption-title {
    color: #333333;
    font-family: kimberley;
    text-decoration: none;
    font-size: 20px;
}

.main-content .caption .caption-title:hover {
	color: #396199;
}

.main-content .caption .caption-resume {
    color: #ffffff;
}

.main-content .caption .caption-date {
    color: #719CD9;/*#c0dbf0;*/
}

.main-content .content-medium {
    padding: 5px 15px;
	margin: 5px 1px 25px 1px;
    border-right: 1px solid #bbbbbb;
    background-color: #ffffff;
    width: 300px;
    display: block;
    float: left;
    position: relative;
    text-align: center;
}

.main-content .content-medium-2 {
	border-right: none;
}

.main-content .content-line {
    margin: 10px auto;
    border-top: 1px solid #bbbbbb;
    background-color: #ffffff;
    width: 950px;
    height: 180px;
    display: block;
    position: relative;
    overflow: hidden;
	padding: 20px 0px 10px;
}

.main-content .content-line-old {
    margin: 0px;
    border: 5px solid #555555;
    border-top: none;
    background-color: #ffffff;
    width: 760px;
    height: 180px;
    display: block;
    float: left;
    clear: left;
    position: relative;
    overflow: hidden;
}

.main-content .content-medium .miniature {
    width: 220px;
    height: 220px;
}

.main-content .content-line .miniature {
    width: 180px;
    height: 180px;
}

.main-content .content-line .caption-old {
    background: none;
    border: none;
    width: 570px;
    left: auto;
    bottom: auto;
    right: 0;
    top: 0;
}
.main-content .content-line .caption {
	background: none;
    border: none;
    width: 750px;
    /* left: auto; */
    /* bottom: auto; */
    /* right: 0; */
    /* top: 0; */
    display: block;
    position: relative;
    float: right;
}

.main-content .content-line .caption span {
    width: 100%;
    display: block;
    padding: 5px;
}

.main-content .content-medium .caption .caption-title ,
.main-content .content-line .caption .caption-title {
    font-family: kimberley;
    font-size: 20px;
}

.main-content .content-line .caption .caption-resume {
    color: #333333;
}

.main-content .content-line .caption .caption-date {
    color: #4A7CC2;/*#87b9e1;*/
}

.main-content .content-line.withborder {
    border-top: 5px solid #555555;
} 

.main-content .pages {
    display: block;
    clear: both;
    padding: 20px;
}

.main-content .pages span, .main-content .pages a {
    text-decoration: none;
    background-color: #4A7CC2;/*#87b9e1;*/
    color: #ffffff;
    padding: 5px 5px 4px 5px;
    border-top: 1px solid #719CD9;/*#c0dbf0;*/
    border-right: 1px solid #396199;/*#6d9cc1;*/
    border-bottom: 1px solid #396199;/*#6d9cc1;*/
    border-left: 1px solid #719CD9;/*#c0dbf0;*/
    margin-right: 10px;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    font-family: kimberley;
    text-align: center;
}

.main-content .pages span {
    background-color: #555555;
    border-top: 1px solid #777777;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #777777;
}

.main-content .content-comms {
    /*width: 780px;*/
	border-top: 3px solid #555555;
}

.main-content .content-comms h3 {
    color: #555555;
}

.main-content .content-comms form input, .main-content .content-comms form textarea {
    width: 500px;
    padding: 10px;
    margin: 10px;
}

.main-content .content-comms form textarea {
    height: 100px;
    width: 700px;
    resize: none;
}

.main-content .content-comms form .button {
    background-color: #4A7CC2;/*#87b9e1;*/
    color: #ffffff;
    padding: 5px 5px 4px 5px;
    border-top: 2px solid #719CD9;/*#c0dbf0;*/
    border-right: 2px solid #396199;/*#6d9cc1;*/
    border-bottom: 2px solid #396199;/*#6d9cc1;*/
    border-left: 2px solid #719CD9;/*#c0dbf0;*/
    margin-right: 10px;
    font-size: 18px;
    text-align: center;
    width: 120px;
}

.main-content .content-comms .comment-form {
    padding: 10px;
	margin-bottom: 15px;
}

.main-content .content-comms .comments .comm {
    border-top: 1px solid #aaaaaa;
    padding: 10px 10px 25px 10px;
}

.main-content .content-comms .comments .comm .comment-auteur,
.main-content .content-comms .comments .comm .comment-date {
    float: left;
    clear: left;
    display: block;
    margin: 0px 10px 20px 10px;
    font-family: kimberley;
    color: #555555;
    font-size: 14px;
}

.main-content .content-comms .comments .comm .comment-auteur span {
    color: #4A7CC2;/*#87b9e1;*/
}

.main-content .content-comms .comments .comm .comment-date {
    float: right;
    clear: right;
    font-size: 12px;
}

.main-content .post-right-column {
    display: block;
    float: right;
    clear: right;
}

.main-content .generic-column {
    float: right;
    clear: right;
}

.main-content .right-column {
    margin: 0px 0px 30px 30px;
    border: 3px solid #555555;
    background-color: #ffffff;
    display: block;
    float: right;
    clear: right;
    width: 250px;
}

.main-content .right-column .title {
    background: #555555;
    color: #ffffff;
    border-bottom: 3px solid #555555;
}

.main-content .right-column .title.underlined {
    border-bottom: 3px solid #ffffff;
}

.main-content .right-column .title span {
    border-left: 5px solid #719CD9;/*#4A7CC2;/*#87b9e1;*/
    padding: 2px 5px 2px 10px;
    font-family: kimberley;
    font-size: 20px;
    display: block;
}

.main-content .right-column .right-column-content .last-posts {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-content .right-column .right-column-content .last-posts .post {
    padding: 10px;
    background: #555555;
}

.main-content .right-column .right-column-content .last-posts .post:hover {
    background: #333333;
}

.main-content .right-column .right-column-content .last-posts .post .post-title {
    text-decoration: none;
    font-family: kimberley;
    font-size: 14px;
    color: #ffffff;
}

.main-content .right-column .right-column-content .last-posts .post .post-date {
    font-family: kimberley;
    font-size: 12px;
    color: #4A7CC2;/*#87b9e1;*/
}

.main-content .right-column form {
    padding: 2px;
}

.main-menu .menu-list .menu-item.recherche div input,
.main-content .right-column input {
    border-top: 1px solid #719CD9;/*#c0dbf0;*/
    border-right: 1px solid #396199;/*#6d9cc1;*/
    border-bottom: 1px solid #396199;/*#6d9cc1;*/
    border-left: 1px solid #719CD9;/*#c0dbf0;*/
    padding: 5px;
    display: block;
    float: left;
    width: 140px;
}

.main-menu .menu-list .menu-item.recherche div input {
    width: 190px;
}

.main-menu .menu-list .menu-item.recherche div .button,
.main-content .right-column .button {
    text-decoration: none;
    background-color: #4A7CC2;/*#87b9e1;*/
    color: #ffffff;
    padding: 5px 5px 4px 5px;
    border-top: 1px solid #719CD9;/*#c0dbf0;*/
    border-right: 1px solid #396199;/*#6d9cc1;*/
    border-bottom: 1px solid #396199;/*#6d9cc1;*/
    border-left: 1px solid #719CD9;/*#c0dbf0;*/
    width: 90px;
    font-family: kimberley;
    text-align:center;
    display: block;
    float: right;
}

.main-content .post-right-column .post-infos .right-column-content {
    background: #555555;
    font-family: oswald,arial;
}

.main-content .post-right-column .post-infos .right-column-content .post-note {
    background: #ffffff;
    font-family: kimberley;
}

.main-content .post-right-column .post-infos .right-column-content .post-details {
    background: #ffffff;
    border-top: 3px solid #555555;
}

.main-content .post-right-column .post-infos .right-column-content .post-details .post-details-title {
    display: block;
    float: left;
    clear: both;
    text-align: center;
    width: 240px;
    font-size: 20px;
    padding: 5px;
    font-family: kimberley;
}

.main-content .post-right-column .post-infos .right-column-content .post-details .post-details-title.post-plus {
    color: #12cd43;
}

.main-content .post-right-column .post-infos .right-column-content .post-details .post-details-title.post-moins {
    color: #d32a2a;
}

.main-content .post-right-column .post-infos .right-column-content .post-details .post-details-content {
    font-size: 15px;
    padding: 10px;
}

.main-content .post-right-column .post-infos .right-column-content .post-note span {
    display: block;
    float: left;
    clear: both;
    text-align: center;
    width: 240px;
    font-size: 16px;
    padding: 5px;
}

.main-content .post-right-column .post-infos .right-column-content .post-note span span {
    display: inline;
    float: none;
    font-size: 18px;
    color: #4A7CC2;/*#87b9e1;*/
}

.main-content .post-right-column .post-infos .right-column-content .post-note .note-value {
    font-size: 50px;
    padding: 10px;
    width: 230px;
}
.main-content .post-right-column .post-infos .right-column-content .post-note .note-value.red {
    color: #e85858;
}
.main-content .post-right-column .post-infos .right-column-content .post-note .note-value.orange {
    color: #f6b735;
}
.main-content .post-right-column .post-infos .right-column-content .post-note .note-value.yellow {
    /*color: #eff02b;*/
    color: #e3e314;
}
.main-content .post-right-column .post-infos .right-column-content .post-note .note-value.green {
    /*color: #40e24e;*/
    color: #52d449;
}
.main-content .post-right-column .post-infos .right-column-content .post-note .note-value.blue {
    color: #39b5e2;
}

.main-content .post-right-column .post-infos .right-column-content .post-note .note-comment {
    font-size: 20px;
    background: #555555;
    /*color: #ffffff;*/
    color: #555555;
	font-family: oswald,arial;
	font-weight: bold;
}

.main-content .post-right-column .post-infos .right-column-content .post-note .note-comment.red {
    background: #e85858;
}
.main-content .post-right-column .post-infos .right-column-content .post-note .note-comment.orange {
    background: #f6b735;
}
.main-content .post-right-column .post-infos .right-column-content .post-note .note-comment.yellow {
    /*background: #eff02b;*/
    /*background: #e3e314;*/
    background: #F7F55E;
}
.main-content .post-right-column .post-infos .right-column-content .post-note .note-comment.green {
    /*background: #40e24e;*/
    background: #52d449;
}
.main-content .post-right-column .post-infos .right-column-content .post-note .note-comment.blue {
    background: #39b5e2;
}

.main-content .post-right-column .post-infos .right-column-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-content .post-right-column .post-infos .right-column-content ul li {
    padding: 10px 5px 5px 5px;
}

.main-content .post-right-column .post-infos .right-column-content ul li span {
    text-align: left;
    color: #ffffff;
    font-family: oswald,arial;
    font-size: 15px;
}

.main-content .post-right-column .post-infos .right-column-content ul li .post-info-title {
    color: #719CD9;/*#4A7CC2;/*#87b9e1;*/
	font-family: kimberley;
}

.footer {
    width: 100%;
    background: #4A7CC2;/*#87b9e1;*/
    border-top: 2px solid #719CD9;/*#c0dbf0;*/
    display: block;
	clear: both;
}

.footer .column {
    margin: 15px;
    padding: 20px;
    display: block;
    float: left;
    width: 30%;
    color: #ffffff;
    font-family: kimberley;
}

.footer .column a {
    color: #ffffff;
    font-family: kimberley;
}
			