a.lien1:link {  font-family: Arial; color: #555555; text-decoration: none}
a.lien1:visited {  font-family: Arial; color: #555555; text-decoration: none}
a.lien1:hover {  font-family: Arial; color: blue; text-decoration: none}

a.lien2:link {  font-family: Arial; color: #AAAAAA; text-decoration: none}
a.lien2:visited {  font-family: Arial; color: #AAAAAA; text-decoration: none}
a.lien2:hover {  font-family: Arial; color: blue; text-decoration: none}

/*******************************************/
/* Galerie photos                          */
/*******************************************/
img.galerie
{  
    padding: 5px;
    margin: 0px;
    border-right: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    background: white;
}

div.shadow {
    padding: 5px;
    margin: 0px;
    border-right: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    background: white;
}

div.bottomleft {
  width: 4px;
  height: 4px;
  background: url('http://5emulhouse.online.fr/images/shad_blcorner.png') no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.bottomright {
  width: 4px;
  height: 4px;
  background: url(http://5emulhouse.online.fr/images/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}

div.topleft {
  width: 2px;
  height: 4px;
  background: url(http://5emulhouse.online.fr/images/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.topright {
  width: 2px;
  height: 4px;
  background: url(http://5emulhouse.online.fr/images/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}