 body {
   background-image:url(images/background.png);
	background-repeat: repeat-x;
	background-color:#D2B48C;
	font-family: 'Arial';
}

#repeat_bar {
	background-image: url('images/jackquest_repeat_bar.png');
	height: 23px;
	margin-top:0;
	margin-left: -5px;
	margin-right: -5px;
}
#all {
background-color:#DCDCDC;
	width: 1024px;
	margin: auto;
}
#top_bar {
	background-image: url('images/top_bar.png');
	width: 275px;
	height: 24px;
	font-size: 12px;
	padding-top: 6px;
	margin-top: 2px;
	float: right;
	margin-right: 25px;
}

#membres {
	float: left;
	width: 90px;
	margin-left: 27px;
}
#online {
	width: 71px;
	margin-left: 16px;
}
#money {
	display: block;
	float: right;
	width: 40px;
	margin-right: 5px;
}

#header {
	background-image: url('images/header.png');
	width: 1024px;
	height: 159px;
	margin: auto;
	margin-top: auto;
}
.post {
	background-image: url('images/connexion_post.png');
	width: 131px;
	height: 22px;
	border: none;
}
.billet {
	list-style-image: url('images/puce_billet.png');
}
a {
	color: #000000;
}
a:hover, a:focus {
	color: #000000;
}
strong {
	color: #000000;
}

/* Bloc central contenant #navigation et #contenu */
#centre {
	background: url(img/07-colonnes.png) repeat-y; /* Voir -> Note 1 */
}

/* Navigation */

#navigation a {
	color: #000000;
}


/* Contenu principal */
#contenu a {
	color: #000000;
}

#contenu strong {
	color: #000000;
}


/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 10px 5px;
}
#global {
	width: 750px; /* -> 3 */
	margin: 0 auto; /* -> 4 */
}

/* En-tête */
#entete {
	padding: 20px 20px 20px 0;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

/* Bloc central contenant #navigation et #contenu */
#centre {
	width: 100%; /* -> 5 */
	overflow: hidden; /* -> 5 */
}

/* Menu de navigation */
#navigation {
    margin-left:25px;
	width: 231px;
	float: left; /* -> 6 */
}
#navigation ul {
	margin: 0;
	list-style: none;
}
#navigation a {
	text-decoration: none;
}

/* Contenu */
#contenu {
	margin-left: 283px; /* -> 8 */
}

/* Pied de page */
#pied {
	margin: 0;
	padding: 15px 20px 10px 0;
	font-size: .85em;
}

#repeat_bar2 {
	background-image: url('images/jackquest_repeat_bar2.png');
	height: 23px;
	margin-left: -5px;
	margin-right: -5px;
}
.menu_bouton {
  display:block;width:221px;
  height: 25px;

background-image: url('images/barre_menu.png');
}

img{
border:0;
} 
	