/* tables a bords gris centrees */
table.calc
{ text-align: center;
border: 1px #999 solid;
border-collapse: collapse;
border-spacing: 0px;
margin-left : auto;
margin-right: auto; }

/* texte menu aligné */
td.calc-m
{
border-top: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 1px solid #999;
background-color: #BEC8D1;
text-indent: 5px;
text-align: left;
 }

 /* texte menu centré */
td.calc-h
{
border-top: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 1px solid #999;
background-color: #BEC8D1;
text-align: center;
 }

/* alignement a gauche avec padding*/
 td.calc-l
{
border-bottom: 1px solid #999;
border-top: 0px;
border-left: 1px solid #999;
border-right: 0px;
text-align: left;
padding-left: 5px;
 }
 
 /* alignement a gauche avec padding pour liste_os*/
 td.calc-l2
{
border-bottom: 1px solid #999;
border-top: 0px;
border-left: 1px solid #999;
border-right: 0px;
text-align: left;
padding-left: 0px;
 }

 /* alignement a gauche avec padding en gras*/
 td.calc-lg
{
border-bottom: 2px solid #333;
border-top: 0px;
border-left: 2px solid #333;
border-right: 0px;
text-align: left;
padding-left: 5px;
 }

/* alignement a gauche avec padding*/
 td.calc-s
{
border-bottom: 1px solid #999;
border-top: 1px solid #999;
border-left: 1px solid #999;
border-right: 0px;
text-align: center;
padding-left: 5px;
background-color: #B5CFE0;
 }

/* alignement a gauche avec padding*/
 td.calc-s2
{
border-bottom: 1px solid #999;
border-top: 1px solid #999;
border-left: 0px;
border-right: 0px;
margin-left: 5px;
padding-left: 5px;
background-color: #B5CFE0;
 }
 
 
 td.calc-0
{
border-bottom: 1px solid #999;
border-top: 0px;
border-left: 1px solid #999;
border-right: 0px;
text-align: left;
text-indent: 0px;
 }

 
  td.calc-1l
{
border-bottom: 1px solid #999;
border-top: 0px;
border-left: 0px;
border-right: 0px;
text-align: left;
text-indent: 0px;
 }

   td.calc-1c
{
border-bottom: 1px solid #999;
border-top: 0px;
border-left: 0px;
border-right: 0px;
text-align: center;
text-indent: 0px;
 }
  
td.calc-c
{
border-bottom: 1px solid #999;
border-top: 0px;
border-left: 1px solid #999;
border-right: 0px;
text-align: center;
text-indent: 0px;
margin-bottom: 5px;
 }
 
 td.calc-r
{
border-bottom: 1px solid #999;
border-top: 0px;
border-left: 1px solid #999;
border-right: 0px;
text-align: right;
text-indent: 0px;
margin-bottom: 5px;
 }