/* Page par défaut */

/* Titres */

h1#plus
{
  background-image: url('../../images/ico_plus.png');
}

/* Personnalisation des cubes sur la page */

#infos .titre_cube
{
  background-image: url('../../images/infos.png');
  background-repeat: no-repeat;
  background-position: top 50% left 5px;
}

#infos:hover .titre_cube
{
  background-image: url('../../images/infos_hover.png');
}

#adm .titre_cube
{
  background-image: url('../../images/adm.png');
  background-repeat: no-repeat;
  background-position: top 50% left 5px;
}

#adm:hover .titre_cube
{
  background-image: url('../../images/adm_hover.png');
}

#res .titre_cube
{
  background-image: url('../../images/res.png');
  background-repeat: no-repeat;
  background-position: top 50% left 5px;
}

#res:hover .titre_cube
{
  background-image: url('../../images/res_hover.png');
}
