/**
 * Feuille de style pour le site des Travaux Publics
 * Section 'parcs et promenades'
 * Ville de Neuchâtel
 * Jan Villat, juillet 2002
 */
div.places td
{
 font-size: x-small;
}

div.places table
{
 margin-left: auto;
 margin-right: auto;
 width: 720px;
}

div.places td.titre
{
 font-size: small;
 text-align: center;
 font-weight: bold;
 padding: 1em;
}

div.places td.commentaire
{
 padding-left: 1em;
}

div.places table.rues span
{
 padding-left: 5px;
}

div.places table.rues span.lettre
{
 padding-left: 3px;
 border-left: 2px solid black;
 border-top: 2px solid black;
}

