div#fiche {
  border: 2px outset rgb(153, 153, 153); 
  background-color: rgb(255, 255, 255); 
  position: absolute; z-index: 1003; 
  top: 50px; left: 50px; 
  width: 450px; 
  height: 575px; 
  cursor: auto; 
  display: block;
  text-align:center;
}
.tableaufiche {
 width:440px;

}
.tableaufiche table {
 width:95%;
}

.entetefiche {
 position:relative;
 width:450px;
 height:79px;
 background-image: url('../images/en_tete_fiche.jpg');
 background-repeat:no-repeat;

}
.titrefiche {
 position:absolute;
 width:300px;
 height:25px;
 top:53px;
 left:10px;
 background: #F2931E;
}

.textetitrefiche {
 font-family: Verdana, Arial;
 font-weight : bold;
 font-size:14px;
 width:290px;
 display:block;
 color: black;
 position:absolute;
 top: 50%;
 left : 3px;
 margin-top: -0.5em;
 text-align:center;
}

.piedpagefiche {
 position:relative;
 margin-top:0px;
 width:450px;
 height:42px;
 background-image: url('../images/pied_page_fiche.jpg');
 background-repeat:no-repeat;
}

.messagepiedpagefiche {
 position:absolute;
 top:7px;
 left:7px;
 width:300px;
 background: transparent;
 color: rgb(18,38,97);
 font-family: Verdana, Arial;
 font-weight : bold;
 font-size:11px;
 text-align:left;

}
.corpsfiche {
  margin:0 auto;
  padding-left:15px;
}


.corpsficheauto {
  margin:0 auto;
  padding-left:15px;
  overflow:auto;
}

#container_fiche .label {
 color: rgb(18,38,97);
 font-family: Verdana, Arial;
 font-weight : bold;
}
#container_fiche td {
 text-align: left;
}
.boutonfermer {
 background: transparent;
 float:right;
}

.nom {
 color: rgb(232,147,73);
 font-family: Verdana, Arial;
 font-weight : bold;
}

.reference {
 color: rgb(232,147,73);
 font-family: Verdana, Arial;
 font-weight : bold;
 font-size :13px;
}

.commune {
 color: rgb(255,255,255);
 /*width:50px;*/
 background : rgb(232,147,73);
 font-family: Verdana, Arial;
 font-weight : bold;
}

.commune td {
 width:100%;
}

.za {
 color: rgb(18,38,97);
 font-family: Verdana, Arial;
 font-weight : bold;
}

.boutonsfiche {
 position: relative;
 width:450px;
 height:50px;
 background: #FFFFFF;
 font-weight : bold;
}

.imprimerfiche {
 position: absolute;
 top:10px;
 left:25px;
 cursor:  pointer;
}

.telechargerfiche {
 position: absolute;
 top:10px;
 left:145px;
 cursor:  pointer;
}

.ajouterfiche {
 position: absolute;
 top:10px;
 left:275px;
 cursor:  pointer;
}
.texteimprimerfiche {
 position: absolute;
 top:18px;
 left:60px;
 cursor:  pointer;
}

.textetelechargerfiche {
 position: absolute;
 top:18px;
 left:181px;
 cursor:  pointer;
 
}

.texteajouterfiche {
 position: absolute;
 top:10px;
 left:301px;
 cursor:  pointer;
}


