/* Le fichier n'existe pas et sera créé lors de l'enregistrement par LocalFiles Editor */

/* Set the width of the menubar for the galery */
/* Set the width of the menubar for the galery */
#theCategoryPage #menubar {
    width: 22em;
}
#theCategoryPage .content {
    margin-left: 24em; /* = #menubar width +2em */
}

.content DIV.thumbnailCategory DIV.description {
	font-size: 90%;
	overflow: auto;
	/*width: inherit;*/
}


.content DIV.thumbnailCategory DIV.description P.Nb_images {
	font-size: 86%;
}

table.description {
  border: 0px;
  border-collapse: collapse;
  width: 100%;
  background-color: #000000;
  text-align: center;
}

td.titre_description {
  border: 1px solid #d3d3d3;
  width: 33%;
}

span.titre_description {
  color:#e3e3e3;
  font-size:14px;
  font-weight: bold;
}

span.cat_fiche_identite {
  font-size:13px;
  font-weight:bold;
}

span.description_fiche_identite {
    font-size:13px;

}


td.fiche_photo {
  border: 1px;
  border-collapse: collapse;
}

td.fiche_photo_text {
  border-top: 1px solid #aaa;
  padding:10px;
  width: 50%;
  word-wrap: break-word;
}


table.thumbnails {
    border-spacing:10px;

}

td.ficheText {
  width: 50%;
  word-wrap: break-word;
}

@font-face {
    font-family: sncf;
    src: url(sansation_light.woff);
}

table.immatriculation {
  background-color: #000000;
  color: white;
  font-family : Helvetica;
  font-weight:bold;
  text-align: left;
  border-spacing: 0px;
}





