@charset "UTF-8";
/* CSS Document */


body{
  background-color: #000000;
  font :  0.8em "Trebuchet MS";
  color: #cccccc;
}



/* cadre et positionnement du site - Intro et Animation principale */
div#cadre{
  background: black url("../images/loadingIntro.gif") center no-repeat;
  border: 0px;
  width: 800px;
  height: 700px;
  
  /* centrage vertical avec les marges négatives ... */
  position:absolute;
  left: 50%; 
  top: 50%;
  margin-top: -350px;  /* moitié de la hauteur */
  margin-left: -400px; /* moitié de la largeur */  
}


/* Lien pour passer l'intro Flash */
a#lien {
  color : #cccccc;
  text-decoration : none;
  font-weight: bold;
}

a:hover#lien {
  color : #ffffff;
  text-decoration : none;
}


div#tags {
  font-style: italic;
}


/* Pour enlever le cadre bleu des images */
.image{
  border: 0px;
}