.menutitle {
	margin						: 0;
	padding						: 6px 0 0 10px;
	cursor						: pointer;
	background-image			: url(../images/fond_menu.jpg);
	color						: #FFFFFF;
	width						: 140px;
	height						: 24px;
	font-family					: Verdana;
	font-size					: 11px;
	color						: #FFFFFF;
	font-weight					: bold;
}
.menutitle2 {
	margin						: 0;
	padding						: 6px 10px 0 0;
	cursor						: pointer;
	background-image			: url(../images/fond_menu-bis.jpg);
	color						: #FFFFFF;
	width						: 160px;
	height						: 26px;
	font-family					: Verdana;
	font-size					: 13px;
	color						: #D08960;
	font-weight					: bold;
	text-align					: center;
}
.submenu {
	margin						: 0;
	padding						: 0;
	width						: 170px;
}
#masterdiv ul {
	margin						: 0;
	padding						: 0 0 0 8px;
	list-style-type				: none;
}
#masterdiv li {
	margin						: 0;
	padding						: 0;
}
#masterdiv li a {
	background-image			: url(../images/puce1.jpg);
	background-repeat			: no-repeat;
	background-position			: left;
	list-style-type				: none;
	padding-left				: 12px;
	font-family					: Verdana;
	font-size					: 10px;
	color						: #CC662C;
	font-weight					: bold;
	text-decoration				: none;

}
#masterdiv li a:hover {
	background-image			: url(../images/puce2.jpg);
	background-repeat			: no-repeat;
	background-position			: left ;
	list-style-type				: none;
	padding-left				: 12px;
	color						: #70310E;
	text-decoration				: none;
}
#masterdiv li a.on {
	background-image			: url(../images/puce2.jpg);
	background-repeat			: no-repeat;
	background-position			: left;
	list-style-type				: none;
	padding-left				: 12px;
	color						: #70310E;
	text-decoration				: none;
}

#masterdiv2 ul {
	margin						: 0;
	padding						: 0;
	list-style-type				: none;
}
#masterdiv2 ul a {
	display						: block;
	background-image			: url(../images/fond_menu-secondaire.jpg);
	width						: 150px;
	height						: 30px;
}
#masterdiv2 ul a:hover {
	background-image			: url(../images/fond_menu-secondaire-bis.jpg);
	width						: 170px;
	height						: 32px;
}
#masterdiv2 ul a.on {
	background-image			: url(../images/fond_menu-secondaire-bis.jpg);
	width						: 170px;
	height						: 32px;
}