body{
  background-color:#000;
}

#container
{
  margin:5px;
}

#texte
{
  background-image: url("images/bateau.jpg");
  background-repeat: no-repeat;
  margin:17px 0 0 135px;
  width:570px;
  height:380px;
  overflow:auto;
}

#texte h1
{
  font-family : verdana, arial, sans-serif;
  font-size : 11px;
  font-weight : bold;
  color : #FFFFFF;
  margin:0 0 0 230px;
}

#texte h2
{
  font-family : verdana, arial, sans-serif;
  font-size : 10px;
  font-weight : normal;
  color : #FFFFFF;
  margin:0 0 0 230px;
}

#footer
{
  margin:5px 0 7px 5px;
  position:absolute;
  bottom:0;
}
#footer img
{
  display:block;
}

a {
   color : #FF0000;
}

a:hover {
   color : #FF0000;
}