a.info_bulle {
      position:relative; /* Très important */
      z-index:10; 
      color:#FFFFFF;
      font-family:Arial, Helvetica, sans-serif;
  }
a.info_bulle:hover {
z-index: 1000;
  }
a.info_bulle span {
      display:none;
  }
a.info_bulle:hover span { /*la tag SPAN apparaitra avec l’effet hover*/
padding:5px;
color:#FFFFFF;
font-size:12px;
display:block;
font-size:12px;
font-weight:bold;
line-height:15px;
background:#131313;
border:1px solid black;
position:absolute;
z-index: 1000;
width:250px;
left:10px;
top:30px;
  }
body {
	background-color: #020001;
}
.Style1 {
	font-size: 36px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
body,td,th {
	color: #FFFFFF;
}
.Style2 {font-size: 18px}
.Style100 {font-size: 14px}
a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
   
}

.fixe { 
  /* un bloc fixe situe en haut qui fait toute la largeur */ 
  position : fixed;
  display: inline-block;
  height:auto;
  z-index:100;
  background-color:#FFFFE1;
  border-bottom:#707070 1px solid;
  top: 0px; 
  left: 0px; 
  right: 0px; 
  width: 100%; 
  /* et le patch pour IE */ 
  position : expression("absolute"); 
  width : expression("100%"); 
  top : expression(document.body.scrollTop + this.offsetHeight - this.offsetHeight); 
  left : expression("0px"); 
}
.classe_marq{
	padding:1px;
	font-size:12px;
	margin-left: 1px;
	border:#000000 solid 1px;
	background:#161616;
	color: #FFFFFF;
}
.classe_button{
border:1px solid #000000;
color:#FFFFFF;text-decoration:none;
background-color:#990000;
size:40px;}
#fixed
{
    position        : fixed;
	bottom:20px;
	right:50px;
	
}
 .classe_menu{
	padding:1px;
	margin-left: 1px;
	border:#000000 solid 1px;
	background:#161616;
	color: #FFFFFF;
}
 