html, body {margin: 0; padding: 0; height:100%; min-width: 700px;}

div#global {
	position: relative;
	min-height: 100%;
	width: 90%;
	margin: 0 auto 0 auto;
}

div#center {width: 100%;}

div#header {
	height: 150px;
	width: 100%;
	margin: 0;
	position: relative;
}

div#menu {
	float: left;
	width: 220px;
}

div#corps {
	position: relative;
	padding: 3px 0;
	margin: 0 20px 0 220px;
}

div#footer {
	clear: both;
	width: 100%;
}

div#hdleft {
	float: left;
}

div#hdright {position: absolute; bottom: 10px; right: 10px;}

#hdright p {margin: 0; padding: 0;}

#header h1 {margin: 0;}

.toutelargeur {width: 95%;}
.toutelargeur img {border: 0;}

.sansmarge {margin:0; padding: 0; height: 1px; font-size: 1px;}
#footer p {margin: 0; padding: 10px 0 10px 0;}

iframe {border: none;}

table {
  border-spacing: 0;
  border-collapse: collapse;
}
th, td {
  padding: 0.1em 0.5em 0.1em 0.5em;
}
th:first-child, td:first-child {
  padding-left: 0em;
}
th:last-child, td:last-child {
  padding-right: 0em;
}

.highlighted:hover { background-color: #faebd7; }

.past {
  color: GrayText;
}

.message { color: blue; }

.button {
  margin: 0;
  padding: 1px;
  border: 1px solid ThreeDShadow;
  background-color: ThreeDFace;
//  font: 14px Tahoma,sans-serif;
//  font-family: Tahoma,sans-serif;
  vertical-align: middle;
//  text-decoration: none;
}
/*
.button:after {
  padding: 0px;
  margin: 0px;
  content: attr(alt);
  text-decoration: none;
  color: ButtonFace;
}
.button img {
  vertical-align: middle;
}
*/

input, select, textarea { border: 1px solid ThreeDShadow; }
input.inherit { border: none; }


