body {
    font-family:Verdana, Times, serif; 
    color:#000000; 
    background-color:#fafcff; /* #e3ecff;*/
    font-size:small;
}
td {
    font-size:small;
}
td.nom {
  font-weight: bold;
  font-size:1.4em;
  color: black;
  white-space: nowrap;
}
td.adresse {
  font-weight: bold;
  font-size:1em;
}

table.head {

    border-style: none none double none;
    /* border-color: #001EE0; */
}
td.head {
    font-size:1.5em;
    font-family:Cursive,Verdana,Times;
    color:#000000;
    min-width:5em;
    text-align:center;
}
hr {color:#0e1574;}

a{
  font-weight: bold;
}
a:link {color:#0e1574;text-decoration: none;}      /* unvisited link */
a:visited {color:#0e1574;text-decoration: none;}  /* visited link */
a:hover {color:#741500;text-decoration: none;}  /* mouse over link */
a:active {color:#741500;text-decoration: none;}  /* selected link */ 


div.titre{
  font-weight: bold;
  font-size:1.2em;
}

li.space {
    padding-top: .5em;
    padding-bottom: .5em;
    font-size:small;
}