html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	background: #e2e0d2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

.spacer {
	clear: both;
}

/***************************** DECOUPAGE DE LA PAGE ********************************/


#conteneur {
	width: 877px;
	min-height: 100%;
	_height: 100%;
	margin: 0px auto;
	padding: 0px 10px;
	text-align: left;
	background: #e2e0d2 url(images/pratmeur/bg_ombres.gif) repeat-y top;
}

#header {
	width: 877px;
	height: 396px;
	float: left;
	background: white;
}

#footer {
	width: 877px;
	padding: 20px 0px;
	text-align: center;	
	color: #9c9a84;
	float: left;
	font-size:10px;
}

/***************************** MENU ********************************/

ul#menu {
	width: 853px;
	margin: 0px;
	padding: 0px 0px 0px 24px;
	list-style: none;
	float: left;
}

ul#menu li.niveau1 {
	width: 145px;
	height: 38px;
	float: left;
	padding-right: 24px;
	background: url(images/pratmeur/bg_menu.gif) no-repeat 0px 0px;
	position: relative;
}

ul#menu li.niveau1.dernier {
	padding-right: 0px;
}

ul#menu li a.niveau1 {
	width: 125px;
	height: 30px;
	padding: 4px 4px 4px 16px;
	color: #50771e;
	font-size: 9px;
	line-height: 10px;
	text-decoration: none;
	display: block;
	overflow: hidden;
}

ul#menu li ul.sousmenu {
	width: 145px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	background: url(images/pratmeur/arrondi_sousmenu.gif) no-repeat bottom;
	list-style: none;
	position: absolute;
	top: 38px;
	left: 0px;
	display: none;
}
ul#menu li ul.sousmenu li.niveau2{
	width: 145px;
	float: left;
	background: #1c5209 url(images/pratmeur/pointilles_sousmenu.gif) no-repeat bottom;
}

ul#menu li ul.sousmenu li a.niveau2 {
	width: 125px;
	padding: 3px 4px 4px 16px;
	background: url(images/pratmeur/puce_sousmenu_off.gif) no-repeat 2px 4px;
	color: #abc26a;
	font-size: 9px;
	line-height: 10px;
	text-decoration: none;
	display: block;
}
ul#menu li ul.sousmenu li a.niveau2:hover {
	background-color: #a8bf66;
	background-image: url(images/pratmeur/puce_sousmenu_on.gif);
	color: white;
	font-weight: bold;
}

/***************************** BALISE H1 ********************************/

#baliseH1 {
	width: 877px;
	color: #50771E;
	text-align: center;
	float: left;
}

#baliseH1 h1 {
	font-size: 11px;
	font-weight: normal;
}
/***************************** FOOTER ********************************/

#footer a {
	color: #8c8a75;
	font-weight: bold;	
	text-decoration: none;
	font-size:10px;
}

#footer a:hover {
	text-decoration: underline;
	font-size:10px;	
}