@charset "utf-8";
/* CSS Document */
  .tableau {display: table;border-collapse: collapse;table-layout: fixed;width: 100%;
	  background: -webkit-linear-gradient(rgba(125,125,125,.8),rgba(254,78,29,.5)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(125,125,125,0.8),rgba(254,78,29,.5)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(125,125,125,0.8),rgba(254,78,29,.5)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(125,125,125,0.8),rgba(254,78,29,.5)); /* Standard syntax */
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;}
  .cellule {display: table-cell;padding: 0.5rem; border-bottom: 1px solid #222;font:bold 12px Arial, Verdana, sans-serif;  vertical-align: middle;color:#FBE2AE}
  .cellule_verte {display: table-cell;padding: 0.5rem; border-bottom: 1px solid #222;font:bold 12px Arial, Verdana, sans-serif;  color:#09F; vertical-align: middle;}
  
  .celluleb {display: table-cell;padding: 0.5rem;font:bold 12px Verdana, Arial, sans-serif;vertical-align: middle; height:50 px;}
  .sic {width:120px;background:#09F;}
  .prix{color:#096;}
  .tarf{width:30px;}
  .mdl{width:100px;vertical-align: middle; height:50 px;}
  .gain_bg{background:#FBE2AE;}
  .ligne {display: table-row;}
  /* Quelques sélecteurs */
  .ligne:nth-child(odd) {/*background: #bbbbbb;*/}
  .ligne:nth-child(even) {/*background: #f8fbfc;*/}
  .ligne:hover {background:rgba(180,65,29,.7);cursor:pointer;} 
  .col {display: table-column;visibility:collapse;}
  .corp {display: table-row-group}
  .colgroupe {display: table-column-group;}
  .pied {display: table-footer-group;font-weight:bold;background-color:#eee; color:#FF3700; }
  .tete {display: table-header-group;font-weight:bold;text-align:center; background-image:none;vertical-align: middle; height:50px;background-color:#333;color:#ffffff;}
  .legende {display: table-caption;caption-side: top;background-color: rgba(145,145,145,0.5); color:#FFD763;font: 16px Arial, Helvetica, sans-serif;
  }
  .bott{background-color:rgba(25,25,25,.7);font-weight:bold;color:#FF3700; width:100%;
  -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;}
  *{margin:0; padding:0;}



