body {
	background-color: rgb(255,255,255);
	font-family: Trebuchet MS, Verdana, Arial, Courier, sans-serif;
	font-size: 80%;
	color: black;
	width: 100%;
}

div#container{
	position: absolute;
	width:100%;
	top: 0px;
	left: 0px;
}

div#bandeau{
	visibility: hidden;
}

#tableContent {
	width: 100%;
}

#tableMenu {
	visibility: hidden;
	width: 0%;
}

#tdmenu{
	visibility: hidden;

	width: 0%;	
}

#tdmenuMargin{
	width: 1%;
	visibility: hidden;
}


#tdcontent{
	background-color: rgb(255,255,255);
	width: 100%;
	height: 100%;
	vertical-align: top;
}


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

img.tile {
	visibility: hidden;
	width: 0px;
}

.menuItem {
	visibility: hidden;
	width: 0px;
}

a.menu {
	text-decoration: none;
	color: #000000;
}

a:hover{
	text-decoration: none;
}

a{
	text-decoration: underline;
	color: black;
}

a.menu:visited {
	text-decoration: none;
	color: black;
}

a.menu:hover{
	color: black; 
}

span.currentPage{
	color: black;
}

div.pageTitle{
	font-size: 200%;
	margin-bottom: 10px;
	text-align: left;
}

.userinput{
	font-family: Trebuchet MS, Verdana, sans-serif;	
	color: rgb(58,81,128);
	border: solid 1px black;
}


