/* Fond et police par défaut, pas de marge pour le document */
body {
	background-image: none;
	background-color: white;
	text-align: center;
}

/* souslignement des liens */
a, a:hover {
	color: black;
	text-decoration: underline;
}

/* Décomposition principale */
#main-layout-table {
	background-image: none;
	background-color: white;
}
#main-layout-table #left-cell {
	display: none;
}
#main-layout-table #separator-cell {
	display: none;
}
#main-layout-table #shadow-cell {
	display: none;
}

/* Zone de contenu principal */
.bloc-content {
	background-image: none;
	background-color: white;
}

