html, body {
	/* background-color: #f4f4f4; */
	background-color: white;
	margin: 0 0 10px 0; }
	
div, ul, dl {
	margin: 0;
	padding: 0;
	border: 0; }

#global {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 900px;
	padding: 0;
	/* pour centrage */
	margin: 0 auto 0; }

#bandeau {
	background-color: white;
	height: 195px;
	position: relative; }
	
#navigation {
	clear: both; }

#pied_de_page {
	clear: both; }

#navigation_h, #pied_de_page_h {
	background-image: url(../images/menu_h.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px 0 0 0; }
	
#navigation_b, #pied_de_page_b {
	background-image: url(../images/menu_b.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0 0 5px 0; }

#contenu {
	border: 1px white solid;
	min-height: 500px;
	background-image: url(../images/fond_droite.gif);
	background-repeat: repeat-y;
	background-position: top right; }
	
#contenu #col_gauche {
	float: left;
	width: 680px; }
	
#contenu #col_droite {
	float: right;
	width: 200px; }