.famillebloc {
  margin:2px;
  width:750px;
  font-family:  Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#555555;
}

.famillebloc .descriptionfamille {
  border:1px solid #008000;
/*  border:1px solid #e0f3ea;*/
}

.famillebloc .img {
  text-align: center;
}

.famillebloc .description .droite {
   width:120px;
   padding:5px;
   color: #330066;
   float:right;
   text-align:center;
}

.famillebloc table.produits {
   border:1px solid #008000;
   width:100%;
   border-collapse:collapse;
}

.famillebloc .produits th  {
  background-color:#e0f3ea;
}


.famillebloc .produits td.std, .famillebloc .produits th  {
  border:1px solid #008000;
  text-align:center;
  vertical-align:middle;
}



.famillebloc .produits td.description {
   border-right:0;
   border-bottom:1px solid #008000;
   vertical-align:top;
}

.famillebloc .produits td.designation {
   border-right:0;
   border-bottom:1px solid #008000;
   vertical-align:middle;
}

.famillebloc .produits td.image  {
   border-left:0;
   border-bottom:1px solid #008000;
}

.famillebloc .liendetail {
  text-align:right;
  font-weight:bold;
  font-size:11px; 
}

.famillebloc .liendetail a:link, .famillebloc .liendetail a:visited {
  text-decoration: none;
  color:#777;
}
.famillebloc .liendetail a:hover,.famillebloc .liendetail a:active {
  text-decoration: underline;
  color:#777;
}

.famillebloc .formuprenom {
  font-size:11px;
  color:#008000;
  width:70px;
  background-color:#e0f3ea;
  border:1px solid #008000;
}


