/* CSS Document */
#principal{
  background-repeat:no-repeat;
  background-position:center top;
  background-image:url(images/index-fond.jpg);
}
#contenu{
  text-align:left;
}
a{
  font-family:georgia;
  color:#fff;
  font-size:23px;
  font-weight:400;
  font-style:italic;
  display:block;
  width:150px;
  height:30px;
  text-align:left;
  text-indent:40px;
  position:relative;
  background:transparent;
  left:320px;
  text-decoration:none;
}
a:hover{
  background-image:url(images/option.gif);
  background-repeat:no-repeat;
  text-decoration:underline;
  outline:none;
}
