.entete_logo{
	position: absolute;
	z-index: 99;
}
.entete_rubriques{
	position: relative;
	width:100%;
	border-style:solid;
	border-color:#E8E8E8;
	border-width: 0 0 0 0;
	border-bottom-width: 1px;
	height: 22px;
	vertical-align: bottom;
}

.entete_lienRubrique{
	float: right;
	border-style:solid;
	border-color:#CCCCCC;
	border-width: 0 0 0 0;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 22px;
}

.entete_simulation{
	position: relative;
	width:100%;
	border-style:solid;
	border-color:#E8E8E8;
	border-width: 0 0 0 0;
	border-bottom-width: 1px;
	height: 31px;
}

.entete_lienSimulation{
	float: right;
	padding-left: 5px;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.entete_lienSimulation a, .entete_lienSimulation a:hover, .entete_lienSimulation a:visited{
	text-decoration: none;
}

.entete_boutons{
	position: relative;
	width:100%;
	border-style:solid;
	border-color:#CCCCCC;
	border-width: 0 0 0 0;
	border-bottom-width: 1px;
	height: 25px;
}

.entete_lienBouton{
  float:right;
  display:inline;
}
.entete_lienBoutonOn{
  float:right;
  display:inline;
}

.entete_lienBouton a, .entete_lienBouton a:visited{
  background-image: url("../image/boutons/lien.gif");
  background-position: center right;
  display: block;
  display: inline-block;
  padding-right: 30px;
  padding-left: 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  line-height: 25px;
  height: 25px;
  text-align: right;
}

.entete_lienBoutonOn a, .entete_lienBoutonOn a:visited{
  background-image: url("../image/boutons/lien_hover.gif");
  background-position: center right;
  display: block;
  display: inline-block;
  padding-right: 30px;
  padding-left: 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 25px;
  height: 25px;
  text-align: right;
}

.entete_lienBouton a:hover{
  background-image: url("../image/boutons/lien_hover.gif");
  background-position: center right;
  text-decoration: none;
  color: #FFFFFF;
}

.entete_lienBouton a:ACTIVE{
  background-image: url("../image/boutons/lien_hover.gif");
  background-position: center right;
  text-decoration: none;
  color: #FFFFFF;
}
