/* MSIE5-Mac commented backslash hack v2 \*/
#document {
	max-width: 100%;
	min-width: 768px;
	border-collapse: collapse;
}
#corps {
	display: table;
	width: 100%;
}
#corpsInner {
	display: table-row;
	height:100%;
}
#colonnegauche, #contenu, #colonnedroite {
	display: table-cell;
	vertical-align: top;
	float: none;
}
#contenu {}
#contenuInner{
	display: table;
	width: 100%;
	height: 100%;
	vertical-align : top;
}
/* end hack */
/*
#chemin {
	display: table-row;
	line-height: 1em;
	text-indent : 10px;
}
#article {
	display: table-cell;
}*/
