/* SUBMENU 's        */
a.subMenu1, a.subMenu1:visited {
	
	font-family: "Arial Narrow";
	padding: 0px 0px 0px 0px;
	margin-top:5px;
	font-size: 18px;
	color: #3e5080;
	height: 30px;
	width: 200px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	cursor:pointer;
	
}


a.subMenu1:hover, a.subMenu1_hover, a.subMenu1_hover:hover, a.subMenu1_hover:visited {
	font-family: "Arial Narrow";
	padding: 0px 0px 0px 0px;
	margin-top:5px;
	font-size: 18px;
	color: #bf2e33;
	height: 30px;
	width: 200px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	cursor:pointer;

} 

/* niveau 2 */
a.subMenu2, a.subMenu2:visited {
	font-family: "Arial Narrow";
	padding: 0px 0px 0px 0px;
	margin-top:5px;
	font-size: 11px;
	color: #3e5080;
	height: 30px;
	width: 200px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	cursor:pointer;
}


a.subMenu2:hover, a.subMenu2_hover, a.subMenu2_hover:hover, a.subMenu2_hover:visited {
	font-family: "Arial Narrow";
	padding: 0px 0px 0px 0px;
	margin-top:5px;
	font-size: 11px;
	color: #bf2e33;
	height: 30px;
	width: 200px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	cursor:pointer;
} 

/* niveau 3 */
a.subMenu3 {
	font-family: Arial, sans-serif;
	padding: 25px 0px 0px 15px;
	font-size: 11px;
	color: #000000;
	height: 22px;
	width: 150px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

a.subMenu3:visited {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 22px;
	width: 150px;
	font-weight: bold;
	text-decoration: none;
	
} 

a.subMenu3:hover, a.subMenu3:active {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 22px;
	width: 150px;
	font-weight: bold;
	text-decoration: none;
} 

