body
{
  font-family: verdana, arial;
  font-size: 12px;
  background-color: #d0d0d0;
  behavior: url("csshover.htc");
}

p
{
  text-indent: 20px;
}

img
{
  border: 0px;
}

a
{
  color: white;
  text-decoration: none;
}

#cont
{
  width: 960px;
  /*margin: 0 auto 0 auto;*/
  position: absolute;
  left: 50%;
  margin-left: -480px;
  border: 2px solid white;
}

#title
{
  position: relative;
  height: 50px;
  width: 950px;
}

#title h1
{
  margin: 0px;
  padding: 0px;
}

#menu
{
  vertical-align: top;
  float: right;
  margin-top: 10px;
  padding-bottom: 10px;
}

#menu a.menu
{
  color: #757575;
  font-weight: bold;
  margin-right: 10px;
  padding: 0px;
}

#menu a.menu:hover
{
  border-top: 2px solid #757575;
  border-bottom: 2px solid #757575;
}

#imglog
{
  background-color: red;
}

#contenu
{
  clear: both;
  height: 490px;
  padding-left: 4px;
}

#scroll
{
  overflow: auto;
}

#affich td
{
  width: 85px;
  height: 150px;
  text-align: center;
  vertical-align: middle;
  padding: 3px;
}

#cont #contenu #affich td:hover
{
  background-color: #f2f2f2;
}

#agrandi
{
  float: left;
  width: 600px;
  height: 500px;
  text-align: center;
}

#droite
{
  float: left;
  width: 350px;
}

#details
{
  height: 460px;
}

#interface
{
  height: 20px;
}

#footer
{
  clear: both;
  height: 15px;
  width: 950px;
  text-align: right;
  margin-top: 10px;
}