/*--WEBARTCHITECTE VERSION 2006 LITE ---//
//--- Dernire mise  jour juin 2006 ----//
//-------------- par JT -----------------*/



.MenuPrincipal{
position:relative;
}

.menuMaster{
	margin:0;
	width:140px;
	background-image:url(fleche.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding: 5px 0 5px 20px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#797953;
	
	text-decoration:none;
	text-transform:uppercase;
	border-top:1px solid #f5f5ed;
	border-bottom:1px solid #b3b39b;
	display:block;
	
}

.menuMaster a,.menuMaster a:link, .menuMaster a:visited, .menuMaster a:active, .menuMaster a:focus{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#797953;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	
}

.menuMaster a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	display:block;
	text-transform:uppercase;
	

}

.overMenuMaster{
	margin:0;
	width:140px;
	text-transform:uppercase;
	background-image:url(fleche.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding: 5px 0 5px 20px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#797953;
	
	text-decoration:none;
	border-top:1px solid #f5f5ed;
	border-bottom:1px solid #b3b39b;
	display:block;}


.overMenuMaster a,.overMenuMaster a:link, .overMenuMaster a:visited, .overMenuMaster a:active, .overMenuMaster a:focus{
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	color:#000000;
	display:block;
}


.overMenuMaster a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	color:#000000;
	display:block;
}







/* -------------- Partie menu deroulant ---------------- */
.menuBouton{
	margin:0;
	padding:0;
	list-style-type:none;
	background-color: #797953;
	font-weight:bold;
	color:#ffffff;
	display:block;
	border-right:1px solid #b3b39b;
	border-top:1px solid #b3b39b;
	border-left:1px solid #b3b39b;
}
.menuBouton menu {
	list-style-type:none;
	padding:0;
	margin:0;
	display:block;
	
}
.menuBouton li{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align: left;
	
	display:block;
	list-style-type:none;
	border-bottom:1px solid #b3b39b;
	background-color: #797953;
	/*white-space:nowrap;*/
}

.menuBouton a, .menuBouton a:link, .menuBouton a:visited, .menuBouton a:active, .menuBouton a:focus{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	padding:6px 6px 6px 20px;
	background-image:url(flecheblanche.gif);
	background-repeat: no-repeat;
	background-position:8px 10px;
	
	
	display:block;
	
	
}

.menuBouton a:hover{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	
	background-color: #b3b39b;
	background-image:url(flechenoir.gif);
	background-repeat: no-repeat;
	background-position:8px 10px;
	
	display:block;
	
}
.overBoutonMenu a{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	
	background-color: #b3b39b;
	background-image:url(flechenoir.gif);
	background-repeat: no-repeat;
	background-position:10px 8px;
	
	display:block;

}

/*.overBoutonSousMenu a:link, .overBoutonSousMenu a:visited, .overBoutonSousMenu a:active, .overBoutonSousMenu a:focus{
	background-color:#e2c21d;
	/*color: #211e0d
};*/
.overBouton{
	/*background-color:#46659e;
	display:block;*/
}

.outBouton{
	/*background-color: #999999;
	list-style-type:none;*/
}

