@charset "iso-8859-1";
/* CSS Document */
/* texte de base */
/* TABLE PRINCIPALE */
.tblmain {
width: 100%;
text-align: center;
}
#corps {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#corps.textarena{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.tblcolg {
width: 7px;
background-image: url(http://www.circuitsauto.com/images/bl_mg.jpg);
background-repeat: repeat-y;
}
.tblcolc {
width: 100%;
background-color: #F0F0F7;
font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
font-size: 8pt; 
color: #000000;
}
.tblcolc2 {
background-color: #F0F0F7;
font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
font-size: 8pt; 
color: #000000;
}
.tblcolc3 {
font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
font-size: 8pt; 
color: #000000;
}
.tblcold {
width: 7px;
background-image: url(http://www.circuitsauto.com/images/bl_md.jpg);
background-repeat: repeat-y;
}
.tblcolb {
width: 100%;
height: 6px;
background-image: url(http://www.circuitsauto.com/images/bl_bbg.jpg);
background-repeat: repeat-x;
line-height: 1px;
}
.titre {
text-align: center;
width: 100%;
background-image: url(http://www.circuitsauto.com/images/bl_hbg.jpg);
background-position:bottom;
background-repeat: repeat-x;
font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
font-size: 8pt; 
font-weight: bold;
color: #FFFFFF;
background-color: transparent;
}
/* Rend invisible tout notre bloc span */
a.info_bulle span
{								   
    position       :  absolute;
    top            :  -2000em;
    left           :  -2000em;
    width          :  1px;
    height         :  1px;
    overflow       :  hidden; 
    background     :  #f67e13;   /* Définition du fond, sinon on a le même que notre lien */
    border         :  1px solid #ff0000; /* Définition des bordures */
}              
a.info_bulle
{				
  color           : #2F368A; /* Couleur de notre lien */
  font-size       : 1.2em;   /* 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('arrow_out.png') no-repeat right center;
}              
/* Rend visible tout notre bloc span et lui attribue une taille */
a.info_bulle:hover span, a.info_bulle:focus span
{
    top        :  auto;
    left       :  auto;
    width      :  220px;
    height     :  auto;
    overflow   :  visible;
}                       
a.info_bulle:hover 
{
  border : 0;  /* ligne qui corrige le bug d'IE6 et inférieur */
}            
a.type1 { color: white; }
a.type1:hover { color: yellow;}

.foot {resize: auto;
position:absolute;
margin-bottom: 0; } 


