* {
    word-wrap: break-word;
}

html {
    height: 100%;
    width: 100%;
    padding: 0px;
    text-align: center;
    background: #fff;
    font-size: 11px;
    font-family: sans-serif;
}

body {
    position: relative;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 900px;
    min-height: 100%;
    background: #fff;
    box-shadow: black 0px 0px 6px;
    text-align: left;
    padding-bottom: 40px;
    margin-bottom: -3px;
}

a {
  color: black;
  font-style: italic;
  text-decoration: none;
}

a:hover {
  font-style: normal;
  font-weight: bold;
}

img {
  border: 0;
}

#head {
    position: relative;
    background: #ddeeff url('logo.png') no-repeat 15px center;
    height: 140px;
    left: 0px;
    right: 0px;
    margin-bottom: 14px;
}

#head>h1 {
    margin: 0px;
    padding: 0px;
    padding-left: 90px;
    position: absolute;
    left: 40px;
    bottom: 40px;
    color: #88aaff;
    font-size: 28pt;
    font-weight: bold;
    font-style: normal;
    font-family: sans-serif;
}

#head>h1>a {
    color: inherit;
    font-style: inherit;
}

#head>h1>a:hover {
  font-style: oblique;
}

#layout {
    table-layout: fixed;
    display: table;
    width: 100%;
}

#layout>div {
    display: table-cell;
}

#layout>div>div {
    margin: 5px;
}

#layout>div:first-child>div {
    margin-left: 10px;
}

#layout>div:last-child>div {
    margin-right: 10px;
}

#go-top {
    background: url('top-transparent.svg');
    width: 34px;
    height: 34px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    box-shadow: rgba(0,0,0,.3) 0px 0px 4px;
    z-index: 1;
    cursor: pointer;
}

#go-top:hover {
    background: url('top.svg');
}

.menu>div:last-child>a {
    display: list-item;
    list-style-type: circle;
    list-style-position: inside;
}

[id|=nav] {
    background: #ddeeff;
    border: 1px solid #88aaff;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 15px;
}

[id|=nav]>a {
    display: block;
    width: 100%;
}

#foot {
    position: absolute;
    background: #333;
    height: 30px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: #aaa;
    text-align: center;
    padding: 0px;
    padding-top: 10px;
    font-size: 10pt;
}

.box {
    margin-bottom: 15px;
}

.box>div:first-child {
    margin: 0px;
    padding: 3px;
    background: #ddeeff;
    font-weight: bold;
    border: 1px solid #88aaff;
    border-bottom: none;
    line-height: 18px;
    position: relative;
}

.box>div:last-child {
    margin: 0px;
    margin-bottom: 10px;
    padding: 3px;
    border: 1px solid #88aaff;
    border-top: none;
}

.menu>div:last-child {
    padding-left: 6px;
}

.article-content, #intro>div:last-child {
    padding-left: 10px;
    padding-right: 10px;
}

.article>div:first-child>div {
    display: inline;
}

.article>div:first-child>div:first-child {
    font-weight: normal;
}

.video {
    margin-bottom: 5px;
}

.picture, .video {
    display: inline-block;
    text-align: center;
}

.picture>a, .video>div:first-child {
    display: block;
    padding: 5px;
    padding-bottom: 0px;
    border: 1px solid #88aaff;
    border-bottom: none;
    background: #ddeeff;
}

.picture>div, .video>div:last-child {
    padding: 5px;
    padding-top: 2px;
    border: 1px solid #88aaff;
    border-top: none;
    text-align: center;
    background: #ddeeff;
}

#mask {
    display: none;
    z-index: 100;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.8;
}

.slideshow {
    border-radius: 10px;
    position: relative;
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    text-align: center;
    background: #000;
}

.slideshow.maximize {
    position: fixed;
}

.slideshow>.picture {
    display: none;
}

.slideshow>.picture>a {
    background: #000;
    border: none;
    display: block;
    line-height: 400px;
    text-align: center;
    width: 400px;
    height: 400px;
    margin-bottom: 8px;
}

.slideshow.maximize>.picture>a {
    line-height: 600px;
    width: 800px;
    height: 600px;
}

.slideshow>.picture>a>img {
    vertical-align: middle;
    border: 1px solid #ddeeff;
    max-height: 600px;
    max-width: 800px;
}

.slideshow>.picture>div {
    background: #000;
    border: none;
    display: table-cell;
    color: #ddeeff;
    border: 1px solid #000;
    width: 400px;
    height: 30px;
    vertical-align: middle;
}

.slideshow.maximize>.picture>div {
    width: 800px;
}

.slideshow>.picture>div {
    display: table-cell;
    color: #ddeeff;
    border: 1px solid #000;
    width: 400px;
    height: 30px;
    vertical-align: middle;
}

.slideshow>.picture:first-child {
    display: block;
}

.slideshow>.btn {
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: 15px;
    cursor: pointer;
    opacity: 0.5;
}

.slideshow>.btn:hover {
    opacity: 1;
}

.slideshow>#previous {
    left: 15px;
    background: url('previous.png') center no-repeat;
}

.slideshow>#next {
    right: 15px;
    background: url('next.png') center no-repeat;
}

.slideshow>#maximize {
    right: 15px;
    top: 15px;
    background: url('maximize.png') center no-repeat;
}

.slideshow.maximize>#maximize {
    background: url('minimize.png') center no-repeat;
}

.article>div:last-child {
    padding: 0px;
    padding-top: 5px;
}

.article-content {
    text-align: center;
}

.article-content>p {
    text-align: justify;
    margin: 10px 0px;
}

.article-content>.picture {
    margin: 10px 0px;
    margin-left: 30px;
    margin-right: 30px;
}

.article-content>.section {
    width: 100%;
    display: inline-table;
    margin: 10px 0px;
}

.article-content>.section>.section-item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0px 5px;
}

.article-content>.section>.section-item>p {
    text-align: justify;
}

.commentaires>div:first-child {
    border-top: 1px solid #88aaff;
    background: #ddeeff;
    padding: 0px;
    margin: 0px;
    line-height: 18px;
    cursor: pointer;
}

.commentaires>div.items {
    display: none;
    padding-top: 3px;
}

.commentaires>div.items>div {
    margin: 5px;
}

.commentaires>div.items>div>div:first-child {
    font-weight: normal;
}

.commentaires>div.items>div>div:last-child>p {
    overflow-x:hidden;
}

.commentaires>div.items>div>div:first-child>div {
    display: inline;
}

.signature {
    text-align: right;
    font-style: italic;
}

.commentaires>div.form {
    display: none; 
}

.commentaires>div.form>div:first-child {
    cursor: pointer;
}

.commentaires>div.form>div {
    border-top: 1px solid #88aaff;
    background: #ddeeff;
    padding: 0px;
    margin: 0px;
    line-height: 18px;
}
.commentaires>div.form>form {
    display: none;
    border-top: 1px solid #88aaff;
}

.commentaires>div.form>form {
    position: relative;
    padding: 0px;
    height: 132px;
}

textarea, input {
    margin: 0;
    padding: 1px;
    border: 1px solid #88aaff;
}

.commentaires>div.form>form>textarea, .commentaires>div.form>form>input {
    position: absolute;
}

.commentaires>div.form>form>label {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 10px;
    height: 20px;
    line-height: 20px;
    text-align: right;
    width: 60px;
/*     border: solid green 1px; */
}

.commentaires>div.form>form>label[for=title] {
    top: 10px;
}

.commentaires>div.form>form>label[for=name] {
    top: 40px;
}

.commentaires>div.form>form>label[for=contact] {
    top: 70px;
}

.commentaires>div.form>form>label[for=show_contact] {
    top: 100px;
    width: 170px;
}

.commentaires>div.form>form>input {
    height: 20px;
    line-height: 20px;
    width: 150px;
    left: 80px;
}

.commentaires>div.form>form>input[type=submit] {
    top: 21px;
    height: 90px;
    width: 100px;
    right: 9px;
    left: auto;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}

.commentaires>div.form>form>#title {
    right: 100px;
    top: 10px;
    width: -moz-calc(100% - 200px);
}

.commentaires>div.form>form>#name {
    top: 40px;
}

.commentaires>div.form>form>#contact {
    top: 70px;
}

.commentaires>div.form>form>#show_contact {
    top: 100px;
    left: 190px;
    width: 20px;
}

.commentaires>div.form>form>#content {
    left: 240px;
    top: 40px;
    height: 80px;
    right: 100px;
    width: -moz-calc(100% - 360px);
}

#atom {
    text-align: right;
}

#atom>a {
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: url('rss.png') no-repeat;
}

.at {
    vertical-align: middle;
    margin-left: 2px;
    margin-right: 2px;
}

ul {
    text-align: left;
}

.date {
    text-transform: capitalize;
}