/*couleur de la barre de defilement*/
BODY {
scrollbar-base-color: #FFB27F
} 

a:link, a:visited, a:active { 
	color: #000;
	text-decoration: underline;
	}
a:hover { 
	color: navy;
	/*background-color: #ffffff;*/
	text-decoration: none;
	}

/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial;
	font-size: 10px;
}
H1 { font-size: 15px; }
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}


/*TD#footer {border-top: dotted 1px #999999;}*/
TD#footer P {
	font-size: 10px;
	text-align: center;
}
TD#footer A {
  text-decoration: none;
  /*font-weight: bold;*/
  color: navy;
}
TD#footer A:hover {
  text-decoration: underline;
  
}

/* Content column */
TD#content_center {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	vertical-align: top; 
	text-align: justify;
	width: 478px;
}

TD#content_right {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top; 
	width: 150px;
}

/* Menu 1 column */
TD#menu_1 {	
	vertical-align: top; 
	width: 150px;
	padding-top: 10px;
}
TD#menu_1 DIV {
	width: 95%;
	
}
TD#menu_1 DIV A {
	color: navy;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	text-decoration: underline;
	/*background-color: #FFFBF9;*/
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  border-bottom: 1px solid #999999;
  font-size: 10px;
  padding-top:4px;
  padding-left:10px;
  padding-bottom:4px;
  background-image: url(gris.gif);
  background-repeat: no-repeat;
  background-position: 0px 8px;
  background-color: #F7F7F7;
  
}
/*  MENU 1, level 1, active state (ACT) titre*/
TD#menu_1 DIV.menu1-level1-act {
  border-bottom: 1px solid #000000;
  font-weight:bold;
  font-size: 10px;
  padding-top:4px;
  padding-left:10px;
  padding-bottom:4px;

  background-color: #FFB27F;
  /*filter:alpha(opacity='70', style='0');*/
}

TD#menu_1 DIV.menu1-level1-act A {
  color: navy;
  font-weight:bold;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 10px;
  padding-left:10px;
   background-color: #FFFBF9;
      /*la dots*/
  background-image: url(carre.gif);
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 10px;
  font-weight:bold;
  padding-left:10px;
  background-color: #FFD1B3;
     /*la dots*/
  background-image: url(select.gif);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  border-bottom: 1px solid #CCCCCC;
  font-weight:bold;

   
}

/*  MENU 1, level 3, normal state (NO) */
TD#menu_1 DIV.menu1-level3-no {
  font-size: 10px;
  padding-left:16px;
  background-color: #FFFBF9;
 
  /*la dots*/
  background-image: url(vide.gif);
  background-repeat: no-repeat;
  background-position: 8px 4px;
    
}
/*  MENU 1, level 3, active state (ACT) */
TD#menu_1 DIV.menu1-level3-act {
  font-size: 10px;
  font-weight:bold;
  padding-left:16px;
  background-color: #FFFBF9;

	  /*la dots*/
  background-image: url(plein.gif);
  background-repeat: no-repeat;
  background-position: 8px 4px;
  
}

/* REGIS RAJOUT  MENU 1, level 4, normal state (NO) */
		TD#menu_1 DIV.menu1-level4-no {
		  font-size: 10px;
		  padding-left:31px;
		  background-color: #FFFBF9;		 
		  /*la dots*/
		  background-image: url(vide.gif);
		  background-repeat: no-repeat;
		  background-position: 23px 4px;}
		  
		/*  REGIS RAJOUT MENU 1, level 4, active state (ACT) */
		TD#menu_1 DIV.menu1-level4-act {
		  font-size: 10px;
		  font-weight:bold;
		  padding-left:31px;
		  background-color: #FFFBF9;		
			/*la dots*/
		  background-image: url(plein.gif);
		  background-repeat: no-repeat;
		  background-position: 23px 4px;}
		/* REGIS RAJOUT  MENU 1, level 5, normal state (NO) */
		TD#menu_1 DIV.menu1-level5-no {
		  font-size: 10px;
		  padding-left:41px;
		  background-color: #FFFBF9;		 
		  /*la dots*/
		  background-image: url(vide.gif);
		  background-repeat: no-repeat;
		  background-position: 33px 4px;}
		  
		/*  REGIS RAJOUT MENU 1, level 5, active state (ACT) */
		TD#menu_1 DIV.menu1-level5-act {
		  font-size: 10px;
		  font-weight:bold;
		  padding-left:41px;
		  background-color: #FFFBF9;		
			/*la dots*/
		  background-image: url(plein.gif);
		  background-repeat: no-repeat;
		  background-position: 33px 4px;}
	
		/* REGIS RAJOUT  MENU 1, level 6, normal state (NO) */
		TD#menu_1 DIV.menu1-level6-no {
		  font-size: 10px;
		  padding-left:48px;
		  background-color: #FFFBF9;		 
		  /*la dots*/
		  background-image: url(vide.gif);
		  background-repeat: no-repeat;
		  background-position: 40px 4px;}
		  
		/*  REGIS RAJOUT MENU 1, level 6, active state (ACT) */
		TD#menu_1 DIV.menu1-level6-act {
		  font-size: 10px;
		 font-weight:bold;
		  padding-left:48px;
		  background-color: #FFFBF9;		
			/*la dots*/
		  background-image: url(plein.gif);
		  background-repeat: no-repeat;
		  background-position: 40px 4px;}



/*  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#rootline  {

  font-family: verdana, arial;
  font-size: 2px;
  padding: 1px 1px 5px 5px;
  color: navy;
}
TD#rootline A {
  text-decoration: none;
  font-weight: bold;
  color: navy;
}
TD#rootline A:hover {
  text-decoration: underline;
  
}



