/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #ff6f04;
	background-image: url(images/fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	font-weight: normal;
	background-image: url(images/menu_texte.jpg);
	background-repeat: no-repeat;
	padding-right: 34px;
	padding-left: 14px;
	text-align: left;
}
.horaire {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	color: #FFF;

}


a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

a.info_bulle span
{								   
    position       :  absolute;
    top            :  -2000em;
    left           :  -2000em;
    width          :  1px;
    height         :  1px;
    overflow       :  hidden; 
    background     :  #723101;   /* Définition du fond, sinon on a le même que notre lien */
    border         :  1px solid #ff6e03; /* Définition des bordures */
} 

a.info_bulle
{				
  color           : #FFFFFF; /* Couleur de notre lien */
  font-size       : 1em;   /* Taille de la police */
  
  text-decoration : none;    /* Aucun soulignement du texte */
  
  padding         : 2px 12px 2px 2px; /*Définition des marges intérieures de notre lien */
  
  /* Définition de l'arrière plan de notre lien */
  background      : transparent url('comment.gif') no-repeat right center;
}    

a.info_bulle:hover span, a.info_bulle:focus span, a.info_bulle:active span 
{
    top        :  auto;
    left       :  auto;
    width      :  400px;
    height     :  auto;
    overflow   :  visible;
} 

a.info_bulle:hover 
{
  border : 0;  /* ligne qui corrige le bug d'IE6 et inférieur */
}

position : relative; /* Indispensable pour le bon positionnement de l'info-bulle */  
