body { /* Modifications : la couleur de fond de page - la police - l'unité utilisée pour la taille de la police  */
  background-color :#fff;
  font-family :Serif;
  font-size :12px;
}

#page { /* Modifications : suppression de la bordure - marges */
  margin :0;
  border :none;
}
@media print {
   thead {display: table-header-group;}
}

#bandeau, form, footer,#menu,nav,#liste,.details,#map { /* Les éléments qui ne seront pas affichés  */
  display :none;
}

#recherche{
	font-family:arial;
	font-size:12px;
	text-align:justify;
}

h1#top { /* Affichage du titre */
  margin :0;
  padding :0;
  text-indent :0;
  line-height :25pt;
  font-size :25pt;
}

h2, h3, #contenu h3, #contenu a, a { /* Modification de la couleur des titres et liens */
  color :#000;
}
#table-container {
  overflow: visible !important;
}

table {
 border-collapse:collapse;
 width:100%;
 }

th, td {

 border:1px solid black;
 }
td {
 text-align:justify;
 }

