/* ----------- Règles de la maquette englobante ------------- */

#main_table {
    width: 770px;
    border-collapse: collapse;
}

#menu_gauche {
    padding-top: 4px;
    width: 167px;
    vertical-align: top;
    padding-left: 3px;
}

#centre {
    padding-top: 4px;
    vertical-align: top;
    width: 603px;
    padding-left: 0;
    padding-right: 0;
}

#news {
    padding:0;
    text-align: center;
}

#bandeau_haut {
    height: 130px;
    background-position: top right;
    background-repeat: no-repeat;
    vertical-align: top;
    padding: 0;
}

#bandeau_bas {
    text-align: center;
    background-repeat: no-repeat;
    background-position: bottom left;
}

table.bloc_center, table.bloc_news{
    width: 438px;
    border-collapse: collapse;
    margin-bottom: 8px;
    margin-top: 2px;
}

table.bloc_article {
    width: 600px;
    border-collapse: collapse;
    margin-bottom: 8px;
    margin-top: 2px;
}

table.bloc_center td, table.bloc_news td {
    padding: 0;
    vertical-align: top;
}

table.cadre_gauche {
	width: 153px;
    margin: 3px;
}

table.cadre_gauche td { padding: 5px; }

table.cadre_gauche tr.haut td {
	height: 6px;
}

table.cadre_gauche tr.bas td {
	height: 6px;
    padding: 0;
}

/* -------- Bandeau haut ---------- */

#bandeau_haut table td { padding: 0;
    
}

/* -------- règles pour les classes communes ------------ */


ul.menu, .menu li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.loading {
    width: 430px;
    margin: 3px;
}
