a:link {text-decoration: none;color: #ffffff;}
a:visited {text-decoration: none;color: #f55000;}
a:hover {text-decoration: underline;color: #f55000;}


a.info {
   position: relative;
   color: black;
   text-decoration: none;
   /*border-bottom: 1px gray dotted; *//* on souligne le texte */

}
a.info span {
   display: none; /* on masque l'infobulle */
  text-decoration: none;
}
a.info:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
   cursor: help; /* on change le curseur par défaut en curseur d'aide */
  text-decoration: none;

}
a.info:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;
   /*white-space: nowrap;*/ /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
   top: 30px; /* on positionne notre infobulle */
   left: -297px;
   width:371px;
   background: white;
   color: gray;
   padding: 3px;
   border: 1px solid gray;
   border-right: 2px solid black;
   border-bottom: 2px solid black;
  text-decoration: none;
}

a img { border: none; }
.clear { clear: both; }

p { margin: 0; padding: 0; }

.affiche-jeux{
text-align:right;padding-top:2px;padding-right:15px;
}

.affiche-extra{
text-align:right;padding-top:0px;padding-right:15px;
}

.full-large{
padding: 5px;
}

.roster{
   width:700px;float:right; 
}


