body {
    background-color : #fff;
    border-width : 0;
    color : #747474;
    font-family : Arial, sans-serif;
    font-size : 14px;
    font-weight : bold;
    margin : 0;
    padding : 0;
}

.layout {
    background-image : url("media/interface/bandeau.jpg");
    background-repeat : no-repeat;
    height : 209px;
    left : 50%;
    margin-left : -500px;
    position : absolute;
    width : 1000px;
}

.languages {
    font-size : 12px;
    left : 232px;
    position : absolute;
    top : 176px;
    z-index : 2;
}

.content {
    left : 215px;
    position : absolute;
    top : 209px;
    width : 785px;
    z-index : 3;
}

blockquote {
    margin : 2px 20px;
}

img {
    border-width : 0;
    margin : 0;
    padding : 0;
}

img.espace {
    padding : 2px;
}

a {
    background-color : transparent;
    color : #28287d;
    text-decoration : none;
}

a:hover {
    background-color : transparent;
    color : #696969;
    text-decoration : none;
}

a:visited {
    background-color : transparent;
    color : #696969;
    text-decoration : none;
}

a:hover img {
    text-decoration : none;
}

td {
    font-size : 14px;
}

form {
    margin : 0;
    padding : 0;
}

input {
    font-size : 10px;
}

/* Article */
.page-titre {
    background-color : transparent;
    color : #28287d;
    font-size : 14px;
    font-style : normal;
    font-weight : bold;
    padding : 3px;
}
.article-titre {
    background-color : transparent;
    color : #28287d;
    font-size : 22px;
    font-style : normal;
    font-weight : bold;
    margin-top : 3px;
    padding : 3px;
}
.article-body-preview {
    background-color : #ccc;
    color : #747474;
}

.article-div-preview {
    background-color : #fff;
    color : #747474;
    margin : 0 auto;
    text-align : left;
    width: 785px;
}

/* Chemin de page */
.chemin {
    background-color : transparent;
    color : #696969;
    font-size : 12px;
    font-style : italic;
    font-weight : normal;
    margin : 5px 30px 0 0;
    text-align : right;
}

.chemin a, .chemin a:visited {
    background-color : transparent;
    color : #696969;
    font-size : 12px;
    font-style : italic;
    font-weight : normal;
    text-decoration : none;
}

.chemin a:hover {
    background-color : transparent;
    color : #696969;
    font-size : 12px;
    font-style : italic;
    font-weight : bold;
    text-decoration : none;
}
