
/* Style des lignes de séparation */

.tab1-separateur {
  font-size : 12px; 
  font-family : Verdana, arial, helvetica, sans-serif; 
  color : #333333; 
  background-color : #d6d3ce; 
}

/* Style du titre du tableau */
.tab1-titre {
	height:25px;
   	font-size : 14px;
	font-weight : bolder ;  
  	font-family : Verdana, arial, helvetica, sans-serif; 
  	color : #eeeeee; 
  	text-align : center; 
  	font-weight : bold; 
  	background : #178f07 url(../b-centre/poker/tab-poker/images/fondtitre.jpg) repeat-x; 
}

/* Style des en-têtes du tableau */
.tab1-entete {
  font-size : 12px;
  font-weight : bolder ;  
  font-family : Verdana, arial, helvetica, sans-serif; 
  color : #333333; 
  background-color : #a7ada7;
  text-align : center;  
}

/* Style de la premiere position */
.tab1-ligne1-or {

  font-size : 18px;   
  font-weight : bolder ; 
  font-family : Verdana, arial, helvetica, sans-serif; 
  color : #333333; 
  background : #c6c3bd url(../b-centre/poker/tab-poker/images/or.gif) no-repeat left center;
  text-align : right;  
}

/* Style de la deuxieme position */
.tab1-ligne2-argent {

  font-size : 18px;
  font-weight : bolder;  
  font-family : Verdana, arial, helvetica, sans-serif; 
  color : #333333; 
  background :  #cccccc url(../b-centre/poker/tab-poker/images/argent.gif) no-repeat left center;
  text-align : right;  
}

/* Style de la troisieme position */
.tab1-ligne1-bronze {

  font-size : 18px; 
  font-weight : bolder; 
  font-family : Verdana, arial, helvetica, sans-serif; 
  color : #333333; 
  background : #c6c3bd url(../b-centre/poker/tab-poker/images/bronze.gif) no-repeat left center;
  text-align : right ;    
}

/* Style ligne 1 position */
.tab1-ligne1-pos {
  font-size : 12px; 
  font-weight : bolder; 
  font-family : Verdana, arial, helvetica, sans-serif; 
  color : #333333; 
  background : #c6c3bd;
  text-align : right ;  
}

/* Style  ligne 2 position */
.tab1-ligne2-pos {
  font-size : 12px;
  font-weight : bolder;  
  font-family : Verdana, arial, helvetica, sans-serif; 
  color : #333333; 
  background :  #cccccc ;
  text-align : right ;  
}

/* Style 1 des cellules */
.tab1-ligne1 {
  font-size : 12px; 
  font-family : Verdana, arial, helvetica, sans-serif; 
  color : #333333; 
  background-color : #c6c3bd;
  text-align : center;  
}

/* Style 2 des cellules */
.tab1-ligne2 {
  font-size : 12px; 
  font-family : Verdana, arial, helvetica, sans-serif;
  color : #333333; 
  background-color : #cccccc;
  text-align : center;  
}


/* links */

.linksalle A:link {text-decoration: none; color:#0066FF;}
.linksalle A:visited {text-decoration: none; color:#0066FF;}
.linksalle A:active {text-decoration: none; color:#0066FF;}
.linksalle A:hover {text-decoration: underline overline; color:red;}
