/* CSS Document */
/* ****** GESTION MENU ONGLET *********** */
ul#nav_menu {
	margin: 0;
	list-style-type: none;
	padding-left: 23px;
}
#nav_menu li {
	float:left;
	width:149px;
	height:33px;
	line-height:33px;
	margin-right:9px;
}
a.menu {
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	outline:none;
	background-image: url(../images/menuOnglet.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 14px;
	text-align: center;
}
a.menu:hover {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #7B191A;
	background-image: url(../images/menuOngletHover.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
a.menu_on, a.menu_on:hover {
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	outline:none;
	background-color: #7B191A;
	background-image: url(../images/menuOngletHover.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 14px;
	text-align: center;
}

/* menu gauche */
#menu_left {
	width: 150px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 20px;	
}

#menu_left DIV {
	line-height: 15px;
	padding-left: 16px;
	padding-right: 5px;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 2px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#menu_left DIV A {
	text-decoration: none;
	color: #666666;
}
#menu_left DIV A:hover {
	color: #7B191A;
}

/*  MENU 1, level 1, normal state (NO) */
#menu_left DIV.menu1-level1-no {
	font-size: 11px;
	background-image: url(../images/menuGaucheOnglet.jpg);
	height: 15px;
	background-repeat: no-repeat;
}
/*  MENU 1, level 1, active state (ACT) */
#menu_left DIV.menu1-level1-act {
	font-size: 11px;
	padding-bottom: 3px;
	padding-top: 2px;
	background-image: url(../images/menuGaucheOngletHover.jpg);
	height: 15px;
	background-repeat: no-repeat;
	font-weight: normal;
	color: #7B191A;
}
#menu_left DIV.menu1-level1-act A {
  color:#7B191A;
}

/*  MENU 1, level 2, normal state (NO) */
#menu_left DIV.menu1-level2-no {
	font-size: 11px;
	color: #666666;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-bottom: 2px;
}
/*  MENU 1, level 2, active state (ACT) */
#menu_left DIV.menu1-level2-act {
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
}

#menu_left DIV.menu1-level2-act A {
	color:#7B191A;
	padding-left: 6px;
}

/*  MENU 1, level 3, normal state (NO) */
#menu_left DIV.menu1-level3-no {
	font-size: 10px;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
}
/*  MENU 1, level 3, active state (ACT) */
#menu_left DIV.menu1-level3-act {
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
}

#menu_left DIV.menu1-level3-act A {
	color:#7B191A;
	padding-left: 8px;
}
