html, body {
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, sans-serif;
	background-color: #e4e4e4;
	background-image: url(../images/trame.png);
	background-repeat: repeat;
	height: 100%;
	margin: 0;}
	
* { font-size: 11px; }

#global {
	width: 1002px;
	padding: 0;
	/* pour centrage */
	margin: 10px auto;}

#haut_de_page {
	margin: 0;
	padding: 0;
	background-image: url(../images/bandeau.jpg);
	background-repeat: no-repeat;
	height: 140px;
	background-position: 0 0;
	position: relative; }
	
#corps {
	width: 100%;
	min-height: 400px;
	margin: 10px 0;
	padding: 0; 
	background-color: #ffffff;
	background-image: url(../images/fond-corps.jpg);
	background-position: 0 0;
	background-repeat: repeat-y;}
	
#navigation {
	float: left; /* pour IE */
	width: 210px;
	margin-left: 10px; }

#contenu {
	float: right;
	width: 740px;
	margin-right: 10px; }

#pied_de_page {
	clear:both;
	width: 100%;
	background-image: url(../images/bandeau-bas.gif);
	background-repeat: no-repeat;
	height: 50px;
	margin: 0;
	padding: 0; }
