/*                         */
/* elements HTML standards */
/*                         */

* /* TOUS : universal reset. */
{
  margin:0; 
  padding:0;
}

body
{
  text-align: center;
  padding-top:    15px;
  padding-bottom: 10px;
  padding-left:   10px;
  padding-right:  10px;
  background-image: url('images/moobackgrounds-marble20.jpg');
  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:   10px;
  padding-bottom: 10px;
  padding-right:  10px;
  background-image: url('images/yellowtex.jpg');
  background-repeat: repeat;
  border: 12px double #FFCC99;
}

/*             */
/* classes CSS */
/*             */

.logo
{
  padding-top:25px;
  margin-left: 7px;
  vertical-align:top;
}
.logo:hover
{
  cursor: pointer;
}

.menu
{
  position: relative;
  text-align: left;
  font-family: arial;
  color: #3366FF;
  background-color: #FFFFD6;
  border: 4px solid #6699CC;
  margin-top:     12px;
  padding-top:    10px;
  padding-left:   10px;
  padding-right:  10px;
  padding-bottom: 10px;
}

.contenu
{
  width: 575px;
  position: relative;
  text-align: left;
  font-family: verdana, arial;
  color: #3366FF;
  margin-left:  5px;
  margin-top: 10px;
}

.page
{
  display: none;
  padding-left: 25px;
  padding-top:  5px;
  padding-right: 10px;
}

.video
{
  display: none;
  padding-left: 50px;
  padding-top: 7px;
  font-size: smaller;
  width: 490px;
}

.annee
{
  color: #3366FF;
  font-family: verdana, arial;
  cursor: pointer;
}
.annee:hover
{
  font-weight: bold;
}
div.annee
{
  display: none;
}

.age
{
  color : violet;
  font-size: smaller;
  font-weight: normal;
  font-style: normal;
}

.menu-items
{
  font-family: verdana, arial;
  margin-left: 1em;
  color: #3366FF;
  font-size: small;
  font-weight: normal;
  position:relative;
  top: -0.5em;
  display: none;
  /* hack for IE versions < 7 */
  _font-size: x-small;
}

.numeros
{
  font-family: verdana, arial;
  margin-left: 1em;
  color: #3366FF;
  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;
}

.arts
{
  cursor: default;
  margin-bottom: 0.5em;
}

.inactif
{
  cursor: default;
}

.invisible
{
  white-space: nowrap;
}

.playing
{
  color: red;
  cursor: pointer;
  white-space: nowrap;
  font-weight: bold;
}

.bullet
{
  color: red;
}
.hearts
{
  color: red;
}
.spades
{
  color: black;
}
