@charset "windows-1252";

.entete
 {
 color:#003399;
 text-align:center;
 font-size:xx-large;
 font-family:"BernhardFashion BT", "Times New Roman", Arial, Verdana, serif;
 font-weight:700;
 font-style:italic;
 text-decoration:underline; 
 } 

.courriel
 {
 font-weight:bold;
 text-align:left;
 color:#003399;
 font-size:28;
 font-family:"BernhardFashion BT",  "Times New Roman", Arial, Verdana, serif;
 font-style: italic;
 }
 
.adresse
 {
 font-weight:500;
 text-align:left;
 color:#003399;
 font-size:18;
 font-family:"Times New Roman", Arial, Verdana, serif;
 font-style: italic;
 }
 
#contact-table 
  {
  margin-left:310px;
  border-color:#003399;
  border-style:ridge;
  border-top:ridge;
  border-left:ridge;
  border-right:ridge;
  border-bottom:ridge;
  border-width:8px;
  background-color:white;
  table-layout:auto;
  }
