body{
  width:100%;
	margin: 0px;
	font-family: Arial, sans-serif, arial;
	color:#000000;
	font-size: 10px;
}

a{
	color: #2f2f2f;
	text-decoration: none;
}


table.main{
	border-spacing : 0;
	border-collapse : collapse;
	width: 100%;
}

table.main td{
	padding: 5px;
}

a.blanc { color: #ffffff; text-decoration: none;}
a:hover      { color: #003366;text-decoration: none;}

td.header,div.header{
	background-color: #003366;
  color:#FFF;
	height: 30px;
	border-bottom: 1px solid #003366;
}
td.data,div.data{
	background-color: #FFF;
	vertical-align: top;
	height: 45px;
}
td.right_border,div.right_border{
	border-right: 1px solid #FFF;

}
td.right_border2,div.right_border2{
	border-right: 1px solid #003366;

}
td.data_var,div.data_var{
	vertical-align: top;
}
.valeur{
	font-size: 25px;
	font-weight: 300; 
	text-transform : uppercase;
}
.code{
	font-size: 15px;
	font-weight: 400; 
}
.heure{ 
	font-size: 15px;
	font-weight: 400; 
}
.libelle{
	font-size: 11px;
	font-weight: 300; 
}
.libelle_var{
	font-size: 11px;
	font-weight: 300; 
}
.cours_cloture { 
	font-size: 25px;
	font-weight: bold; 
}
.info {
	font-size: 11px;
	font-weight: 400; 
	padding-left: 5px;
}
.down{color:#e60000;}
.up{color:#519D07;}
.menu { 
	font-size: 11px;
	font-weight: 300; 
	 
}
a.menu_onglet { 
	font-size: 11px;
	font-weight: 900; 
	padding:3px;
  text-decoration: none;
  color: #003366;
}
.txt  { 
	font-size: 11px;
	font-weight: 300; 
}
.legende   { 
	font-size: 11px;
	font-weight: 300; 
	border-top: 1px solid #999; 
	padding-top:5px;
	line-height: 15px;
}

/* Calculatrice */

.formrows {background-color: #006699; color: #FFFFFF;font-size: 12px;}
.calc_table {width:100%;}
.td_calculatrice {padding-left: 5px; height: 25px;}
.td_calculatrice_right {padding-left: 5px; height: 25px;text-align: right;}
  .link_calc {
    width:90px;
    height:22px;
    text-decoration:none;
    margin-right:3px;
    padding:2px;
 }
 img {
     border : none;
 }
 .row_result{
 	background-color:#EEEEEE; 
 	color: #000000;
 	height:25px;
 	font-size: 12px;
 }

 .paddingleft{
 	padding-left: 25px;
 }
 .volume{
  color: #a48a77;
 }


#table2{display: none;}
.menu_chart{
    display:block;
}
.menu_list{
  display:none;
}
@media (max-width: 400px),(max-device-width: 400px),handheld {
  .menu_chart{
    display:none;
  }
  .menu_list{
  display:block;
}
}

@media (max-width: 520px),(max-device-width: 520px),handheld {
#no-more-tables{display: none;}  
.bgColor{
    background-color: #003366;
    color:#FFFFFF
}
.bgColor th{
     padding: 10px;
     padding-left: 5px;
     padding-right: 5px;
}
.dataTable
{
    width:100%;
}
  
#table2{
    display:block;
    width:100%; 
}
#table2 tbody,#table2 thead,#table2 tr{
  width:100%;
}
#table2 td{
    text-align: right;
    
    line-height: 1.5em;
    padding-right: 5px;
}
#table2 tr td:first-child{
  text-align: left;
  font-weight: 300;
  padding-left:10px;
  width:66%;
}
#table2 tr td:last-child{ 
   
}
.width_bloc{
     padding-top: 11px;
     padding-bottom: 5px;
     padding-left: 5px;
     padding-right: 5px;
     width:100%;
}
.bloc_left{
    display: inline-block;
    width: 49%;
    text-align: left;
}
.bloc_right{
    display: inline-block;
    width: 49%;
    text-align: right;
    
}
}