/* CSS Document */
* { margin: 0px; padding: 0px;}
   body 
   { 
    background: #FFFFFF;
    font-family: Verdana;
    color: #FFB0B0;
    }

h1
{
  text-align: center;
  margin-bottom: 25px;
}

h2{
font-size: 12px;
margin-top: 20px;
}

dl
{
margin-top: 5px;
font-size: 11px;
}

dt
{
font-weight: bold;
float: left;
}

#carac
{
  width: 200px;
  float: left;
}

#photos
{
  width: 520px;
  overflow: auto;
  height: 460px;
}

#photos_inner
{
 
  
}

#photos img 
{
  margin-left: 10px;
  margin-bottom: 10px;
}
