body{
 
	margin: 0px;
	font-family:Arial, Helvetica, Sans-Serif;
	color: #000; 
	width: 100%;
  font-size: 12px;
}

a{
	color: #2f2f2f;
	text-decoration: none;
}

table{
  font-size: 12px;
}

h2{
  color: #031f73;
  font-size: 20px;
}

table.main{
	border-spacing : 0;
	border-collapse : collapse;
	width: 100%;
}

table.main td{
  padding: 8px;
  border-bottom: 1px solid #031f73;
}

table.main tr{
}

a.blanc { color: #ffffff; text-decoration: none;}
a:hover      { color: #031f73;text-decoration: none;}

td.header,div.header{
	background-color: #031f73;
  color:#FFF;
	height: 30px;
	border-bottom: 1px solid #031f73;
   
}
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 #031f73;

}
td.linetop{
	border-bottom: 0px;

}
td.data_var,div.data_var{
	vertical-align: top;
  background-color: #f9f9f9;
}
.valeur{
	font-size: 20px;
	font-weight: 300; 
	text-transform : uppercase;
}
.code{
	font-size: 15px;
	font-weight: 400; 
}
.heure{ 
	font-size: 15px;
	font-weight: 400; 
}
.libelle{
	font-size: 12px;
	font-weight: 300; 
   
}
.libelle_var{
	font-size: 12px;
	font-weight: 300; 
   
}
.cours_cloture { 
	font-size: 20px;
	font-weight: 700; 
   
}
.info {
	font-size: 13px;
	font-weight: 400; 
	padding-left: 5px;
}
.down{color:#e60000;}
.up{color:#519D07;}
.menu { 
	font-size: 13px;
	font-weight: 300; 
	 
}
a.menu_onglet { 
	font-size: 13px;
	font-weight: 900; 
	 
	padding:3px;
  text-decoration: none;
  color: #031f73;
}
.txt  { 
	font-size: 13px;
	font-weight: 300; 
}
.legende   { 
	font-size: 13px;
	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;
}
.select_p {
    display: none;
}

input[type="checkbox"], input[type="radio"] {
    margin-right: 5px;
} 
#legend{
  position: absolute;
  top: 10px; 
}
iframe{
  margin-top: 10px;
}
@media (max-width: 510px),(max-device-width: 510px),handheld {
  .menu_chart{
    display:none;
  }
  .menu_list{
  display:block;
  }
  .select_p {
      display: block;
      height: 25px;
      width: 100%;
  }
  .nav{
     display: none ;
  }

}

@media (max-width: 510px),(max-device-width: 510px),handheld {
.nav{
   display: none ;
}
.day{
   display: none ;
}

.select_p {
    display: block;
    height: 25px;
    width: 100%;
}
#no-more-tables{display: none;}  
.bgColor{
    background-color: #031f73;
    color:#FFFFFF
}
.bgColor th{
     padding: 10px;
     padding-left: 5px;
     padding-right: 5px;
}
.dataTable
{
    width:100%;
}
  
#table2{
    display: table;
    
    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:50%;
}
#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;
    
}

}

.select_p {
    display: block;
    height: 25px;
    width: 100%;
}


.nav > li > a {
  padding: 10px 8px;
}

.btn-default {
    color: #fff;
    background-color: #031f73;
    border-color: #ccc;
}
