body {
    color: black; background-color : white;
}

#content p {
    padding : 3px; 
}
a:link { color: blue; }
a:visited { color: #a67224; }
a:hover { color: #007fff;}
a:active { color: #009; }
a img {border: 0;}
/* sinon
a img
{
border: solid 1px blue;
}
a:visited img
{
border-color: #a67224; 
}
a:hover img
{
border-color: #007fff; 
}*/
table.tblmenu
    {
    font-family:arial, helvetica, sans-serif;
    font-weight:bold;
    font-size:10pt;
    cursor:default;
    padding-top:0;
    padding-bottom:2px;
    height:14px;
    width:100%;
    }

.haut {
  width: 100%;
  height: 200px;
  background-image: url(images/bandeau.jpg);
  background-color:#000;
background-repeat: no-repeat;

}


table{
border:3px solid black;
width:90%;
margin: auto;
/*margin: 5%;
/*margin:auto;
/*border-collapse:collapse;*/
/*
utiliser ces deux propriétés directement dans le HTML <table>
cellpadding:2;
cellspacing:2;
*/
}

thead, tfoot {
background-color:white; 
border:1px solid black;
}
tbody {
background-color:white; 
border:2px solid black;
}
th{
font-family:monospace;
border:1px dotted black;
padding:5px;
background-color:#00f600;
width:25%;
}
td{
font-family:sans-serif;
font-size:80%;
border:1px solid black;
padding:10px;
margin:20px;
text-align:left;
}

.adroite {
float : right;
font-style: italic 
}

.spacer {
clear: both;
}

p { font-family : arial, helvetica, sans-serif; font-size : 1em;}

h1 { font-family : "times new roman", times, serif;
      font-weight : bold;
      font-size : 2em;
/*      text-align: center;*/
    margin-left: 0; text-decoration: none}

h2 {
    font-size: 1.75em; font-style : italic; margin-left: 0; text-decoration: none
}
h3 {
    font-size: 1.5em; margin-left: 0; text-decoration: none
}
h4 {
    font-size: 1.25em; margin-left: 0; text-decoration: none
}
h5 {
    font-size: 1em; margin-left: 0; text-decoration: none
}
h6 {
    font-size: 0.75em; margin-left: 0; text-decoration: none
}
pre {
    font-family: "courier new",courier,monospace; font-size: 0.8em
}
ul {
    font-size: 1em
}
li {
    font-family: arial, helvetica, sans-serif;
    font-size: 1em
}
td {
    font-family: arial, helvetica, sans-serif;
    font-size: 1em
}

