html {
    background: #eee;
}

#head {
    position: relative;
    background: center bottom url('css/fond.jpg');
    height: 170px;
    left: 0px;
    right: 0px;
}

h1>a {
    color: #c0ffc0 ! important;
    text-shadow: black 0px 0px 5px;
}

.box>div:first-child {
    background: #c0ffc0;
    border: 1px solid #00c000;
    border-bottom: 1px dashed #00c000;
}

.box>div:last-child {
    background: white;
    border: 1px solid #00c000;
    border-top: none;
}

.picture>a, .video>div:first-child {
    background: #ebffe2;
    border: 1px dashed #00c000;
    border-bottom: none;
}

.picture>div, .video>div:last-child {
    background: #ebffe2;
    border: 1px dashed #00c000;
    border-top: none;
}

.commentaires>div:first-child {
    border-top: 1px solid #00c000;
    background: #c0ffc0;
}

.commentaires>div.items {
    border-top: 1px dashed #00c000;
}

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

.commentaires>div.form>div {
    border: none;
    border-top: solid #00c000 1px;
    background: #c0ffc0;
}

.commentaires>div.form>form {
    border: none;
    border-top: dashed #00c000 1px;
}

input, textarea {
    border: #00c000 solid 1px;
}

.article {
    margin-bottom: 30px;
}

div[id|=nav] {
    background: #c0ffc0;
    border: 1px solid #00c000;
}