div#navBar{
  position: absolute;
/*  width: 590px;*/
  height:24px;
  top: 146px;
  left: 30px;
  margin: 0;
  padding: 0;
  color: #ffffff;
  z-index: 1000;
}
.navG,
.navD {
  float: left;
  width: 15px;
  height: 24px;
/*  background-image: url(../images/navBgC.png);
  background-repeat: no-repeat;*/
}
.navG {
  background-position: left center;
}
.navC {
  float: left;
/*  width: 560px;*/
  height: 24px;
}
.navD {
  background-position: right center;
}
/*D structure de base*/
/* Menu */
#menuD,
#menuD ul {
  font-size: .95em;  
  list-style: none;
}
#menuD li.un {
  position: relative;
}
#menuD li.un li.deux {
  position: absolute;  
  width: 500px;  
  text-align: left;
}
#menuD p {
  line-height: 16px;
}
.prem {
/*  font-variant: small-caps;*/
	font-weight: bold;
}
.sec {
  font-variant: normal;
	font-weight: normal;
}
#menuD li.un {
  float: left;
  width: 70px;
  height: 24px;
  line-height: 24px;
  background-image: url(../images/navBgBtn.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#menuD li.un.gauche {
  background-position: left bottom;
}
#menuD li.un.droite,
#menuD li.un.droite:hover {
  width: auto;
  background-image: none;
  background-color: transparent;
}
#menuD li.un.droite input {
  height: 16px;
  margin: 4px 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#555555;
  vertical-align: middle;
}
#menuD li.un.droite button {
  margin: 0 2px;  
  padding: 0 6px 0 0;
  height: 20px;
  line-height: 20px;
  background: none;    
  border: none;  
  vertical-align: middle;
}
#menuD li.un.active,
#menuD li.un.active:hover {
/*  background-color: #d42c6c;*/
  background-image: url(../images/navBgBtnActif.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#menuD li.un,
#menuD li.un a,
#menuD li.un a:visited {
  color: #d42c6c;
}
#menuD li.active,
#menuD li.active a,
#menuD li.active a:visited {
  color: lavender; /*Rubriques principales*/
}
#menuD li.un:hover a {
  color: #ffffff;
}
#menuD li.un:hover {
  color: #ffffff;
/*  background-color: #ff3399;*/
  background-image: url(../images/navBgBtnHover.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#menuD li.un:hover li.deux a,
#menuD li.un:hover li.deux a:visited {
  color: #d42c6c;
  display: block;
}
#menuD li.un:hover li.deux a:hover {
  color: #ffffff;
  background-color: #b03060;
}
#menuD li.un li.deux {
  left: -999em;
}
#menuD li.un:hover li.deux {
  left: auto;
  margin-left: -20px;
}
#menuD li.un.recherche, #menuD li.un.recherche:hover {
  background-color: transparent;
  background-image: url(../images/bgRecherche.png);
  background-repeat: no-repeat;
}
/*D bgRub(s)*/
/*D bgRub1*/
#menuD table.bgRub1 {
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-size: 1.1em;
  background-image: url(../images/bgRub1.png);
  background-repeat: repeat;
  border-collapse: collapse;
  border-style: none solid;
  border-width: 2px;
  border-color: #ff99cc;
  text-align: center;
}
#menuD table.bgRub1 caption {
  font-variant: normal;
  font-size: .9em;
	font-weight: normal;
  color: #d42c6c;
  background-color: #ffd6e4;
  width: inherit;  
  border: none;
}
#menuD table.bgRub1 td {
  width: 112px;
  vertical-align: top;
  border-width: 1px;
	border-style: none dotted;
	border-color: #b03060;
}
#menuD li.un:hover li.deux .bgRub1 h3,
#menuD li.un:hover li.deux:hover .bgRub1 h3:hover a {
  background-color: #ff99cc;
}
#menuD li.un:hover li.deux:hover .bgRub1 h3 a:hover {
  color: #d42c6c;
}
#menuD li.un:hover li.deux .bgRub1 a,
#menuD li.un:hover li.deux .bgRub1 a:visited {
  color: #d42c6c;
}
#menuD li.un:hover li.deux .bgRub1 a:hover {
  color: #ffffff;
  background-color: #d42c6c;
}
/*F bgRub1*/
/*F bgRub(s)*/
#menuD .basG,
#menuD .basD {
  float: left;
  width: 10px;
  height: 10px;
}
#menuD .basC {
  float: left;
  height: 8px;
  line-height: 8px;
  background-image: url(../images/bgRub1.png);
  background-repeat: repeat;
  border-style: none none solid;
  border-width: 2px;
  border-color: #ff99cc;
}
#menuD li.un:hover li.deux .bgRub1 h3 a,
#menuD li.un:hover li.deux .bgRub1 h3 a:visited,
#menuD li.un:hover li.deux h3,
#menuD li.un:hover li.deux h3 a,
#menuD li.un:hover li.deux h3 a:visited {
  color: #ffffff;
}

