html {
	scrollbar-base-color: #FEECD6;
	/*height: 100%;*/
	
}

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
	background-color: #f7be15;
	background-image: url(../images/fondbiere.jpg);
	background-repeat: repeat-x;	
}

#global {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-color: #FFFFFF;
	text-align: left;
	display: block;
	overflow: auto;
	margin-bottom: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	margin-top: 15px;
}
#entete {
	background-color: #CCCCCC;
	width: 100%;
	height: 143px;
	background-image: url(../images/banniere.jpg);
	/*
	margin-top: 10px;
	*/
}
#monmenu1 {
	width: 180px;
	float: left;
	/*height: 100%;*/
}
#contenu {
	float: left;
	width: 640px;
}
#monmenu2 {
	width: 180px;
	float: right;
}
#pied {
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #00662C;
	clear: both;
	border-top: 1px solid #97141B;
	border-right: 1px none #97141B;
	border-bottom: 1px solid #97141B;
	border-left: 1px none #97141B;	/*
	margin-right: 8px;
	margin-left: 6px;
	*/
}
