@import url(perso.css);
@import url(tables.css);

body {
    background-color : #083c6c;
    border-width : 0;
    color : #fff;
    font-family : verdana, sans-serif;
    font-size : 14px;
    margin : 0;
    padding : 0;
}

.p52link {
    background-color : transparent;
    color : #b5b5b5;
    font-size : 10px;
    text-decoration : none;
    right : 0;
    position : absolute;
    top : 120px;
}

.p52content {
    left : 220px;
    position : absolute;
    top : 320px;
    width : 780px;
}

.p52layout {
    left : 50%;
    margin-left : -500px;
    position : absolute;
    width : 1000px;
}

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

img.espace {
    padding : 2px;
}

td {
    font-size : 14px;
}

form {
    margin : 0;
    padding : 0;
}

input {
    font-size : 10px;
}

a {
    background-color : transparent;
    color : #b5b5b5;
}

/* Article */
.page-titre, h3 {
    font-size : 1.4em;
    font-style : normal;
    font-weight : bold;
    padding : 3px;
}
.article-titre, h4 {
    font-size : 1.2em;
    font-style : normal;
    font-weight : bold;
    margin-top : 3px;
    padding : 3px;
}
.article-body-preview {
    background-color : #083c6c;
    color : #fff;
}

.article-div-preview {
   margin : 0 auto;
    text-align : left;
    width: 780px;
}

/* Chemin */
.p52path {
    background-color : transparent;
    color : #b5b5b5;
    font-size : 0.7em;
    left : 750px;
    position : absolute;
    text-transform : lowercase;
    top : 94px;
}

.p52path a {
    text-decoration : none;
}
