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;
}
/*Haut*/
div.haut {

}
div.haut div.logo {
    background-image: url('../GFXs/logo.png');
    width: 460px;
    height: 104px;
}
div.haut h1 {
    font-size: 20px;
    color: #ff8d0f;
}
div.haut ul.menu li {
    background-image: url('../GFXs/gradient1.png');
    background-repeat: repeat-x;
    margin-right: 1px;
    list-style: none;
    float: left;
    font-size: 12px;
    font-weight: 700;
    padding: 15px 10px 15px 10px;
    border: solid 1px #949394;
}
div.haut ul.menu li.actuel {
    background-image: url('../GFXs/gradient3.png');
    background-repeat: repeat-x;
    margin-right: 1px;
    list-style: none;
    float: left;
    font-size: 12px;
    font-weight: 700;
    padding: 15px 10px 15px 10px;
    border: solid 1px #fb5c01;
}
div.haut ul.menu li:hover {
    background-image: url('../GFXs/gradient2.png');
    background-repeat: repeat-x;
    border: solid 1px #b93157;
}
div.haut ul.menu li a {
    color: #000000;
    text-decoration: none;
}
div.haut ul.menu li a:hover {
    color: #333333;
    text-decoration: none;
}
/*Contenu*/
div.contenu {
    min-height: 500px;
    background-color: #e9e8e2;
}
div.contenu h1 {
    font-size: 17px;
    color: #ca8b36;
}
div.contenu h2 {
    font-size: 15px;
    color: #6396cd;
}
div.contenu div,
div.contenu p {
    font-size: 11px;
}
div.contenu div.erreur {
    background-color: #cdcdcd;
    border: dotted 1px #ff0000;
    color: #cc0000;
    font-family: "Courier new",monospace;
    font-size: 12px;
    font-style: italic;
    padding: 5px 5px 5px 5px;
}
div.contenu div.site_cadre {
    font-size: 11px;
    border: solid 1px #cdcdcd;
    background-color: #e5e3d4;
    width: 70%;
    margin: auto;
}
div.contenu div.site_cadre_gauche {
    padding: 5px 5px 5px 5px;
    float: left;
}
div.contenu div.site_cadre_droite {
    padding: 5px 5px 5px 5px;
    margin-left: 130px;
}
div.contenu div.line {
    width: 80%;
    height: 1px;
    border-top: dotted 1px #000000;
    margin: auto;
}
div.contenu a.page_actuelle {
    font-weight: 700;
    color: #fc6f01;
}
/*Footer*/
div.footer {
    font-size: 11px;
    margin: auto;
    text-align: center;
}
div.partenaires {
    font-size: 9px;
    margin: auto;
    text-align: center;
}
/*Formulaires*/
label {
    cursor: pointer;
    font-size: 11px;
}
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: 11px;
    font-weight: 600;
    border: solid 1px #030303;
}
