/**
 * Feuille de style pour le site des Travaux Publics
 * Formulaire de recherche
 * Ville de Neuchâtel
 * Jan Villat, septembre 2002
 */

body
{
 margin-left: 40px;
 margin-right: 40px;
 font-family: "Verdana", "Century Gothic", "Tahoma", "Arial", "Helvetica", sans-serif;
 background-image: url('images/static/fonds/lignes2.gif');
 background-repeat: repeat-y;
 background-position: top left;
 background-color: #E0E0E0;
}

#results
{
 font-size: x-small;
}

table.download
{
 font-size: x-small;
}

#results td.bt
{
 background-color: #F3BB55;
}

#results td.vo
{
 background-color: #DD9588;
}

#results td.pp
{
 background-color: #999955;
}

#results td.eau
{
 background-color: #009999;
}

#results td.expo
{
 background-color: #000000;
 color: #FFFFFF;
}

#results td.expo a:link, #results td.expo a:visited, #results td.expo a:hover
{
 color: white;
}

a:link, a:visited
{
 text-decoration: none;
 font-weight: bold;
 color: #AF1000;
}

a:hover
{
 text-decoration: underline;
 font-weight: bold;
 color: #AF1000;
}

a img
{
 border: none;
 vertical-align: middle;
}

.filesize				/*Taille du fichier téléchargé*/
{
 font-size: smaller;
 font-weight: normal;
}

.count, .num
{
 font-size: x-small;
 text-align: center;
}

.noresult
{
 text-align: center;
}

