/*******************************
	Style pour le menu d'entête
********************************/
.entete{
	font-family		: Verdana;
	font-size		: 10px;
	font-weight		: bold;
	text-decoration	: none;
	color			: #FFFFFF;
}

.entete a{
	color			: #FFFFFF;
	text-decoration	      : none;
	display           :block;
	float		: left;
	padding-top	: 5px;
	padding-bottom 	: 12px;
	padding-left	: 0px;
	padding-right	: 0px;
}

.entete a:hover, .enteteOn{
	background	: #829EBA url("../img/trait_jaune.gif") no-repeat right;
	cursor		: hand;
}


.entete img{
	border		: none;
}


.enteteOff{
	background	: #1E1182 url("../img/trait_jaune.gif") no-repeat right;
}








/*******************************
	Style pour le nicetitle
********************************/
/* styles à adapter selon vos besoins et vos goûts */
.aide {

}

.bulle-aide {
  font-family: Verdana;
  position:absolute;
  left: 0;
  top: 0;
  width:250px;
  padding: 10px;
  font-size: 11px;
  background-color: #DBE3EB;
  border: 2px #829EBA solid;
  text-align: justify;
  font-style: italic;
  visibility: hidden;
  z-index: 100;
}


