body {
	margin : 0;
	padding : 0;

	background-color : #F8F7E9;
	background-image : url(../images/fond.gif);
	background-repeat : repeat-y;
	background-position : top center;
}

.clearScreen {
	height : 1px;
	clear : both;
	overflow : hidden;
}

#page {
	width : 990px;

	margin : auto;

	background-color : #DDDAC6;
	background-image : url(../images/page-fond.gif);
	background-repeat : repeat-y;

	position : relative;
}

/*---------------------------------------------------
/* contenu
/**/

#contenu ul { 
	/*list-style-image: url(/images/puce.gif);*/
	margin: 0;
	padding: 0;
	padding-left: 20px;
	
	list-style-type : none;
	
}

#contenu li {
	margin : 0;
	padding : 0;
	padding-left : 15px;
	background-image : url(/images/puce.gif);
	background-repeat : no-repeat;
}


/*--------------------------------------------------------------------
/* ENTETE
/**/

#entete {
	height : 167px;

	background-image : url(../images/accueil-entete-fond.gif);
	background-repeat : no-repeat;

	position : relative;
	z-index : 100;
}


/*--------------------------------------------------------------------
/* MENU HAUT
/**/

#menu_haut {
	position : absolute;
	top : 30px;
	left : 365px;
	z-index : 102;

	font-size : 12pt;
	line-height : 14pt;
	font-weight : bold;
	font-family : "times new roman", times, sans-serif;

	color : #86622A;
}

#menu_haut ul {
	margin : 0;
	padding : 0;
	list-style-type : none;
}

#menu_haut ul li {
	margin-top : 6px;
	margin-bottom : 6px;
}

#menu_haut a {
	color : #86622A;
	text-decoration : none;
}

#menu_haut a:hover {
	/*color : #453010;*/
	text-decoration : underline;
}


/*--------------------------------------------------------------------
/* MENU
/**/

#menu {

	/* padding-top : 36px; */
	padding-top : 10px;
	float : left;

	overflow : hidden;
}

#menu ul {
	margin : 0;
	padding : 0;
	list-style-type : none;

	font-size : 11pt;
	line-height : 13pt;

	font-weight : bold;

	font-family : "times new roman", times, sans-serif;
}

#menu ul li {
	margin : 0;
	padding : 0;
}

* html #menu ul li {
	display : inline;
}

#menu ul li a {
	color : #86622A;
	text-decoration : none;

	display : block;
	padding : 3px 10px 5px 30px;

	background-image : url(../images/menu-fond.gif);
	background-repeat : no-repeat;

	margin-bottom : 3px;
}

#menu ul li a:hover {


	text-decoration : underline;
}

#menu ul li a.sectionActive {
	color : #453010;

	background-image : url(../images/menu-fond-hover.gif);
}
