.infobulle {
position:relative;
z-index:24; background-color:#ccc;
color:#000;
text-decoration:none}
.infobulle:hover{z-index:25; background-color:#ff0}
.infobulle span{display: none}
.infobulle:hover span{ 
  display:block;
  position:absolute;
  top:2em; left:2em; width:25em;
  border:1px solid #0cf;
  background-color:#cff; color:#000;
  text-align: center}
.petitemaj {
	font-weight: bold;
	font-variant: small-caps;
	background-color: #000000;
	border: thin outset #FFFFFF;
	color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	background-position: center center;
	text-align: center;



}
.encadre {
	border: thin outset #FFE991;
	text-align: center;

}
.texture {
	border: 1px solid #FFCC00;
	text-align: center;
	background-image: url(images/texture1.jpg);
	background-repeat: repeat;


}
.inactif {
	text-align: right;
	vertical-align: middle;
	display: block;
}
.champs {

	text-align: right;
	vertical-align: middle;
	display: block;
}
.Noir {
	color: #000000;
}
.Red {
	color: #990000;
}
.Dkblue {
	color: #3366CC;
}
.bouton {
	border: thin outset #CCCCCC;
	cursor: hand;
}
.lien {
	font-size: medium;
	font-weight: bold;
	font-variant: small-caps;
	color: #003366;
	text-decoration: none;
	cursor: hand;
}
.lien:hover {
	font-size: medium;
	font-weight: bold;
	font-variant: small-caps;
	color: #993300;
	text-decoration: none;
	cursor: hand;
}
.imageClic {
	border: medium outset #FFCC33;
	cursor: hand;
}
