/* Structure ---------------------------------------------------------------------------*/

#conteneur { width: 100%;}
.page { width: 100%;}
#bordure_haut_milieu, #bordure_bas_milieu, #corps_de_page, #contenu { width: 100%;}
#bordure_haut_droite, #bordure_bas_droite, #bordure_droite, #bordure_haut_gauche, #bordure_bas_gauche, #bordure_gauche { width: 0; display: none;}
#bordure_haut, #bordure_haut td table tr { height: 0; display: none;}
#bordure_bas { height: 0; display: none;}
#menu { height: 0; display: none;}
#contenu_page { width: 90%; }
tr.articles_haut{ height: 0;}
tr.articles td{ width: 90%;}
tr.articles_bas{ height: 0;}


/* Alignements -------------------------------------------------------------------------*/

#contenu_page { margin: 10px auto;}
#bordure_haut td table tr td { padding: 0;}
#bordure_bas_milieu { padding: 0;}
#menu { margin-bottom: 0;}
tr.articles td{ padding: 0;}


/* Couleurs -----------------------------------------------------------------------------*/

#conteneur, #bordure_haut, #contenu_page, html, body, tr.articles_haut td, tr.articles td, tr.articles_bas td{ background: #FFF;; background-image: none;}

