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;}