/*---------------------------------------------------------------
    Annonces.htm
  ---------------------------------------------------------------*/
.BoxLien{
  position: relative;
  border: 1px;
  border-style: solid;
  width: 45%;
  height: 75px;
  Left: 3.5%;
  margin: 0.5%;
  Background: #977FFF;
  float: left;
  z-index: 7;
}

.BoxLienIcone{
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100px;
  height: 75px;
  background: transparent;
  z-index: 8;
}

.BoxLienText{
  padding-left: 102px;
  text-align: center;
}

.BoxLienHeaderLeft{
  position: absolute;
  height: 30px;
  width: 6px;
  padding: 0;
  background: url('../images/annonces/headerleft.gif') no-repeat top left;
  z-index: 10;
}

.BoxLienHeaderCenter{
  position: absolute;
  height: 30px;
  width: 100%;
  padding: 0;
  padding-top: 2px;
  background: url('../images/annonces/headercenter.gif') repeat-x top left;
  text-align: center;
  font-family: "Century Gothic", "Lucida Sans Unicode", "Arial Narrow", Tahoma;
  font-weight: bold;
  z-index: 9;
}

.BoxLienHeaderRight{
  position: absolute;
  width: 11px;
  height: 30px;
  padding: 0;
  right: 0;
  background: url('../images/annonces/headerright.gif') no-repeat top right;
  z-index: 10;
}

.BoxLienContainer{
  position: absolute;
  padding: 0;
  top: 33px;
  width: 100%;
  height: 117px;
  Background: #E9EBD0;
  z-index: 8;
}

.BoxLienContainerLeft{
  position: absolute;
  height: 117px;
  width: 6px;
  padding: 0;
  background: url('../images/annonces/containerleft.gif') no-repeat top left;
  z-index: 10;
}

.BoxLienContainerCenter{
  position: absolute;
  height: 117px;
  width: 93%;
  padding: 0;
  padding-left: 6px;
  padding-right: 11px;
  padding-top: 2px;
  background: url('../images/annonces/containercenter.gif') repeat-x top left;
  text-align: left;
  font-family: "Book Antiqua", "Bookman Old Style", Garamond;
  font-weight: normal;
  z-index: 9;
}

.BoxLienContainerRight{
  position: absolute;
  width: 11px;
  height: 117px;
  padding: 0;
  right: 0;
  background: url('../images/annonces/containerright.gif') no-repeat top right;
  z-index: 10;
}

.Lien{
  list-style: none;
  font-family: "Century Gothic", "Lucida Sans Unicode", "Arial Narrow", Tahoma;
  font-weight: bold;
  font-size: 15px;
}
