div {
	text-align:center;
	font-family: Arial, verdana, Helvetica, sans-serif;
	}
h1 {
	font-size:1.5em;
	font-weight:bold;
	/*margin-bottom:25px;*/
	}
h2 {
	font-size:1.2em;
	font-weight:normal;
	/*margin-bottom:25px;*/
	}
h3 {
	font-size:0.8em;
	font-weight:normal;
	/*margin-bottom:0.5em;*/
	}
p {
	font-size:1em;
	font-weight:bold;/*normal remplacé par bold pour héritage dans formulaire*/
	/*margin-bottom:25px;*/
	}

div#page {
	margin: 0px auto;
	width:800px;
	/* height:1000px; */
	background-color:#fff;
	}
div#bandeau {
	width:800px;
	height:160px;
	background-color:#fff;
	}
div#menu {
	float:right;
	width:300px;
	height:500px;
	background-color:#fff;
	}
div#menu_haut {
	/*-- width:100px; */
	height:300px;
	background-color:#66CC33;
	}
div#menu_bas {
	width:100px;
	/*height:200px;*/
	background-color:#CC99CC;
	}
div#contenu {
	float:left;
	width:500px;
	height:450px;
	background-color:#fff;
	}
div#pied_page {
	clear:both;
	width:800px;
	height:50px;
	background-color:#fff;
	}
