/* ------------------------------------------------------------------------
	Gestion des balises html, body et du div #page
------------------------------------------------------------------------ */
body {
	background:none;
}
#page {
	width:100%;
	background:none;
}
html, body, * html #page {
	height: auto; /* pour footer */
}

/* ------------------------------------------------------------------------
	Entête de la page
------------------------------------------------------------------------ */

#entete, nav, #secondaire, #sidebar, #pied {
  display: none;
}

#contenu, #corps, #principal {
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}

