body {
    width: 1009px;
    margin: auto;
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
}

#header {
    width: 1009px;
    height: 364px;
    background: url("img/header.jpg") no-repeat;
}

#menu {
    width: 1009px;
    height: 16px;
    background: url("img/menu.jpg") no-repeat;
    font-size: 12px;
    font-family : Arial,Helvetica,sans-serif;
    color: #904222;
}

#mainhaut {
    width: 1009px;
    height: 140px;
    background: url("img/mainhaut.jpg") no-repeat;
}

#main {
    width: 1009px;
    background: url("img/main.jpg") repeat;
}

#footer {
    width: 1009px;
    height: 110px;
    background: url("img/footer.jpg") no-repeat;
    clear: both;
}

.mainleft {
    width: 445px;
    margin-left: 160px;
    display: inline;
    float: left;
    overflow: hidden;
}

.mainright {
    text-align: center;
    width: 200px;
    margin-left: 37px;
    display: inline;
    float: left;
    overflow: hidden;
}

.menu {
    margin-left: 175px;
    color: #904222;
}

.connexion {
    text-align: right;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.account {
    text-align: left;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.footer {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding-top: 25px;
}

.accueil {
    text-align: center;
    font-size: 12px;
}

table.accueil {
    text-align : center;
    font-size: 10px;
    margin : auto;
}

.title
{
    text-align : center;
    font-size: 12px;
    margin-bottom: 5px;
}

.record {
    text-align: center;
    font-size: 11px;
}

.persos {
    text-align: left;
    font-size: 12px;
}

.news {
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    font-size: 14px;
}

.newsImg {
    float: left;
    width: 85px;
    height: 85px;
}

.newsTitle {
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    font-size: 18px;
}

.newsHead {
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    font-size: 14px;
    font-style : italic;
}

.commentaires {
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    font-size: 14px;
}

.pub {
    text-align: center;
}

a img {
    border: none;
}

table.menu_1 {
    height:15px;
    color:#000000;
}
/* couleur, bordure*/
td.menu_1 {
    border:1px solid #000000;
    text-indent:10px;
    font-size: 12px;
    text-decoration : none;
    font-family : Arial,Helvetica,sans-serif;
    background-color: #000000;
    color : #904222;
    font-weight:bold;
}
td.menu_1:hover {
    background-color: #E8D1A5;
}

/* MENU DEROULANT */
/* Largeur des menus d�roulants */
div.menu_1 {
    background-color: #000000;
    border:1px solid #000000;
}
/*hauteur des liens couleur*/
a.menu_1 {
    text-indent:10px;
    font-size: 12px;
    font-family : Arial,Helvetica,sans-serif;
    height:15px;
    color:#904222;
    text-decoration : none;
}
a.menu_1:hover {
    background-color: #E8D1A5;
    color:#904222;
}

a {
    color:#904222;
    text-decoration : none;
    cursor:pointer;
}
