@font-face {
    font-family: 'myFont';
    src: url('../polices/USENET_.ttf');
}
body {
    font-family: Arial, serif;
}
table tr td {
    vertical-align: top;
}
div.clear_both {
    clear: both;
}
a img {
    border: none;
}
a {
    color: #637f97;
}
a:hover {
    text-decoration: none;
    color: #d0514b;
}
div.pagerank {
    margin: auto;
    text-align: center;
}
/*Haut*/
header div.logo {
    background-image: url('../GFXs/logo.png');
    width: 460px;
    height: 104px;
}
header h1 {
    font-size: 1.5em;
    color: #ff8d0f;
}
header ul.menu li {
    background-image: url('../GFXs/gradient1.png');
    background-repeat: repeat-x;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    font-weight: 700;
    padding: 15px 10px 15px 10px;
    border: solid 1px #949394;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #333333;
}
header ul.menu li.actuel {
    background-image: url('../GFXs/gradient3.png');
    background-repeat: repeat-x;
    margin-right: 1px;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    font-weight: 700;
    padding: 15px 10px 15px 10px;
    border: solid 1px #fb5c01;
}
header ul.menu li:hover {
    background-image: url('../GFXs/gradient2.png');
    background-repeat: repeat-x;
    border: solid 1px #b93157;
}
header ul.menu li a {
    color: #000000;
    text-decoration: none;
}
header ul.menu li a:hover {
    color: #333333;
    text-decoration: none;
}
/*Contenu*/
section {
    min-height: 500px;
    background-color: #e9e8e2;
    font-size: 0.8em;
    font-weight: 500;
}
section h1 {
    font-size: 1.5em;
    color: #ca8b36;
}
section h2 {
    font-size: 1.3em;
    color: #6396cd;
}
section div.erreur {
    background-color: #cdcdcd;
    border: dotted 1px #ff0000;
    color: #cc0000;
    font-style: italic;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #660000;
}
section div.site_cadre {
    border: solid 1px #cdcdcd;
    background-color: #e5e3d4;
    width: 70%;
    margin: auto;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #333333;
}
section div.site_cadre_gauche {
    padding: 5px 5px 5px 5px;
    margin: 3px 3px 3px 3px;
    display: inline-block;
    vertical-align: top;
    border: solid 1px #333333;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #888888;
    width: 20%;
    text-align: center;
}
section div.site_cadre_droite {
    padding: 5px 5px 5px 5px;
    display: inline-block;
    vertical-align: top;
    width: 70%
}
section div.site_cadre_droite h1 {
    font-size: 0.9em;
    margin-top: 0px;
    padding-top: 0px;
}
section div.line {
    width: 80%;
    height: 1px;
    border-top: dotted 1px #000000;
    margin: auto;
}
section a.page_actuelle {
    font-weight: 700;
    color: #fc6f01;
}
section p.liensPages {
    text-align: center;
}
/*Footer*/
footer {
    font-size: 0.8em;
    margin: auto;
    text-align: center;
}
/*Formulaires*/
label {
    cursor: pointer;
    font-size: 1em;
}
span.captcha {
    background-color: #fdfdfd;
    color: #c55349;
    font-size: 13px;
    padding: 5px 10px 5px 10px;
    font-weight: 800;
    border: solid 1px #c55349;
}
input[type='submit'] {
    cursor: pointer;
}
input[type='submit']:hover {
    color: #eeaa4f;
}
legend {
    font-size: 12px;
    color: #bf3a50;
}
textarea.code_retour {
    background-color: #c3c3c3;
    font-size: 1.1em;
    font-weight: 600;
    border: solid 1px #030303;
}

