/*                         */
/* elements HTML standards */
/*                         */

* /* TOUS : universal reset. */
{
  margin:0; 
  padding:0;
}

body
{
  text-align: center;
  padding-top:    10px;
  padding-bottom: 10px;
  padding-left:   10px;
  padding-right:  10px;
  background-image: url('images/pinkmarble.bmp');
  background-repeat: repeat;
}

img
{
  border: 0px;
}

p
{
  margin-bottom: 0.75em;
}

/*                   */
/* IDs d'element DOM */
/*                   */

.viewport
{
  position: relative;
  text-align: center;
  margin-left:  auto;
  margin-right: auto;
  padding-top:    10px;
  padding-left:   20px;
  padding-bottom: 10px;
  padding-right:  10px;
  background-image: url('images/pinknotes.gif');
  background-repeat: repeat;
  border: 5px solid rgb(255,175,255);
}

/*             */
/* classes CSS */
/*             */

.logo
{
  vertical-align:top;
  margin-left: 8px;
  margin-bottom: 20px;
}

.menu
{
  position: relative;
  text-align: left;
  font-family: arial;
  color: magenta;
  background-color: #FFD4FF;
  border: 5px double rgb(255,175,255);
  margin-top:     12px;
  padding-top:    10px;
  padding-left:   10px;
  padding-right:  10px;
}

.contenu
{
  width: 500px;
  position: relative;
  text-align: left;
  font-family: tahoma, verdana, arial;
  color: magenta;
  margin-left:  5px;
  margin-top: 10px;
  margin-right: 5px;
}

.page
{
  display: none;
  padding-left: 16px;
  padding-right: 3px;
}

.video
{
  display: none;
  padding-left: 15px;
  padding-top:3px;
}

.annee
{
  color: magenta;
  font-family: verdana, tahoma, arial;
  font-weight: bold;
  cursor: pointer;
}
div.annee
{
  display: none;
}

.age
{
  color : violet;
  font-size: smaller;
  font-weight: normal;
  font-style: normal;
}

.numeros
{
  font-family: tahoma, verdana, arial;
  margin-left: 1em;
  color: magenta;
  font-size: small;
  font-weight: normal;
  /* hack for IE versions < 7 */
  _font-size: x-small;
}

.numero
{
  cursor: pointer;
  white-space: nowrap;
}
.numero:hover
{
  font-weight: bold;
}

.inactif
{
  cursor: default;
}

.invisible
{
  white-space: nowrap;
}

.playing
{
  color: red;
  cursor: pointer;
  white-space: nowrap;
  font-weight: bold;
}

.bullet
{
  color: red;
}
