.img-onglet-premier, .img-onglet-premier-select, .img-onglet-premier-over, .img-onglet, .img-onglet-select, .img-onglet-over {
  float: left;
  position: relative;
  width: 140px;
  height: 30px;
  text-align: center;
  cursor:pointer;
}

.img-onglet-premier {
  background-image:url('../images/menu_onglet.png');
  _background-image:url('../images/ie6/menu_onglet.gif');
}

.img-onglet-premier-select {
  background-image:url('../images/menu_onglet_select.png');
  _background-image:url('../images/ie6/menu_onglet_select.gif');
}

.img-onglet-premier-over {
  background-image:url('../images/menu_onglet_over.png');
  _background-image:url('../images/ie6/menu_onglet_over.gif');
}

.img-onglet {
  margin-left: -9px;
  background-image:url('../images/menu_onglet.png');
  _background-image:url('../images/ie6/menu_onglet.gif');
}

.img-onglet-select {
  margin-left: -9px;
  background-image:url('../images/menu_onglet_select.png');
  _background-image:url('../images/ie6/menu_onglet_select.gif');
}

.img-onglet-over {
  margin-left: -9px;
  background-image:url('../images/menu_onglet_over.png');
  _background-image:url('../images/ie6/menu_onglet_over.gif');
}

#img-onglet-preload {
  background-image:url('../images/menu_onglet_over.png');
  _background-image:url('../images/ie6/menu_onglet_over.gif');
}

#onglets-conteneur {
  position: relative;
  height: 30px;
}

#img-onglet-conteneur {
  position:absolute;
  z-index: 20;
}

#txt-onglet-conteneur {
  position:absolute;
  z-index: 21;
}



.txt-onglet, .txt-onglet a, .txt-onglet hover, .txt-onglet visited, .txt-onglet active{
  position: relative;
  float: left;
  width: 131px;
  height: 30px;
  font-family: Arial, Helvetica;
  font-size: 14px;
  color: #2b4391;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}

.txt-onglet-select, .txt-onglet-select a, .txt-onglet-select a:hover, .txt-onglet-select a:visited, .txt-onglet-select a:active{
  position: relative;
  float: left;
  width: 131px;
  height: 30px;

  font-family: Arial, Helvetica;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}



#sous-menu {
  display: inline;
 
  height: 29px;
  font-family: Verdana, Arial;
  font-size: 12px;
  color: #2b4391;
  
}

#sous-menu a {
  font-family: Verdana, Arial;
  font-size: 12px;
  color: #2b4391;
  text-decoration: none;
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 8px;
  
}

#sous-menu a:hover {
  background-color: #556bad;
  color: #ffffff;
  -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.sous-menu-liens {
  float: left;
  margin-top: 5px;
}

#sous-menu-recherche {
  display: inline; /* bug IE6 */ 
  float: right;
  height: 24px;
  width: 195px;
  margin-right: 7px;
  background-image:url('../images/recherche.png');

}

#recherche-form {
  float: right;
  display: inline;
  margin-top: 0px;
  height: 10px;
}

#recherche-input {
  float: left;
  font-family: Arial, Helvetica;
  font-size: 11px;
  margin-left: 17px;
  margin-top: 8px;
  height: 13px;
  width: 135px;
  color: #555555;
  border : 0px;
}

#recherche-loupe a, #recherche-loupe a:hover{
  float: left;
  height: 16px;
  margin: 7px 0px 0px 0px;
  padding: 0px;
  background-color: #ffffff; 
}


