html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

table, td, a {
	font-size: 10px;
	color: #000000;
}

p, table, td, tr, div {
	margin: 0px;
	padding:0px;
	text-align: left;
}

img {
	border: 0px;
	margin:0px;
	padding:0px;
	
}

/* ELEMENTS */
#level0 {
	width: 100%;
}
#contientBannerHaut {
	display: none;
}
#filAriane{
	display: none;
}

#tdMenuGauche {
	display: none;
}
#menuBas {
	display: none;
}
#contenu {
	background-color: #ffffff;
	height: 100%;
	width: 100%;
	border: 0px;
	color: #000000;
}
#popup{
	border: 0px;
}
#navImpression, #navPopup, #titreImpression{
	display: none;
}
.donnetable{
	border:1px solid #999999;
}
.donnetr_fonce{
	background-color:#dddddd;
}
.hideOnPrint{
	display: none;
}