/* cd853f peru */
/* 8b3a3a IndianRed4 */
div.ong{
	margin:.5in auto;
	padding:0;
	background-color:#fff8dc;
	background-image: none;
	font-family:  "Trebuchet MS", helvetica, sans-serif;
	line-height:1.6em;
	text-align:center;
	color:#333;
	width: 90%;
	border: solid #f00 0px;
	}
#menu {
height:50px; /* si chgt , changer ds menu current */
color:white;
background-color: #cd853f;    /* le fond de l'onglet de navigation */
background-repeat:no-repeat;
width:100%;
border:solid #eedd82;
border-width:1px 0;
margin:0;
padding:0;
z-index: 10;
}
#menu ul {
color:white;
margin:0;
padding:0;
background-color:#cd853f;
list-style-type:none;
text-align:center;
font-size: 95%;
}
#menu li {
float:left;
margin: auto;
padding:0;
background-color:#cd853f;
background-image:none;
line-height:normal;
text-indent:0;
width:100px;
}
#menu li a {
color:white;
display:block;
text-decoration:none;
padding:5px;
}
#menu li a.grise {
color:#aaa;
display:block;
text-decoration:none;
padding:5px;
}
#menu ul li ul {
display:none;
}
#menu ul li:hover ul {
display:block;
}
#menu li:hover ul li {
float:none;
}
#menu #current  {           /* le site sur lequel il y a un href */
	height:50px; /* mm heuteur que pour menu */
  display:block;
  border:solid #ddd;
  border-width:0 2px 0 2px;
  background-color: #8b3a3a;    /* le fond de l'onglet de navigation */
  text-decoration:none;
  /*white-space:nowrap;*/
  }
#menu #current ul li{           /* le site sur lequel il y a un href */
  background-color: #8b3a3a;    /* le fond de l'onglet de navigation */
  }
#menu #current ul li ul {           /* le site sur lequel il y a un href */
  background-color: #8b3a3a;    /* le fond de l'onglet de navigation */
  }
