table
{	
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
body 
{	
	width : 750px;
	border:2px solid #9C9C9E;
	margin: auto;
}
.buttons {
text-decoration:none;
padding-top:2px;
padding-bottom:2px;
	color: #999933;
	width: 100%;
	display: block;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	text-indent: 5px;
	background-color: #E0E4F8;
}
a:link {
	color: #0000FF;
	font-size: 11px;
	font-weight: bold;
}
a:visited {
	
	color: #788898;
	font-size: 11px;
	font-weight: bold;
}
a:hover {
	
	color: #788898;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
}
a:active {
	
	color: #788898;
	font-weight: bold;
}

.titles {
	color: #CC3300;
	display: block;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
	border: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.txt1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	}
.txt2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}
.txt3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #94929C;
	font-weight: normal;
}
.txt4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}
p
{
  font-size       : 1.1em; /* Définition de la taille de la police de nos paragraphes */
}

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

a.info_bulle
{				
  color           : #2F368A;
  
  text-decoration : none; 
  
  padding         : 2px 16px 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;
  
  position        : relative; /* Indispensable pour le bon positionnement de l'info-bulle */ 
}  
 
a.info_bulle:hover 
{
  border          : 0;  /* ligne qui corrige le bug d'IE6 et inférieur */
}  

/* Rend visible tout notre bloc span et lui attribue une taille */
a.info_bulle:hover span, a.info_bulle:focus span, a.info_bulle:active span 
{
    top        :  auto;
    left       :  auto;
    width      :  220px;
    height     :  auto;
    overflow   :  visible;
}               
                
