/* Styles pour la fiche et les colonnes */
.colonneGauche {
  float: left;
  width: 30%;
}

.colonneDroite {
  float: right;
  width: 70%;
}

.colonneTiroirs {
  
}

.colonneSommaire {
  
}

.colonneElementsAssocies {
  margin: 25px 0 0 0;
}

/* Bloc de type liste de champ-valeur */
.tableBlocChamps {
	padding: 0 0px 0 0px;
  width: 100%;
	vertical-align:top;
}

.tableBlocChamps th {
	font-weight: bold;
}

.tableBlocChamps td {
  padding: 0 3px 0 0;
	text-align: left;
}

.tableBlocChampsSectionTiroirs {
}

.tableBlocChampsSectionTiroirs th {
	color:#5273A0;
	text-align: right;
  width:50%;  
}

.tableBlocChampsSectionTiroirs td {
  width:50%;  
}

.tableBlocChampsSectionSommaire {
}

.tableBlocChampsSectionSommaire th {
	color:#000000;
	text-align: left;
  width:30%;
}

.tableBlocChampsSectionSommaire td {
  width:70%;  
}

/* Bloc de type liste valeurs */
.titreBlocListeValeurs {
	font-weight: bold;
}

.listeBlocListeValeurs {
  padding: 0px;
  margin: 0px;

}

.listeBlocListeValeurs li {
	font-weight: normal;
  padding: 0 0 0 0;
  margin: 0px 0px 0px 15px;
}

/* Bloc de type liste d'éléments associés */
.colonneElementsAssocies {
  color: #0033ff;
  text-decoration: none;
  width: 100%;
}

.enteteElementsAssociesHaut {
  background-image: url(../images/fiche/entete_element_associe.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 24px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  float:left;
}

.enteteElementsAssociesContenu {
  background-color: #cccccc;
  padding: 0 0 0 0;
  margin: 0 0 0 0; 
  width: 98%;
  margin-left: 3px;
  margin-top: 20px;
}

.enteteElementsAssociesTexte {
  font-size: 1em;
  font-weight: bold;
  
}

.enteteElementsAssociesNombre {
  font-weight: normal;
}

.contenuElementsAssocies {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border-width: 1px;
  border-color: #999999;
  text-decoration: none;
  width: 85%;
}

.lienBlocElementAssocie {
  
}

