#page {width: 1000px}

/* Bloc central */
#conteneur {
	width: 100%;
	overflow: hidden;
	background: url(../img/fond.png) repeat-y;
}

/* Menu de navigation */
#menu li, #gauche, #contenu{float: left}

/* Contenu principal */
#contenu {width: 562px;border-right: 1px solid #ccc;border-left: 1px solid #ccc}
#liste-article h3 {width: 300px}
#liste-article p.date {width:90px}
#contenu form textarea {width:400px}

/* Colonne de gauche */
#gauche {font-size:.9em;width:198px}
#gauche li a img {width:60px}
#gauche, #droit {border-right: 0;border-left:0}
/* Colonne de droite */
#droit {float:right; width:198px}
#droit h3 a:before{content: ""}
#droit .blocs_titre {background:none}
#droit .blocs_replie {background:none}
