/* #CAE1FF bleu ciel */
/*  #00e5ee turquoise */
/* #4682B4 bleu fonce (steel blue) */
div.ong{
	margin:.5in auto;
	padding:0;
	background-color:#CAE1FF;
	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: #4682B4;    /* le fond de l'onglet de navigation */
background-repeat:no-repeat;
width:100%;
border:solid #eedd82;
border-width:0px 0;
margin:0;
padding:0;
z-index: 10;
}
#menu ul {
color:white;
margin:0;
padding:0;
background-color:#4682B4;
list-style-type:none;
text-align:center;
font-size: 99%;
}
#menu li {
float:left;
margin: auto;
padding:0;
background-color:#4682B4;
background-image:none;
line-height:normal;
text-indent:0;
width:120px;
}
#menu li a {
color: #bbbbbb;
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;
  color: black;
  background-color: #CAE1FF;    /* le fond de l'onglet de navigation */
  text-decoration:none;
  /*white-space:nowrap;*/
  }
#menu #current a{
color: #000000;
}
#menu #current li a {
color: #000000;
display:block;
text-decoration:none;
padding:5px;
}
#menu #current ul li{           /* le site sur lequel il y a un href */
  color: black;
  background-color: #CAE1FF;    /* le fond de l'onglet de navigation */
  }
#menu #current ul li ul {           /* le site sur lequel il y a un href */
  background-color: #CAE1FF;    /* le fond de l'onglet de navigation */
  }
