@CHARSET "UTF-8";

* { margin: 0; padding: 0; }

body {
  background-color: #000000;
  color: #fef7fe;
  text-align: center;
  margin: 0;
  padding: 0;
}

.none {
  display: none;
}

a img {
 border: 0 none;
 }

a:link, a:visited, a:hover, a:active  {
 text-decoration: none;
 border: 0 none;
 color: white;
 outline: none;
}

#flash {
  position: absolute;
  top: 5px;
  left: 5px;
}

#site_en_construction {
  margin-top: 20px;
}

#titre_home {
  margin: 60px auto 0;
  height: 320px;
  text-align: center;
  background: transparent url(../images/homepage/titre-home.jpg) no-repeat scroll top center;
}

#un_film_de {
  margin: 5px auto 0;
  height: 18px;
  text-align: center;
  background: transparent url(../images/homepage/un-film-de.png) no-repeat scroll top center;   
}

#sortie_nationale {
  margin: 30px auto 0;
  height: 98px;
  text-align: center;
  background: transparent url(../images/homepage/sortie-nationale.png?date=20100602) no-repeat scroll top center;   
}

#links {
  text-align: center;
  width: 400px;
  border: none;
  margin: 50px auto 0pt;
}

#links td {
  padding: 5px 0pt;
  text-align: center;
  width: 200px;
}

#links a:link, #links a:active, #links a:visited, #links a:hover {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

