html, body {
height: 100%;
width: 100%;
overflow: yes;}
body {
margin: 0;
padding: 0;
background: #ffffff;
font: Verdana, helvetica, sans-serif, Arial;
font-size: 1.1em;
}

table{
font-size: 1em;
}

#menug {
float: left;
margin: 0;
padding: 0;
width: 153px;
height: 100%;
}

#contenu {
/*height: 100%; plante ie6*/
margin-left: 155px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
background-color:#ffffff;
padding: 0px;}

div#menug a:link { 
	/*font-weight: bold;*/
	text-decoration: none; 
	color: #000099;
	}
div#menug a:visited { 
	/*font-weight: bold;*/
	text-decoration: none; 
	color: #000099;
	}
div#menug a:hover, div#menu a:active { 
	text-decoration: underline; 
	color: #ff6633;
	}

