#phototheque
{
  margin-left: 0px;
}

#phototheque p
{
  margin: 0px;
  padding: 0px;
}

#phototheque #coldroite
{
  float: right;
  width: 200px; 
}

#phototheque #miniatures
{
  height: 125px;
  margin-top: 0px;
  width: 465px;
  filter: alpha(opacity=100); 
  -moz-opacity: 0;  
  text-align: left;
}

#phototheque #miniatures a img
{
  border: 1px solid #fff;
  padding: 0px;
  background: #fff;
  vertical-align: middle;
  margin: 6px;
}

#phototheque #hautcategories
{
  border: none;
  background: url('cat-haut.gif') no-repeat;
  width: 200px;
  height: 30px;
  margin: 0px;
}

#phototheque #bascategories
{
  border: none;
  background: url('cat-bas.gif') no-repeat;
  width: 200px;
  height: 30px;
}

#contenant #contenu #phototheque #categories
{
  background: url('cat-fond.gif') repeat-y;
  width: 170px;
  padding: 1px 15px 1px 15px;
  margin: 0px;
  filter: alpha(opacity=100); 
  -moz-opacity: 1; 
}

#phototheque #categories a
{
  display: block;
  margin: 5px;
  padding: 5px;
  text-decoration: none;
}

#phototheque #categories a:hover
{
  background: #fff;
}

#phototheque #categories a span
{
  float: right;
}

#phototheque #descriptionIMG
{
  padding: 5px 15px 5px 15px;  
  width: 465px;
  filter: alpha(opacity=0); 
  -moz-opacity: 0;
}

#phototheque #descriptionIMG p
{
  margin-top: 10px;
  margin-bottom: 10px;
}

#phototheque #images
{
  border: none;
  padding: 15px;
  width: 435px;
  margin-top: 15px;
  text-align: center;
  vertical-align: center; 
  filter: alpha(opacity=0); 
  -moz-opacity: 0;
}

#phototheque #images img
{
  border: 1px solid #ccc;
  padding: 15px;
  background: #fff;
  vertical-align: middle;
}

#phototheque #navigation
{
  text-align: right;
  padding: 0px 15px 0px 0px;
  margin: 0px 0px 15px 0px;
}


#phototheque #miniatures #navigation img
{
  border: none;
  background: none;
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
}


#phototheque #titrecat
{
  font-weight: bold;
  font-size:14px;
}


#phototheque p.copyrightPhotos
{
  font-size: 9px;
  text-align: right;
  margin-top: 5px;
  margin-right: 0px;
}


