html,
body {
  background-color: transparent;
  margin:0px;
  padding:0px;
}
.background {
  background-image: url('images/espoir_diffusion_fond.jpg');
  background-repeat: repeat;
  background-position: center;
  background-width: 100%;
  background-height: 100%;
  background-color: black;
}
.normal {
  font-family: sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
}
.tiny {
  font-family: Helvetica;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  font-stretch: narrower;
  color: #ffffff;
}
.tiny2 {
  font-family: Helvetica;
  font-size: 6pt;
  font-style: normal;
  font-weight: normal;
  font-stretch: narrower;
  text-align: center;
  color: #ffffff;
}
.bold_ref {
  font-family: "Arial";
  font-size: medium;
  font-style: italic;
  font-weight: bold;
  color: #ffffff;
}
.title {
  font-family: sans-serif;
  font-size: 16pt;
  font-style: normal;
  font-weight: bold;
  color: #ff8800;
  text-decoration: none;
  text-align: center;
}
.title_ss {
    font-family: sans-serif;
    font-size: xx-large;
    font-style: normal;
    font-weight: bold;
    color: #ff4400;
    text-decoration: underline;
    text-align: center;
}
.subtitle {
  font-family: sans-serif;
  font-size: 12pt;
  font-style: normal;
  font-weight: bold;
  color: #ff9900;
}
.title_cursive {
    font-family: "Monotype Corsiva", cursive, sans-serif;
    font-size: 22pt;
    font-style: normal;
    font-weight: bold;
    color: #ff9900;
}
.subtitle_cursive {
    font-family: "Monotype Corsiva", cursive, sans-serif;
    font-size: 16pt;
    font-style: normal;
    font-weight: bold;
    color: #ff9900;
}
.form {
  font-family: sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: lighter;
  color: #660000;
  background-color: #ffff99;
}
.marquee {
    font-family: sans-serif;
    font-size: medium;
    font-style: normal;
    font-weight: bold;
    color: #ff9900;
}
.copyright {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: bold;
    color: #aaaaaa;
    /*text-decoration: underline;*/
}
a:link
{
  color: #FF0000; 
  text-decoration: none;
}
a:visited
{
  color: #BB0000; 
  text-decoration: none;
} 
a:active 
{
  color: #FF7700;
  text-decoration: none;
  /*font-weight : bold;*/
}
a:hover
{
  color : #FF7700;
  /*font-weight : bold;*/
}
.lettrine
{
  float:left;
  width:0.7em;
  font-size:400%;
  font-family:Algerian,monospace,serif;
  /*
  font-family: "Monotype Corsiva", cursive, sans-serif;
  */
  line-height:80%;
}
