body{
	margin: 0px;
	font-family: 'Arial', sans-serif;
	color:#2B2E31;
}

a{
	color: #2B2E31;
	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: #2B2E31;text-decoration: underline;}

td.header{
	background-color: #EF775B;
	height: 30px;
	border-bottom: 1px solid #efefef;
	color: #FFF;
}
td.data{
	background-color: #FFF;
	vertical-align: top;
	height: 45px;
}
td.right_border{
	border-right: 1px solid #efefef;

}
td.data_var{
	vertical-align: top;
	background-color: #efefef;
}
.valeur{
	font-size: 18px;
	font-weight: 300; 
	text-transform : uppercase;
}
.code{
	font-size: 13px;
	font-weight: 400; 
}
.heure{ 
	font-size: 13px;
	font-weight: 400; 
}
.libelle{
	font-size: 12px;
	font-weight: 300; 
}
.libelle_var{
	font-size: 12px;
	font-weight: 300; 
}
.cours_cloture { 
	font-size: 18px;
	font-weight: 700; 
}
.info {
	font-size: 13px;
	font-weight: 700; 
	padding-left: 5px;
}
.down{color:#FF011F;}
.up{color:#007447;}
.menu { 
	font-size: 13px;
	font-weight: 600; 
}
a.menu_onglet { 
	text-decoration: underline;
	font-size: 13px;
}
.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;
 }

 .lower_bloc{
 	background-color: white;
 	padding-top: 0px;
 	padding-bottom: 20px;
 	padding-left: 5px;
 }

