html { /*  document */
  font: 12px Arial, Helvetica, sans-serif;
  color: #330099;
  background: inherit;
  background-color:white;
  background-image:url(img/fondtb.jpg);
}

body {
margin: 0;
font: 14px Arial, Helvetica, sans-serif;
color:black;
background-color:white;
background-image:url(img/fondtb.jpg);
}

a { /* lien */
  color: #0033CC;
  background: inherit;
  text-decoration: none;
}
a:hover { /* lien survolé */
  color: #FF3366;
  text-decoration: none;
  font-weight: bold;
  background-color: inherit; position: relative; top: 1px; left: 1px;
}
h1 {
font: 28px Arial, Helvetica, sans-serif;
padding:2px;
margin:5px;
}

h2 {
font: 18px Arial, Helvetica, sans-serif;
color: red;
padding:2px;
margin:5px;
}

h5 {
font: 12px Arial, Helvetica, sans-serif;
padding:2px;
margin:5px;
}

table.tableprincipale  { /*  */
  border: none;
  border-width: 12px;
  width: 90%;
  color: inherit;
  text-align: left;
  background-color:white;
  background-image:url(img/fondtb.jpg);
}

span.menuh{ /*  */
font: bold 14px Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: none;
text-align: center;
width: 150px;
border-top: 1px ridge #E9E9E9;
border-right: 1px outset #E9E9E9;
border-bottom: 5px outset #E9E9E9;
border-left: 1px ridge #E9E9E9;
background-color:#66CCFF;
margin-top: 75px;
padding:2px;
margin:30px;
}

div { /*  */
  font: inherit;
  color: inherit;
  margin-left: 15px;
  margin-top: 15px;
  text-decoration: none;
  text-align: left;
  width: 95%;
}

input.boutonsumit {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
background-color: #CCCCCC;
color: #000000;
font-style: normal;
font-weight: 100;
text-transform: none;
border-top: 1px ridge #E9E9E9;
border-right: 1px outset #E9E9E9;
border-bottom: 3px outset #E9E9E9;
border-left: 3px ridge #E9E9E9;
}


