/***
		Menu à onglets horizontal
		Intégrés dans les pages
*/
div#menu_pages {
	height: 29px;
	margin: 0px;
	padding: 0px;
	background-image: url(../im/pages_menu_bg.jpg);
}
div#menu_pages ul,div#menu_pages li,div#menu_pages a {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Verdana;
	font-size: 10px;
	color: #444;
}
div#menu_pages ul {
	margin: 0px;
	padding: 0px;
/*	display: none;*/
	height: auto;
}
div#menu_pages li, div#menu_pages li.last, div#menu_pages li.last2 {
/*	border:1px solid red;*/
	height: auto;
/*	width: 120px;*/
	width: auto;
	white-space: nowrap;
	display: inline;
	float: left;
	background-image: url(../im/pages_menu_bg_sep.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
div#menu_pages li.last, div#menu_pages li.last2 {
	background: none;
}
*div#menu_pages li, *div#menu_pages li.last, *div#menu_pages li.last2 { /* IE */
	width: 10;
}
*div#menu_pages li.last2 { /* IE */
	width:auto;
}
div#menu_pages li a {
	width: auto;
	height: 18px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
	display: block;
	text-decoration: none;
	white-space: nowrap;
/*	border: 1px solid blue;*/
}
*div#menu_pages li a { /* IE */
	width: 100%;
	height: 29px;
}
div#menu_pages li a.selected {
	background-image: url(../im/pages_menu_bg_over.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	font-weight: bold;
	color: black;
	height: 19px;
}
*div#menu_pages li a.selected { /* IE */
	height: 30px;
}
div#menu_pages li.last a.selected {
/*	background-image: url(../im/pages_menu_bg_over.jpg);*/
}
div#menu_pages li.last2 a.selected {
	background-image: url(../im/pages_menu_bg_over_last.jpg);
	width: 100%; /* pour FF */
}
div#menu_pages li a:hover {
	text-decoration: none;
	background-image: url(../im/pages_menu_bg_over.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	color: black;
}
div#menu_pages li.last a:hover {
/*	background-image: url(../im/pages_menu_bg_over_last.jpg);*/
}
div#menu_pages li.last2 a:hover {
	background-image: url(../im/pages_menu_bg_over_last.jpg);
}
div#menu_pages li a:active, div#menu_pages li a:focus {
	text-decoration: none;
	background-image: url(../im/pages_menu_bg_over.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	color: black;
}
div#menu_pages li.last2 a:active, div#menu_pages li.last2 a:focus {
	background-image: url(../im/pages_menu_bg_over_last.jpg);
}


/***
		Sous menus
*/
div.menu_pages_tabs {
	clear: both;
	background-image: url(../im/pages_menu_tabs_bg_over.jpg);
	background-position: top;
	border-bottom: 1px solid #D0A772;
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
/*	font-family: Verdana;*/
/*	font-family: Arial, Helvetica, sans-serif;*/
/*	font-size: 10px;*/
	color: #916224;
	text-align: left;
}
div.menu_pages_tabs ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
div.menu_pages_tabs ul li {
	white-space: nowrap;
	display: inline;
	float: left;
	list-style-type: none;
	background-image: url(../im/pages_menu_tabs_puce.jpg);
	background-position: 8px 6px;
	background-repeat: no-repeat;
/*	height: 20px;*/
	padding: 8px 8px 8px 30px;
/*	border:1px solid red;*/
}

div.menu_pages_tabs ul li a {
	color: #916224;
	font-weight: bold;
/*	font-size: 11px;*/
	text-decoration: none;
	height: auto;
}
div.menu_pages_tabs ul li a:hover {
	color: #916224;
	font-weight: bold;
/*	font-size: 11px;*/
	text-decoration: underline;
}


/***
		Navigation
*/
div.menu_pages_head_infos2 {
	border-top: 1px solid #FAF5EE;
}
div.menu_pages_head_infos a, div.menu_pages_head_infos2 a {
	text-decoration: none;
	color: #916224;
}
div.menu_pages_head_infos a:hover, div.menu_pages_head_infos2 a:hover {
	text-decoration: underline;
}
div.menu_pages_head_infos, div.menu_pages_head_infos2 {
	clear: both;
	background-image: url(../im/pages_menu_tabs_bg_over.jpg);
	background-position: top;
	border-bottom: 1px solid #D0A772;
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Verdana;
	font-size: 9px;
	color: #916224;
	text-align: left;
}
div.menu_pages_head_infos2 {
	border-top: 1px solid #FAF5EE;
}
div.menu_pages_head_infos table, div.menu_pages_head_infos2 table {
	font-family: Verdana;
	font-size: 9px;
	color: #916224;
	text-align: left;
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
}
div.menu_pages_head_infos table td, div.menu_pages_head_infos2 table td {
	padding: 3px 6px;
}

/* 
MULTI PAGES
*/
.MP a {
	text-decoration: none;
	color: #916224;
}
.MP a:hover {
	text-decoration: underline;
}
