html, body {
	height: 100%;
	margin: 0;
	}
html {
	background: #ddd url(img/back_main.jpg);
	}
body {
	font: 90% "Trebuchet MS", sans-serif;
	}
#global {
	min-height: 100%;
	width: 850px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	background: url(img/global19.png) center repeat-y;
	}
#footer {
	position: absolute;
	width: 850px;
	bottom: 0;
	}
#center {
	/* éviter la superposition 
	du pied de page et du contenu */
	padding-bottom: 60px; 
	overflow: auto;
	}
#sidebar {
	float: right;
	width: 175px;
	}
#content {
	/* On laisse de la place à droite 
	pour l'autre colonne */
	float: left;
	width: 660px; 
	}
#header {
	height: 150px;
	width:847px;
	padding-left:2px;
	}
#footer {
	background: #7fcf2e url(img/footer.png) repeat-x;
	color: #fff;
	}

#content, #sidebar h3, #footer p, #sidebar p {
	padding: 0 10px;
	}
#content {
	padding: 0;
	margin-left: 10px;
	}
#content h2 {
	padding-left: 35px;
	background: #fff url(img/titre.png) left center no-repeat;
	color: #CC3333;
	}
#content h3, #sidebar h3 {
	color: #c00;
	font-variant: small-caps;
	}
#footer p {
	margin: 2px 0;
	font-size: 0.9em;
	}
a {
	color: #0099CC;
	font-weight: bold;
	}
a:hover {
	color: #c00;
	}
	pre {
	margin: 0 auto;
	width: 500px;
	overflow: auto;
	padding: 5px;
	border: 1px solid #ccc;
	}
.tip {
	padding: 5px 5px 5px 50px;
	border: 1px solid #c66;
	background: url(img/tip.png) 5px 5px no-repeat;
	}
ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul#menu li a {
	display: block;
	height: 30px;
	background: url(img/biere15.jpg) no-repeat left top;
	padding-left: 35px;
	margin: 2px 0;
	border-bottom: 1px solid #CC6633;
	color: #CC3333;
	font: small-caps 1.1em/30px Georgia,serif;
	text-decoration: none;
}
ul#menu li a:hover {
	background-position: left bottom;
	color: #c30;
}
