/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial;
	font-size: 11px;
}
H1 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6F7586;
}
H2 { 
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6F7586;
 }
P, H1, H2 {margin: 0px 0px 5px 0px;}
P {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #18518B;
}
P A:link, P A:visited {
	color: #A09D71;
}
P A:hover {
	color: #071E2F;
}
TD#pageName{
	font-size: 14px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #6F7586;
	padding-bottom: 5px;
}
/* Content column */
TD#content {
	/*padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top; 
	width: 380px;*/
}

/* Les miettes */
#NAV_CRUMBS, #NAV_CRUMBS A  {
	color:#18518B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

/* Menu 1 column */
TD#menu_1 {	
	vertical-align: top; 
	padding-top: 69px;
}

TD#menu_1 DIV {
	/*width: 194px;*/	
	}
TD#menu_1 DIV A {
	/*color: navy;
	text-decoration: none;*/
}
TD#menu_1 DIV A:hover {
	/*text-decoration: underline;
	color: #18518B;*/
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
	background-image:  url("../images/menu1_fond.gif");
	font-size: 14px;
	/*padding-top:5px;*/
	background-position: right bottom;
	background-repeat: no-repeat;
	font-family:  Arial,Verdana;
	font-weight: bold;
	padding-right: 26px;
	margin-bottom: 11px;
}
 TD#menu_1 DIV.menu1-level1-no A {
 color: #6F7586;
 text-decoration: none;
 }
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
	background-image:  url("../images/menu1_fondOver.gif");
	font-size: 14px;
	/*padding-top:5px;*/
	background-position: right bottom;
	background-repeat: no-repeat;
	font-family: Arial, Verdana;
	font-weight: bold;
	padding-right: 26px;
	margin-bottom: 4px;
}
TD#menu_1 DIV.menu1-level1-act A {
  color: #18518B;
  text-decoration: none;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 SPAN.menu1-level2-no {
	font-size: 9px;
	font-family: Arial, Verdana;
		
}
TD#menu_1 SPAN.menu1-level2-no A {
	color:#6F7586;
	text-decoration:none;
	padding:0px 5px 0px 5px;
}
TD#menu_1 SPAN.menu1-level2-no A:hover {
	color:#18518B;
	text-decoration:none;
	background-image:  url("../images/menu_2_bord.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	padding:0px 5px 0px 10px;
	background-color: #D4D5DA;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 SPAN.menu1-level2-act {
	background-image:  url("../images/menu_2_bord.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 9px;
	font-family: Arial, Verdana;
	padding:0px 5px 0px 10px;
	background-color: #D4D5DA;
}
TD#menu_1 SPAN.menu1-level2-act A {
	color:#18518B;
	text-decoration:none;
}
/*  MENU 1, level 2, active state (NORMAL) */
TD#menu_1 DIV.menu1-level3-no {
	font-size: 9px;
	font-family: Arial, Verdana;
	
}
TD#menu_1 DIV.menu1-level3-no A {
  	color:#18518B;
	text-decoration:none;
	padding:0px 18px 0px 5px;
}
TD#menu_1 DIV.menu1-level3-no A:hover {
  	color:#18518B;
	text-decoration:none;
	background-image:  url("../images/menu_3_bullet.gif");
	background-position: right center;
	background-repeat: no-repeat;
	padding:0px 18px 0px 5px;
	font-weight:bold;
}

/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level3-act {
	background-image:  url("../images/menu_3_bullet.gif");
	background-position: right center;
	background-repeat: no-repeat;
  	font-size: 9px;
  	font-weight:bold;
	padding:0px 18px 0px 5px;
}
TD#menu_1 DIV.menu1-level3-act A {
	color:#18518B;
	text-decoration:none;
}



/*  MENU 2, level 1, general for all table cells: */
TR#menu_2 TD {
  background-color: #333366;
  width: 10%;
  text-align: center;
  padding: 0px 2px 0px 2px;
}
TR#menu_2 TD A {
  color: white;
  font-size: 10px;
  font-family: verdana, arial;
  text-decoration: none;
}
TR#menu_2 TD A:hover {
  text-decoration: underline;
}
TR#menu_2 TD.oddcell {
  background-color: #666699;
}
TR#menu_2 TD.menu2-level1-act {
  background-color: #88292A;
}



/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;

  font-family: verdana, arial;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#path A {
  text-decoration: none;
  color:black;
}
TD#path A:hover {
  text-decoration: underline;
}
/*--- MES SUPER STYLES :]  ---*/
.centerTablebkgr {
	background-image:   url("../images/lareleve/page_releve_r4_c1.jpg");
	background-repeat: no-repeat;
}
.style1 {
	font-size: 9px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {
	font-size: 9px;
	color: #6F7586;
	font-family: Arial, Helvetica, sans-serif;
}
