
* {
margin : 10;
padding : 0;
}

/*-----------------------------------------------PARTIE COMMUNE---------------------------------------------------------*/

html {
font-size : 100%;
}

body {
/*background : white url(img/ban_fond.gif) repeat-x;*/
font : 0.75em/100% Arial, Geneva, Verdana, Helvetica, sans-serif;
color : #666666;
min-width : 770px;
}


h1 {
font : italic 2em Georgia, "Times New Roman", Times, serif;
color : #4a6580;
background: transparent;
margin : 0.3em 0 0.3em 0;
}

h2 {
font : lighter 1.5em Georgia, "Times New Roman", Times, serif;
color : #4aa1f7;
background: transparent;
margin : 0.5em 0 0.7em 0;
}

h3 {
font : bold 1.25em Georgia, "Times New Roman", Times, serif;
color : black;
background: transparent;
margin : 1.5em 0 0.7em 0;
}

h4 {
font : bold 1em Georgia, "Times New Roman", Times, serif;
color : #4c4c4c;
background: transparent;
margin : 0.8em 0 0.5em 0;
}

h5 {
font : bold 0.9em Georgia, "Times New Roman", Times, serif;
color : #666666;
background: transparent;
margin-bottom : 0.5em;
}

h6 {
font : lighter 1.8em Georgia, "Times New Roman", Times, serif;
color : #006699;
background: transparent;
margin-bottom : 0.5em;
}

table {
  border-collapse: collapse;
  border: 2px solid rgb(140 140 140);
  font-family: sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

caption {
  caption-side: bottom;
  padding: 8px;
  font-weight: bold;
}

th,
td {
  border: 1px solid ;
  padding: 5px 6px;
  font-size : 80%;
}

tfoot th {
  text-align: right;
}

tfoot td {
  font-weight: bold;
}
