body {
     margin: 0; /* pour éviter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */
	 background-image:url(../img/background.jpg); 
	 background-repeat:repeat-x;
	 background-color:#7f7f7f;
}
	 
#global {
     margin-left: auto;
     margin-right: auto;
     width: 828px;
     text-align: left; /* on rétablit l'alignement normal du texte */	 
	 
}
#conteneur_titre {	
	 height: 80px;
	 overflow: hidden ;		/* Création du contexte de formatage */
}
#titre {
	float: left;
	width:760px;	
	text-align: center;
}
#logo_drapo {
	float: right;
	width: 67px;	
}

#separateur {
	width:820px;
	height: 3px;
	background-color:#543d37;
}

#contenu {
	background-color:#998675;	
	height: 100%;	
	overflow: hidden ;		/* Création du contexte de formatage */
	position:relative;
	
}
#cadre_right {
	float:right;	
	width:7px;	
	background-image:url(../img/cadre_right_petit.gif);	
	background-repeat:repeat-y;
	height:553px;
}
#cadre_bas {		
	width:830px;
	height:6px;
	background-image:url(../img/cadre_bas.gif);
	background-repeat:no-repeat;
}
#menu {	
	width:817px;
	height:40px;
	background-image:url(../img/fond_menu.gif);	
}