.entete{
	text-align:center;
	}

td.titre {
background: url("images/trait_general.gif");
background-repeat: no-repeat;
height: 40px;
padding-top: 10px;
 font: 14px bold Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
	color: #3f4c6c;
	padding-left: 60px;
}
.titre font {

  
}

#mainMenu1 {
	text-align: center;
  background: url(images/fond_menu.gif) repeat-x;
  color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
/*  margin: 0 0 20px; marges autour du menu */
  padding: 0;
  margin-top: 2px;
  height: 29px;
  
  /* if the menu is horizontal and has a 'static' position:
   * do not set a non-zero margin-top, if the BODY element has a zero
   * padding-top and this menu is its first 'static' child
   * this is due to an Opera 7 bug :-(
   */
  z-index: 1;
  position: static;
  /* if the menu is horizontal: use a 'static' position
   * if the menu is vertical: use an 'absolute' or 'fixed' position
   */
  
}

#menuList1 {
/* intérieur du menu */
  /*border: 1px solid #286BBD;*/
  margin: 0;
  padding: 0 6px;
  /* do not use a position other than 'static' here */
}

#menuList1 li {
  /* do not change these rules */
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  
  /* do not change these rules */
}

#menuList1 li a {
/* boutons liens premier niveau */
  background-color: transparent;
  color: #5c5c5c;
  display: inline;
  line-height: 1.8em;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  /*margin: 0;*/
  padding: 2px 8px;
  /* always set margin to '0' */
  /* Win/IE5.0 will ignore border and padding if display is 'inline' */
  text-decoration: none;
}

#menuList1 li a:hover, #menuList1 li a:focus {
  /*color: #f9b200;*/
background-color: transparent;
  /*border: 1px solid #fff;*/
  
}

/* As Win/IE5.0 doesn't apply padding on inline elements, background images
 * must be hidden from it, otherwise they will be displayed behind text
 */
#menuList1 li a.actuator {
  width/* */: auto; /* hides the following rule from Win/IE5.0 */
  /*background: url("images/fleche-bas-noire.jpg") no-repeat 100% 50%;*/
  color: #5c5c5c;
  background-color: transparent; 
  /*padding-right: 5px;*/
  z-index:10;
  
 
}

#menuList1 li a.actuator:hover, #menuList1 li a.actuator:focus {
  width/* */: auto; /* hides the following rule from Win/IE5.0 */
  /*color: #f9b200;*/
  background-color: transparent;
 
}

#menuList1 .menu {
   color: #000;
  background-color: #fff;
 /*border-top: 1px solid #000;*/
  margin: 0;
padding: 0;
  width: 230px;

  /* only set '0' or negative margin */
  /* border  width must be the same on the four sides (in 'px' units) */
  /* padding width must be the same on the four sides (in 'px' units) */
  z-index: 1;
  position: absolute;
  visibility: hidden;
  /* always set position to 'absolute' and visibility to 'hidden' */
}

#menuList1 .menu  {
  /*margin-left: 2px;*/
  
  /* if a non-zero padding is set on .menu, set margin-left to margin-left + padding */
}

#menuList1 .menu li a {
  display: block;
  line-height: normal;  
	color: #5c5c5c;
	background: #cecece;
	text-align: left;
	
	
}


#menuList1 .menu li a:hover, #menuList1 .menu li a.actuator:focus {
  background-color: #e4e5e7;
color: #5c5c5c;
}

a{
color: #666;
}
a:visited{
color: #666;
}

a:hover{
color:#8c8c8c;
}
