/****************************************************************************************************

  Fichiers:    styles.css    
  Auteur:      F.Giorgianni / R-elation (www.relation.ch) 
  Description: feuille de style pour la calculette des ch¸ques-emploi

****************************************************************************************************/
/* GENERAL */

body 
  { 
    font-family:Helvetica, arial, sans; 
    color:#333; 
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
  }
  
/* TABLE */  
th, label 
  { 
    font-weight:bold; 
    color:black
  }

th 
  { 
    text-align: left; 
    width:340px;
  }

td 
  { 
    width:180px;

  }

th, td 
  { 
    padding: 5px 0;
    font-size: 13px;
    margin: 0;
  }
  
.center { text-align: center;}  
  
/* HEADER */
#header
  {
    height: 49px;
    background: url(img/header-bg.jpg) repeat-x;
  }  
  
#header h1
  {
    margin: 0 auto;
    padding: 0;
    width: 485px;
    height: 49px;
    text-indent: -9999px;
     background: url(img/header-logo.jpg) no-repeat;
  }  

/* CALCULETTE */
#info
  {

    margin:  20px auto 20px;


    text-align: center;
    font-size:24px;

     color:#444;
   } 
  
/* CALCULETTE */
#calculette
  {
    width:680px;
    margin: 20px auto 0;
    padding: 10px;
    border: 1px solid silver;
    
  }
   
.b-calcul
  {
    border: 1px solid #D3232E;
    color:white;
    font-weight: bold;
    background: #D3232E;
    margin: 20px 0;
  }  
  
.b-calcul:hover
  {  
        background: white;
        color: #D3232E;
  }      
  
/* RESULTATS */  
#resultats
  {
    margin: 20px auto 0;
    width: 680px;
    padding: 10px;
    background: white;
    border: 1px solid silver;
  }
  
#resultats table td 
  { 
    text-align: right
  }
  
#resultats table th
  {
    color:#D3232E;
    font-weight: bold;
  }     
  
#resultats table tr
  {
    border-bottom: 1px solid gray;
  }  
  
tr.line td, tr.line th { border-bottom: 1px dotted silver}  

/* EXPLICATIONS */
#explications 
  { 
    color:#555; 
    font-size:12px; 
    text-indent: 0;
    margin: 20px 0 ;
    padding: 0; 
  }

#explications ul 
  {
    outline: 0; 
    margin: 0px 0 0 10px; 
    padding: 3px 0 0 10px; 
    list-style-type: circle
  }