html { /*  document */
font: 12px Arial, Helvetica, sans-serif;
color:black;
background-color:white;
}

body {
margin: 0;
font: 12px Arial, Helvetica, sans-serif;
color:black;
background-color:white;
background-image:url(img/fond/fond_jaune26.jpeg);
}

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;
}



td { /*  */
  font: inherit;
  color: inherit;
  text-decoration: inherit;
  text-align: left;
  background-color:inherit;
  background-image:inherit;
}

span.menucote { /*  */
  font: bold 14px Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
  text-align: left;
  width: 100%;
  background-color:white;

}
div { /*  */
  font: inherit;
  color: inherit;
  text-decoration: none;
  text-align: left;
  width: 99%;
}

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;
cursor: hand;
}

