
h1 {
  font-family: Arial,sans-serif;
  font-size: 22pt;
  font-weight: bold;
  color: #ff0000;
}
h2 {
  font-family: Arial,sans-serif;
  font-size: 16pt;
  font-weight: bold;
  color: #ff0000;
}
h3 {
  font-family: Arial,sans-serif;
  font-size: 14pt;
  font-weight: bold;
  color: #ff0000;
}
h4 {
  font-family: Arial,sans-serif;
  font-size: 13pt;
  font-weight: bold;
  color: #000080;
}
p, a {
  font-family: "Times New Roman",Georgia,serif;
  font-size: 11pt;
  color: #000080;
}
a:link {
  font-family: Arial,sans-serif;
  font-size: 10pt;
  color: #0000c0;
  text-decoration: underline;
}
a:visited {
  font-family: Arial,sans-serif;
  font-size: 10pt;
  color: #cc99ff;
  text-decoration: overline;
}
a:hover {
  font-family: Arial,sans-serif;
  font-size: 10pt;
  color: #000080;
  background-color: #efedde;
  text-decoration: underline;
}
ul{ 
list-style-type:circle;
}
li{
font-family: "Times New Roman",Georgia,serif;
  font-size: 11pt;
  color: #000080;
}
table {
border:3px solid #00ffff;
border-collapse:collapse;
width:80%;
margin:auto;
}
thead, tfoot {
background-color:#D0E3FA;
}
tbody {
background-color:#FFFFFF;
}
th {
border:1px dotted #6495ed;
background-color:#EFF6FF;
width:25%;
}
td {
font-family:Arial, sans-serif;
font-size:1em;
color: #000080;
border:1px solid #6495ed;
padding:5px;
text-align:left;
}
caption {
font-family:Arial,sans-serif;
font-size: 80%;
color: #000080;
}

.texte02 {
  font-family: Comic sans MS;
  font-size: 16pt;
  color: #3030cf;
}
.texte01 {
  font-family: Verdana;
  font-size: 8pt;
  color: #0000c0;
}
.lettrine {
color: #ff0000;
  font-family: Arial;
  font-size: 54pt;
  font-weight: bold; 
}